The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Replace rep image with text issue
I am using this code but seem to can't get it to close right. Any help would be great.
Code:
<vb:if condition="$show['reputation']"> <div> <vb:if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span><br /></vb:if> <span id="repdisplay_$post[postid]_$post[userid]">$vbphrase[reputation]: <vb:if condition="$post[showreputation]"><font color=<vb:if condition="$post[reputation]>0">"green"<else /><vb:if condition="$post[reputation]<0">"red"<else />"gray"</vb:if></vb:if> title="$post[username] $post[level]"><b>$post[reputation]</b></font><else />hidden</vb:if </div> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|