Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: xmanhattan on December 21, 2012, 13:24:49

Title: template positions overlay
Post by: xmanhattan on December 21, 2012, 13:24:49
Hello all,

Is there a way to display template positions as an overlay in Nautilus like we did in 2009.3 using
Code: [Select]
index.php?tp=1?

Title: Re: template positions overlay
Post by: webgift on December 21, 2012, 17:18:27
No.
In Elxis global configuration there is an option to debug Elxis. Among the debug options, 3 are very related to modules and module positions. By picking Module positions, Minimal + Module positions, or Full + Module positions Elxis will display highlighted boxes in the exact spots where the template renders the module positions. In each of these boxes you can also see the modules assigned to each position. With debug you can get a very clear idea on how the current template renders the modules and which module positions it has.

You can read more information about module on elxis.net/docs (https://www.elxis.net/docs/using-elxis/extending/modules.html)

Edit:URL Fixed.
Title: Re: template positions overlay
Post by: nikos on December 22, 2012, 18:23:54
A correction to the above link: https://www.elxis.net/docs/using-elxis/extending/modules.html (https://www.elxis.net/docs/using-elxis/extending/modules.html)
Title: Re: template positions overlay
Post by: xmanhattan on December 23, 2012, 09:37:48
Thanks guys.  The info is very helpful but I'm still having some problems digesting it all especially the templates.
I am experimenting as much as I can.