Finding module positions on any given page/el: Difference between revisions

From Joomla! Documentation

Created page with "Εντοπίστε τις θέσεις ενθεμάτων σε κάθε σελίδα"
 
Created page with "Για να έχετε μια οπτική ένδειξη από όλες τις θέσεις ενθεμάτων που χρησιμοποιούνται σε μια σελίδ..."
Line 1: Line 1:
<noinclude><languages /></noinclude>
<noinclude><languages /></noinclude>
To get a visual indication of all module positions used on a page you can follow this procedure:
Για να έχετε μια οπτική ένδειξη από όλες τις θέσεις ενθεμάτων που χρησιμοποιούνται σε μια σελίδα, ακολουθήστε τα παρακάτω βήματα:


* In the administrative backend, go to Extensions{{rarr}}Templates. Then select Options. Set '''Preview Module Positions''' to '''Enabled'''. Save and Close.
* In the administrative backend, go to Extensions{{rarr}}Templates. Then select Options. Set '''Preview Module Positions''' to '''Enabled'''. Save and Close.

Revision as of 06:10, 4 February 2019

Για να έχετε μια οπτική ένδειξη από όλες τις θέσεις ενθεμάτων που χρησιμοποιούνται σε μια σελίδα, ακολουθήστε τα παρακάτω βήματα:

  • In the administrative backend, go to Extensions  Templates. Then select Options. Set Preview Module Positions to Enabled. Save and Close.
  • Navigate to the Website page you wish to see the module positions for 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.
  • 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, the template may adapt and the position will not be visible.