Tuesday 22 November 2005 5:41:14 am
In the development of an application I need to show certain information of the user who is connected nowadays to the user's interfaz of the CMS, in this area I manage to show the name of the current user and your mail, by means of following judgments: {fetch('user','current_user').contentobject.name}
{fetch('user','current_user').email}
I am trying to show the name of the user's account (login) of the current user by means of the following judgment: {fetch('user','current_user').contentobject.user_account}
But this does not show me anything. Good regards to all and thanks for any help...
|