Forums / Setup & design / [Solved] Edit the account information page
esperion H
Saturday 04 February 2006 4:25:38 am
In the template node/view/full.tpl there is a piece of code that says:
<p class="box">[attribute_view_gui attribute=$ContentObjectAttribute:item]<p>
It outputs the name and e-mail of the user.
By default it also outputs a link to change the user account settings.
Can anyone explain to me where this link comes from and how I can edit this link?
Thank you in advance for any help. Appreciate it.
Esperion (EZ publish 3.7)
Thomas Nunninger
Friday 10 February 2006 7:27:12 am
Hi,
attribute_view_gui calls a datatype specific template for $ContentObjectAttribute:item. I guess this is an user account datatype. The default template for this datatype is standard/templates/content/datatype/view/ezuser.tpl. But in admin design it is overridden.
Have a nice day
Thomas