Portal

Difference between revisions of "Module Development"

From Joomla! Documentation

m (Needs to be marked for translation)
m (Marked for translation)
Line 1: Line 1:
__TOC__
+
<noinclude><languages /></noinclude>
{{:{{FULLPAGENAME}}/Intro}}
+
This page contains many links to selected documentation concerning Module Development for {{JVer|2.5}} and {{JVer|3.x}}. A good place to start is with the '''[[#Recommended Reading|Recommending Reading]]''' articles below as they provide a good introductory base of knowledge to build on.
 +
 
 +
{{tip|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.
 +
 
 +
'''See also''': [[Component]], [[Plugin]], [[Template]]
 +
|title=What is a Module?}}
  
 
<div class="large-7 column"> <!-- Switch to one column on narrow screens -->
 
<div class="large-7 column"> <!-- Switch to one column on narrow screens -->
Line 15: Line 20:
 
{{:{{FULLPAGENAME}}/Projects}}
 
{{:{{FULLPAGENAME}}/Projects}}
 
</div>
 
</div>
 +
 +
___NOTOC__
 
<noinclude>
 
<noinclude>
 +
<translate>
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:Module Development]]
 
[[Category:Module Development]]
 +
</translate>
 +
</noinclude>
 
[[Category:Needs to be marked for translation]]
 
[[Category:Needs to be marked for translation]]
</noinclude>
 

Revision as of 14:12, 22 June 2015

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎русский • ‎中文(台灣)‎

This page contains many links to selected documentation concerning Module Development for Joomla 2.5 and Joomla 3.x. A good place to start is with the Recommending Reading articles below as they provide a good introductory base of knowledge to build on.

What is a Module?

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. See also: Component, Plugin, Template

<translate> List of all articles belonging to the categories "FAQ" AND "Module Development"</translate> <translate>


<translate> List of all articles belonging to the categories "Tutorials" AND "Module Development"</translate>


_