Forums / Setup & design / Content management
Zotov Vladimir
Sunday 16 March 2008 3:34:52 am
Please, help me. I need to add buttons into header in Web interface. As I understand, I have to change pagelayout.tpl file (may be I'm wrong?). But, there are so many of them, that I don't understand which of them is my target.One more question. Sould I clear my web browser cash after applying css chages?
André R.
Sunday 16 March 2008 7:37:01 am
Take a look in settings/site.ini, there is a lot of settings to tweak the core of Exponential there. Ini files in "settings/" is mostly well commented, often with good examples.
The setting you need right now is under '[TemplateSettings]' in site.ini:
# If enabled will add a table with templates used to render a page. # DebugOutput should be enabled too. ShowUsedTemplates=disabled
You will also get the path to the file.
For more about ini files and configuration ( also how to override settings for a specific siteaccess or the whole system):http://ez.no/doc/ez_publish/technical_manual/4_0/concepts_and_basics/configuration
For more about how you can override pagelayout.tpl and other templates so you don't have to tamper / edit Exponential or extension files: http://ez.no/developer/articles/how_to_configure_an_ez_publish_sitehttp://ez.no/developer/articles/how_to_skin_an_ez_publish_now_site
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Monday 17 March 2008 4:17:37 am
Thank you!