Difference between revisions of "Finding module positions on any given page"

From Joomla! Documentation

m (1 revision(s))
m (Fixed formatting issues.)
Line 3: Line 3:
 
* navigate to the page in your web browser.
 
* navigate to the page in your web browser.
 
* click into the URL field in your browser.
 
* click into the URL field in your browser.
* look for any "parameters" at the end of the URL. These are separated from the main part of the URL by a question mark.  ''For example, in the URL "http://mydomain.com/index.php?id=17", the "id=17" is a parameter.''
+
* look for any "parameters" at the end of the URL. These are separated from the main part of the URL by a question mark.  For example, in the URL <tt><nowiki>http://mydomain.com/index.php?id=17</nowiki></tt>, the "id=17" is a parameter.
* if there are no parameters, append "?tp=1" to the URL and press RETURN.  ''For example, "http://mydomain.com/index.php?tp=1".''
+
* if there are no parameters, append "?tp=1" to the URL and press RETURN.  For example, <tt><nowiki>http://mydomain.com/index.php?tp=1</nowiki></tt>.
* if there are already parameters in the URL, append "&tp=1" to the URL and press RETURN.  ''For example, "http://mydomain.com/index.php?id=17&tp=1".''
+
* if there are already parameters in the URL, append "&tp=1" to the URL and press RETURN.  For example, <tt><nowiki>http://mydomain.com/index.php?id=17&tp=1</nowiki></tt>.
 
* the module positions will be outlined in red.
 
* the module positions will be outlined in red.
  
 
Note that in some circumstances there may be module positions available that are not outlined in red. This can happen when a template defines those module positions as conditional on there being modules enabled in that position. If there are no modules enabled in that position then the template may adapt and the position will not be visible.
 
Note that in some circumstances there may be module positions available that are not outlined in red. This can happen when a template defines those module positions as conditional on there being modules enabled in that position. If there are no modules enabled in that position then the template may adapt and the position will not be visible.
 
+
<noinclude>[[Category:Modules]][[Category:Procedures]][[Category:Templates]]</noinclude>
<noinclude>[[Category:Modules]]</noinclude>
 
<noinclude>[[Category:Procedures]]</noinclude>
 
<noinclude>[[Category:Templates]]</noinclude>
 

Revision as of 18:21, 16 August 2008

To get a visual indication of all module positions used on a page you can follow this procedure:-

  • navigate to the page in your web browser.
  • click into the URL field in your browser.
  • look for any "parameters" at the end of the URL. These are separated from the main part of the URL by a question mark. For example, in the URL http://mydomain.com/index.php?id=17, the "id=17" is a parameter.
  • if there are no parameters, append "?tp=1" to the URL and press RETURN. For example, http://mydomain.com/index.php?tp=1.
  • if there are already parameters in the URL, append "&tp=1" to the URL and press RETURN. For example, http://mydomain.com/index.php?id=17&tp=1.
  • the module positions will be outlined in red.

Note that in some circumstances there may be module positions available that are not outlined in red. This can happen when a template defines those module positions as conditional on there being modules enabled in that position. If there are no modules enabled in that position then the template may adapt and the position will not be visible.