ciao,
con: {$ccuser->loggedin()} visualizzo l'ID dell'utente che ha effettuato il login... per visualizzare il nome utente come devo fare?
grazie
Visualizzazione nome utente
Moderator: magallo
- protempore
- Power Poster
- Posts: 599
- Joined: Mon Jan 14, 2008 9:08 pm
Visualizzazione nome utente
An eye for an eye will make the whole world blind
Mahatma Gandhi (1869-1948)
Mahatma Gandhi (1869-1948)
Re: Visualizzazione nome utente
NON TESTATO:protempore wrote: con: {$ccuser->loggedin()} visualizzo l'ID dell'utente che ha effettuato il login... per visualizzare il nome utente come devo fare?
{if $ccuser->loggedin()}
{$ccuser->property('nome')}
{/if}
se nome era la proprietà
Alby
- protempore
- Power Poster
- Posts: 599
- Joined: Mon Jan 14, 2008 9:08 pm
Re: Visualizzazione nome utente
grazie Alby,
le proprietà impostate nel modulo FrontEndUsers ero riuscito a vederle, ma è proprio lo username che non so visualizzare...
le proprietà impostate nel modulo FrontEndUsers ero riuscito a vederle, ma è proprio lo username che non so visualizzare...
An eye for an eye will make the whole world blind
Mahatma Gandhi (1869-1948)
Mahatma Gandhi (1869-1948)