Quote:
Originally Posted by hendri
how to show the staff title in memberlist ? please help !
|
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>