How to display FrontEndUsers data value?
Posted: Mon Nov 22, 2010 12:04 pm
Hello I like to know how I can display a data-field value in the "Change Settings Template" from the FrontEndUsers module.
In the module help there is a option to display a list of data values:
I like to display the field function without the field.
How can I display this field without the $uid.
I thought I good display it by this line {$userprops[functie]} but that doesn't work.
In the module help there is a option to display a list of data values:
Code: Select all
{$feu_smarty->get_user_properties(2,'userprops')}
{$userprops|@print_r}
Array
(
[function] => Front-end Developer
)
How can I display this field without the $uid.
I thought I good display it by this line {$userprops[functie]} but that doesn't work.