<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Digiwise</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Digiwise"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Digiwise"/>
	<updated>2026-05-16T15:26:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J3.x_talk:Developing_a_MVC_Component/Introduction&amp;diff=78917</id>
		<title>J3.x talk:Developing a MVC Component/Introduction</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J3.x_talk:Developing_a_MVC_Component/Introduction&amp;diff=78917"/>
		<updated>2012-12-13T23:34:17Z</updated>

		<summary type="html">&lt;p&gt;Digiwise: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is this article a joke? How come the community leaders allow this to take place? &amp;lt;br&amp;gt;&lt;br /&gt;
This page was clearly created just to drive traffic to ribafs.org.&amp;lt;br&amp;gt;&lt;br /&gt;
What happened to the great community that used to surround the J! project?&amp;lt;br&amp;gt;&lt;br /&gt;
Where are the serious J! community members?&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiwise</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J3.x_talk:Developing_a_MVC_Component/Introduction&amp;diff=78916</id>
		<title>J3.x talk:Developing a MVC Component/Introduction</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J3.x_talk:Developing_a_MVC_Component/Introduction&amp;diff=78916"/>
		<updated>2012-12-13T23:33:45Z</updated>

		<summary type="html">&lt;p&gt;Digiwise: Created page with &amp;quot;Is this article a joke? How come the community leaders allows this to take place? &amp;lt;br&amp;gt; This page was clearly created just to drive traffic to ribafs.org.&amp;lt;br&amp;gt; What happened to ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is this article a joke? How come the community leaders allows this to take place? &amp;lt;br&amp;gt;&lt;br /&gt;
This page was clearly created just to drive traffic to ribafs.org.&amp;lt;br&amp;gt;&lt;br /&gt;
What happened to the great community that used to surround the J! project?&amp;lt;br&amp;gt;&lt;br /&gt;
Where are the serious J! community members?&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiwise</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=14980</id>
		<title>Module Position</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=14980"/>
		<updated>2009-07-21T22:13:45Z</updated>

		<summary type="html">&lt;p&gt;Digiwise: /* Visualization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Module positions are placeholders in a template.  They identify positions within the template and tell the Joomla! application where to place output from modules assigned to a particular position. The template designer has complete control over module positions, creating variations between templates and  the respective Joomla! default positions assigned to modules in the installation sample data.&lt;br /&gt;
&lt;br /&gt;
For example the module position &amp;quot;Left&amp;quot; could be used in the left side of the template to display a site navigation menu.&lt;br /&gt;
So if a module is assigned the &amp;quot;Left&amp;quot; position, it will be displayed wherever the designer puts that &amp;quot;Left&amp;quot; module position - not necessarily the left side of the page.&lt;br /&gt;
&lt;br /&gt;
==templateDetails.xml==&lt;br /&gt;
The &amp;lt;code&amp;gt;templateDetails.xml&amp;lt;/code&amp;gt; file contains all the installation and core information for a template, including the module positions it utilizes and displays. Here is a brief list of the commonly used names for the various module positions.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;positions&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;top&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;left&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;right&amp;lt;/position&amp;gt;		&lt;br /&gt;
	&amp;lt;position&amp;gt;bottom&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;banner&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;syndicate&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;footer&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;user1&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;user2&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;user3&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;user4&amp;lt;/position&amp;gt;	&lt;br /&gt;
&amp;lt;/positions&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Although these are commonly used, it is up to the template developer to choose both a module position name and an accompanying display style.&lt;br /&gt;
The addition of module positions, as displayed above, is implemented in between the &amp;lt;code&amp;gt;&amp;lt;positions&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;/positions&amp;gt;&amp;lt;/code&amp;gt; tags. In between those tags in the &amp;lt;code&amp;gt;templateDetails.xml&amp;lt;/code&amp;gt; file, add the name of the module position in between a set of &amp;lt;code&amp;gt;&amp;lt;position&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;/position&amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
==Use and Implementation==&lt;br /&gt;
A Joomla! template displays a set of modules added to a specific position using the &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statement shown below (for further information about &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; see [[jdoc statements]]):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;name of module position&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
It&#039;s possible to visualize all modules set on a template by calling the &amp;lt;code&amp;gt;&amp;quot;tp=1&amp;quot;&amp;lt;/code&amp;gt; query string on the front-end.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.yourdomain.com/index.php?tp=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiwise</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=14969</id>
		<title>Module Position</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=14969"/>
		<updated>2009-07-21T02:06:51Z</updated>

		<summary type="html">&lt;p&gt;Digiwise: /*Visualization*/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Module positions are placeholders in a template.  They identify positions within the template and tell the Joomla! application where to place output from modules assigned to a particular position. The template designer has complete control over module positions, creating variations between templates and  the respective Joomla! default positions assigned to modules in the installation sample data.&lt;br /&gt;
&lt;br /&gt;
For example the module position &amp;quot;Left&amp;quot; could be used in the left side of the template to display a site navigation menu.&lt;br /&gt;
So if a module is assigned the &amp;quot;Left&amp;quot; position, it will be displayed wherever the designer puts that &amp;quot;Left&amp;quot; module position - not necessarily the left side of the page.&lt;br /&gt;
&lt;br /&gt;
==templateDetails.xml==&lt;br /&gt;
The &amp;lt;code&amp;gt;templateDetails.xml&amp;lt;/code&amp;gt; file contains all the installation and core information for a template, including the module positions it utilizes and displays. Here is a brief list of the commonly used names for the various module positions.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;positions&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;top&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;left&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;right&amp;lt;/position&amp;gt;		&lt;br /&gt;
	&amp;lt;position&amp;gt;bottom&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;banner&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;syndicate&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;footer&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;user1&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;user2&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;user3&amp;lt;/position&amp;gt;&lt;br /&gt;
	&amp;lt;position&amp;gt;user4&amp;lt;/position&amp;gt;	&lt;br /&gt;
&amp;lt;/positions&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Although these are commonly used, it is up to the template developer to choose both a module position name and an accompanying display style.&lt;br /&gt;
The addition of module positions, as displayed above, is implemented in between the &amp;lt;code&amp;gt;&amp;lt;positions&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;/positions&amp;gt;&amp;lt;/code&amp;gt; tags. In between those tags in the &amp;lt;code&amp;gt;templateDetails.xml&amp;lt;/code&amp;gt; file, add the name of the module position in between a set of &amp;lt;code&amp;gt;&amp;lt;position&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;/position&amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
==Use and Implementation==&lt;br /&gt;
A Joomla! template displays a set of modules added to a specific position using the &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statement shown below (for further information about &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; see [[jdoc statements]]):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;name of module position&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Visualization==&lt;br /&gt;
It&#039;s possible to visualize all modules (position, name and style) set on a template by calling the &amp;lt;code&amp;gt;&amp;quot;tp=1&amp;quot;&amp;lt;/code&amp;gt; query string on the front-end.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.yourdomain.com/index.php?tp=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Digiwise</name></author>
	</entry>
</feed>