English 中文(简体)
Joomla Dynamic 目录
原标题:Joomla Dynamic Contents in Article

我是新来的Joomla,我目前正在努力为一所大学建立一个信息门户,该门户将提供关于所有教师的资料。 所展示的信息如他们教授的主题、总的经验、电话号码、电子邮件、地址等。

Normal way to deal with this to write a new article about each faculty member. But I want this to be more dynamic. I dont like the idea to create a new article for each faculty. I am looking for a way that all the information(subjects, email, phone, etc) should be stored in database and while displaying all information should be fetched from the database itself and should be displayed in a preformated way.

Please let me know if anyone is having any idea regarding this..Many Thanks in advance

最佳回答
问题回答

您可以创建一种模块,或使用Joomla推广名录(You re 看一看目录模块)。 若姆拉的一个单元将使你能够查阅数据库中储存的数据。

http://extensions.joomla.org/search?q=directory

你们可以把外部的PHP列入你的文章,让php的文字处理基于窒息性潜水器的数据(可能像机械师或某种)。 为了做到这一点,你需要安装一个单元。 。 借助这一模块,你应当能够把一个“营地”的文字列入该条。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签