Great hack, installed today and working fine
Also added this code below so the name shows up on the memberlist, however it only shows up in the forum text colour. Not the colour chosen in the html fields. Is there anyway to make this showup in the memberlist, with the chosen colour?
Quote:
Originally Posted by optrex
in memberlist_resultsbit
find:
Code:
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
and above or below (depending where you want it add:
Code:
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[staffrank]</div></if>
|