English 中文(简体)
Joomla 1.5 basics [los]
原标题:Joomla 1.5 basics [closed]

我是一位开端人,来到Joomla 1.5。 我已读到结构以及如何建设模块、部件和gin。 但我不知道什么时候建造这些东西,什么时候使用这些东西。

谁能说明这一点?

问题回答

构成部分是利用joomla框架开发的各类网络应用。 它们在joomla场址的主要内容区(作为文章,由内容部分展示)。 该部门通常通过“支持者”菜单获得自己的行政支持。

模块作为html小块,可以分为不同的单元(通常在旁边)。 在停滞不前时,“提升你今天的职业生涯”对权利产生了影响,这是对Joomla的一个单元的良好近似。 在joomla标准安装过程中,一个标识箱就是模块的一个实例,即菜单。

一种金.被用于在幕后做一些内部工作。 它基本上是一个活动观察员,在核心joomla框架范围内提出某些活动时,便启动。 一个很好的例子就是从Joomla核心部发来的“彩虹”电子邮件,该信在文章中用一些 j字取代电子邮件地址,帮助保护他们免遭mmer。

内容微薄只是一个例子。 最近,我开发了一个图形,在数据库中记录每一个成功的标识。 这样做的办法是处理在网站使用记录时提出的活动。

你在找不到能满足你们需要的单元或草料或任何其他东西时,就能够建造一个单元。 事先确定不存在。





相关问题
cross platform issues in webpages

I am developing some basic html pages, i am setting colors of text usimg color code #e7eddf it seems fine in windows but seems different in mac. Can you explain me why its happening and also ...

How to create breadcumb for custom component in Joomla?

I have a custom component in which I want to have a breadcumb to help the user navigate the previous page visits. The basic feature in my component is to show our product releases. The workflow is: ...

Preloading images

i ve a navigation bar like the one below..for each it changes the background color on mouseover and mouseout and there is a lag to load those images which looks awful :( i wanna know how to preload ...

Joomla conditional menu item

I d like to create a menu item in Joomla that points to one article when the user is logged out, and a different article when the user is logged in. I tried creating two menu items, and make them ...

unable to connect to database on AWS

actually I have my website build with Joomla hosted on hostmonster but all Joomla website need a database support to run this database is on AWS configuration files need to be updated for that I ...

How can you test if you re on the homepage in Joomla?

I m working on a Joomla site, and I need the front page to look slightly different from the rest of the pages, but not enough to warrant the use of two themes (it s a pain to have to update two ...

How to get the current Joomla username?

I m trying to get the current Joomla username. I was able to get it by using $user =& JFactory::getUser(); echo $user->username; But now I ve installed Joomla on my local server and it doesn ...

热门标签