Monday 12 April 2010 2:18:44 am
Hi James and welcome in the eZ Community, For a start, in order to set your eZ Publish instance to debug mode, here are the few lines you can place at the beginning of the 'settings/override/site.ini.append.php' :
[DebugSettings]
DebugOutput=enabled
[TemplateSettings]
Debug=enabled
ShowXHTMLCode=disabled
ShowUsedTemplates=enabled
DevelopmentMode=enabled
[ContentSettings]
ViewCaching=disabled These settings should only be used when developing, and by no means on a production setup. After altering the settings and clearing the caches (from the back-office, right-column), you will see a few new things when loading a page, among them the list of templates used to build the page, at the very bottom of the page. This will give you the paths you are currently looking for. Also, for daily reference and continuous learning, you may want to have a look at the eZ Publish online documentation, and particularly the
- concepts and basics section : http://ez.no/doc/ez_publish/technical_manual/4_x/concepts_and_basics
- templates : http://ez.no/doc/ez_publish/technical_manual/4_x/templates
- template engine reference, all menu subentries starting with "Template" there : http://ez.no/doc/ez_publish/technical_manual/4_x/reference
Keep us posted on your progress, we like helping people get addicted to eZ Publish :) Cheers,
--
Nicolas Pastorino
Director Community - eZ
Member of the Community Project Board
eZ Publish Community on twitter: http://twitter.com/ezcommunity
t : http://twitter.com/jeanvoye
G+ : http://plus.tl/jeanvoye
|