The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]() Quote:
Code:
<vb:if condition="$show['reputation']"> <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}"> Репутация: <b> <vb:if condition="$post[reputation] >= 0"> <font color="green">{vb:raw post.reputation}</font> <vb:else /> <font color="red">{vb:raw post.reputation}</font> </vb:if> </b> <a class="popupctrl reputation" title="{vb:rawphrase reputation}" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"> <b>[<font color="green">+</font>/<font color="red">-</font>]</b> </a> </span> </vb:if> Code:
/* reputation image */ .postbit_reputation { clear: both; display: block; font-size: 0; padding-left: 2px; } Code:
/* reputation image */ .postbit_reputation { clear: both; display: block; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|