Wednesday 04 January 2006 1:34:27 pm
I'm having some headache trying to figure out which templates are being used sometimes... I turn on template debugging and it shows me all templates used, except for line templates. I'm overriding the user registration template, and I started with a copy of the original. Somewhere in there it loops through all attributes and displays them like this:
{attribute_edit_gui attribute=$ContentObjectAttribute:item}
Is there a way to figure out which template is being used here? When it comes to the user account it starts displaying stuff like this:
User account
User ID:
113
Which I really don't like. But I can't override it if I don't know which template! I'm having the same problem figuring out which template to override for object relations in other templates as well. Any help is greatly appreciated.
|