EvilGenius
New member
I am trying to reach a CustomField value in member_list_item template, but all i get is NULL as value.
This is how i test what the variable gives back.
I am using the customField in other places so i know it has a value and can be called, but in this spec template it doesn't reach it.
Thanks beforehand if someone helps.
This is how i test what the variable gives back.
Code:
<div class="member">
<xen:if is="{$user.user_id}">
...
<div class="test">
{xen:helper dump, $user.customFields.Pocky}
</div>
....
</div>
I am using the customField in other places so i know it has a value and can be called, but in this spec template it doesn't reach it.
Thanks beforehand if someone helps.