I use :
Code: Select all
(FrontEndUsers action='viewuser'}
But I want to have control over the layout so I open the detailtemplate:
Code: Select all
{* view user template *}
<p>{$feu->Lang('id')}: {$userinfo.id}</p>
<p>{$feu->Lang('username')}: {$userinfo.username}</p>
<p>{$feu->Lang('expires')}: {$userinfo.expires}</p>
{foreach from=$user_properties item='entry'}
<p>{$entry.prompt}: {$entry.data}</p>
{/foreach}
Code: Select all
<p>Adres: {$userinfo.adres}</p>
Using the foreach loop doesn't give me any control over the layout.
How can I solve my problem. Please help ...
Musicscore