The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show user ranks in memberlist?
As it says in the title.
I'd like to show user ranks, specifically images, in a field on the memberlist, is there a modification out there to do this, and if not... anyone in the mood to show me how? Thanks. |
#2
|
||||
|
||||
Well, you can do that by editing the template, I believe. If you for example wanted it right after the username column, just find this in the memberlist_resultsbit template:
Code:
<td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]"> <a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a> <if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if> </td> Code:
<if condition="exec_switch_bg()"><td class="$bgclass">$userinfo['rank']</td></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|