x4rl
Well-known member
PHP:
<xen:if is="{$identities}">
<xen:foreach loop="$identities" value="$identity">
<dl><dt>{$identity.title}:</dt> <dd>{xen:string censor, $identity.value}</dd></dl>
</xen:foreach>
</xen:if>
For example if someone adds there twitter account in "Contact Details"
Than on there profile under the information tab there is
Twitter: Vodkaholic27
I need the var (output) for the user name, I can't seem to find it anywhere other than the code above..
Thanks