Chunk

Difference between revisions of "Module"

From Joomla! Documentation

m (clean up)
(Marked this version for translation)
Line 1: Line 1:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
 +
<!--T:1-->
 
Modules are lightweight and flexible [[Extension|extensions]] used for page rendering. These modules are often “boxes” arranged around a [[component]] on a typical page. A well-known example is the login module. Modules are assigned per menu item, so you can decide to show or hide (for example) the login module depending on which page (menu item) the user is currently on. Some modules are linked to components: the “latest news” module, for example, links to the content component (com_content) and displays links to the newest content items. However, modules do not need to be linked to components; they don't even need to be linked to anything and can be just static HTML or text.
 
Modules are lightweight and flexible [[Extension|extensions]] used for page rendering. These modules are often “boxes” arranged around a [[component]] on a typical page. A well-known example is the login module. Modules are assigned per menu item, so you can decide to show or hide (for example) the login module depending on which page (menu item) the user is currently on. Some modules are linked to components: the “latest news” module, for example, links to the content component (com_content) and displays links to the newest content items. However, modules do not need to be linked to components; they don't even need to be linked to anything and can be just static HTML or text.
  
 +
<!--T:2-->
 
Modules are managed in the Joomla! Administrator view by the Module Manager. More information about module management can be found on the appropriate version help screens.
 
Modules are managed in the Joomla! Administrator view by the Module Manager. More information about module management can be found on the appropriate version help screens.
 
*&nbsp;[[{{ns|Help{{CurrentLTSVer|minor}}}}:Extensions Module Manager|Joomla! {{CurrentLTSVer|minor}} Module Manager Help Screen]]
 
*&nbsp;[[{{ns|Help{{CurrentLTSVer|minor}}}}:Extensions Module Manager|Joomla! {{CurrentLTSVer|minor}} Module Manager Help Screen]]
 
*&nbsp;[[{{ns|Help{{CurrentSTSVer|minor}}}}:Extensions Module Manager|Joomla! {{CurrentSTSVer|minor}} Module Manager Help Screen]]
 
*&nbsp;[[{{ns|Help{{CurrentSTSVer|minor}}}}:Extensions Module Manager|Joomla! {{CurrentSTSVer|minor}} Module Manager Help Screen]]
  
 +
<!--T:3-->
 
'''See also''': [[Component]], [[Plugin]], [[Template]]<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude></translate>
 
'''See also''': [[Component]], [[Plugin]], [[Template]]<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude></translate>

Revision as of 12:51, 24 February 2014

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎català • ‎dansk • ‎eesti • ‎español • ‎français • ‎hrvatski • ‎italiano • ‎português • ‎português do Brasil • ‎svenska • ‎български • ‎русский • ‎العربية • ‎中文(台灣)‎ • ‎日本語

Modules are lightweight and flexible extensions used for page rendering. These modules are often “boxes” arranged around a component on a typical page. A well-known example is the login module. Modules are assigned per menu item, so you can decide to show or hide (for example) the login module depending on which page (menu item) the user is currently on. Some modules are linked to components: the “latest news” module, for example, links to the content component (com_content) and displays links to the newest content items. However, modules do not need to be linked to components; they don't even need to be linked to anything and can be just static HTML or text.

Modules are managed in the Joomla! Administrator view by the Module Manager. More information about module management can be found on the appropriate version help screens.

See also: Component, Plugin, Template