2014-06-16, 10:07 PM
I've searched and searched and tried and tried, but no luck!
I currently have two custom profile fields I want to display in the "Forum Team" list. They are fields '4' and '5'.
I have tried:
I am also having issues displaying the members online status in the same list:
I have gotten the two custom profile fields to display on postbit (that was nice and easy). This is turning into a mind game....
Screen cap added
I currently have two custom profile fields I want to display in the "Forum Team" list. They are fields '4' and '5'.
I have tried:
<td width="20%" class="{$bgcolor}">{$userfields['fid4']}</td>
And tried with just user, users, post, memberprofile, memprofile, nothing.I am also having issues displaying the members online status in the same list:
<td width="40%" class="{$bgcolor}"><a href="{$user['profilelink']}"><strong>{$user['username']}</strong></a>{[b]$user['onlinestatus'][/b]}{[b]$user['steam_status_img'][/b]}</td>
I have gotten the two custom profile fields to display on postbit (that was nice and easy). This is turning into a mind game....
Screen cap added