The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Here you go:
Template: 'postbit' find: HTML Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if> HTML Code:
<if condition="$show['reputation']"><if condition="$show['reppower']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow">$vbphrase[reppower]</a>: $post[reppower] </if><div>$post[reputationdisplay]</div></if> HTML Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if> HTML Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow">$vbphrase[reppower]</a>: $post[reppower]</if>$post[reputationdisplay]</div></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|