This example is from CGUserDirectory, but you can use the same technique for any of the modules with custom fields.
Code: Select all
{foreach from=$users item='oneuser'}
{* properties *}
{foreach from=$oneuser.properties item='onepropvalue' key='propname'}
{assign var="ud_"|cat:$propname value=$onepropvalue}
{/foreach}
Example: If your custom field was named "alias" you can now call it with {$ud_alias}