Wednesday 22 February 2006 12:41:23 am
Well, searching brings no solution :(
{def $user=fetch( 'user', 'current_user' )}
Group(s): {$user.groups|implode(', ')} <br />
Shows current users' groups, but I want to get groups of user with for example id=523
I didn't find apropriate function :( Function user - according to docs - can fetch current_user but how to fetch user of given id?? Aleksander
|