Forums / Setup & design / Seeing which templates and styles were used for a given page

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Seeing which templates and styles were used for a given page

Author Message

Chuck Knight

Thursday 08 January 2004 9:26:34 am

My objective: seeing which templates are used where and when

The reference at http://ezwiki.blanko.info/index.php/3XHT_SeeTmpls indicates:

"You have to delete the cached files (var/cache) and make the following settings in settings/site.ini.php:

[TemplateSettings]
AutoloadPath=lib/eztemplate/classes/;kernel/common/
Debug=enabled
NodeTreeCaching=disabled
ProcessCaching=disabled

[DebugSettings]
DebugByIP=enabled
Debug=inline
DebugRedirection=disabled"

However, after doing that (on the /settings/override/settings.ini.append.php directory, following the advice in the original settings/site.ini), and clearing the cache, I run Exponential (3.3) and no debugghing info is printed on screen.

Questions:
* Am I doing something wrong, or are the instructions themselves that are wrong?
* If things have changed for 3.3, how do I get to achieve the same objective? Repeating: my objective is to see exactly which templates and stylesheets were used to display a certain page.

As usual, any help will be kindly appreciated

Cheers
ck

Chuck Knight

Thursday 08 January 2004 10:06:18 am

The problem has been fixed. Following other indications present in a different source (Building an Exponential site), I just edited /settings/override/site.ini.append.php (unsecured site), and added:

[TemplateSettings]
TemplateCache=disabled
Debug=enabled

It would seem that the indications in the Wiki are outdated... Perhaps a documentation contributor can make clarifications to avoid confusing newbies like me?

Cheers
ck