Hi,
So I want to include some custom fields in my memberslist, and I found this topic:
http://xenforo.com/community/thread...message_user_info-template.20792/#post-314978
Problem is that I'm looking to add my items here:
member_list_item_sort
or preferably here:
member_list_item_fields_sort
The problem is that the code above does not allow me read the custom field values in those templates.
While I'm at it, could someone tell me (in this template: member_list_item_fields_sort)
How it is possible to get an item into the sortables array?
<xen:foreach loop="$sortables" value="$criteria">
So I want to include some custom fields in my memberslist, and I found this topic:
http://xenforo.com/community/thread...message_user_info-template.20792/#post-314978
Problem is that I'm looking to add my items here:
member_list_item_sort
or preferably here:
member_list_item_fields_sort
The problem is that the code above does not allow me read the custom field values in those templates.
While I'm at it, could someone tell me (in this template: member_list_item_fields_sort)
How it is possible to get an item into the sortables array?
<xen:foreach loop="$sortables" value="$criteria">