Why Can't I Use {xen:helper richUserName} Instead of <xen:username />?

James

Well-known member
When trying to replace:
Code:
<xen:username user="$user" rich="true" />
With:
Code:
{xen:helper richUserName, $user}

The user name isn't rich. Don't they both use the same data to retrieve the rich username?
 
Top Bottom