The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[Completed] Memberlist reputation displayed in numbers?
Hi
I would like to change the memberlist to display reputation numbers rather then the images. Any help appreciated |
#2
|
||||
|
||||
Edit the template, memberlist. Find this code:
Code:
<vb:if condition="$show['reputationcol']"> <td class="reputation"> <span class="member_reputation" title="{vb:raw userinfo.username} {vb:raw userinfo.level}"> <vb:each from="userinfo.reputationdisplay" value="row"> <img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend} </vb:each> </span> </td> </vb:if> Code:
<vb:if condition="$show['reputationcol']"> <td class="reputation"> <vb:comment><span class="member_reputation" title="{vb:raw userinfo.username} {vb:raw userinfo.level}"> <vb:each from="userinfo.reputationdisplay" value="row"> <img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend} </vb:each> </span></vb:comment> Level: {vb:raw userinfo.reputation} </td> </vb:if> |
Благодарность от: | ||
Unfolded90 |
#3
|
|||
|
|||
Thankyou ozzy
|
#4
|
||||
|
||||
Not a problem, glad to help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|