The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
im upgrading my vB to 4.1.8 (from 4.1.4) to look at the database/code changes. will get back to you if no one else does.
--------------- Added [DATE]1322765908[/DATE] at [TIME]1322765908[/TIME] --------------- i used the following code and it works just fine FIND Code:
<vb:if condition="$show['reputation']"> <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}"> <vb:each from="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:if> Code:
<vb:if condition="$show['reputation']"> <span> Reputation: {vb:raw post.reputation} </span> </vb:if> feel free to style it as needed. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|