I'm sorry this is really simple but it is late and I just can't get my head around it or find a solution on the forum, guess it is to simple.
All I want to do is obtain a field value for a user. So I have a value for the field post_code how do I get it in to a variable I can use within my template?
Know it is along these lines but can't get it to work.
Code: Select all
{$feu_smarty->get_userid($username,'uinfo')}
{$feu_smarty->get_userinfo($something.userid,'uinfo')}
{$uinfo|@print_r}


