This user has been denied support.
Open inc/languages/english/memberlist.lang.php
Add this code somewhere in the middle. Doesn't matter where really.
Code:
$l['sort_by_reputation'] = "Sort by: Reputation";
$l['reputation'] = "Reputation";Now for template edits.
Edit "memberlist" template.
Find
Code:
colspan="5"Change to
Code:
colspan="6"Find
Code:
<option value="postnum"{$sort_selected['postnum']}>{$lang->sort_by_posts}</option>Afterwards Add
Code:
<option value="reputation"{$sort_selected['reputation']}>{$lang->sort_by_reputation}</option>Find
Code:
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->lastvisit}</strong></span></td>Afterwards Add
Code:
<td class="tcat" width="10%" align="center"><span class="smalltext"><strong>{$lang->reputation}</strong></span></td>Edit "memberlist_user" template
Find
Code:
<td class="{$alt_bg}" align="center">{$user['lastvisit']}</td>Afterwards add
Code:
<td class="{$alt_bg}" align="center">{$user['reputation']}</td>That's it.
Now keep in mind this is for default mybb templates so if this doesn't work and you have some whacky custom template I can't help you. Also on upgrades if the language files are overwritten you may need to redo your changes so watch for that after an upgrade. This also assumes you have reputation enabled for the site. If it's disabled then I don't suggest you bother with this. It's only going to show all zero's.


![[Image: Kewlz.jpg]](http://nicknameregister.com/files/2012/4/26/Kewlz.jpg)
