Custom Field In Thread List Item

Russ

Well-known member
How would I go about making this work for the template thread_list_item (if I can)

I'm awful with this kind of stuff :D.


Mod: http://xenforo.com/community/resources/country-flags.806/

The code would be like this to show in the message template:

Code:
<img src="/styles/default/xenforo/clear.png" class="flag flag-{$user.customFields.country}" alt="{$user.customFields.country}" />

Anyway of changing that to allow for the thread_list_item, $thread.something something_need_help
 
Top Bottom