MyBB Community Forums

Full Version: memberlist and custom profile fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If i have made a custom profile field how can i make it display next to a persons info in the member list ?
I'm not 100% sure, but as the Member List templates uses
$users[postnum]
you might be able to just add
 $users[fid4]
or whatver the number is for the field, into the template.
Yes this works but to be complete i had to change also the rows in the memberlist template. The only problem i have now is that in the row the title of the custom field is not displayed even if i have used this
<td class="tcat"><span class="smalltext"><strong>$lang->Interests</strong></span></</td>
How do i make the title appear in the rows like it said Joined posts etc to display as title Interests: all the other works