Forums / Setup & design / [Solved] Edit the account information 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".

[Solved] Edit the account information page

Author Message

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 (Exponential 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