The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Reputation points in postbit ?
Hi all,
Reputation points in postbit ? Is that possible. I have seen in certain forums where both rep icons and rep points that have been shown. How is it possible ? Is there any certain modification to be installed in vB or coding to be done in the template? my forum url : www.moviejockey.com vBulletin Version : vB 3.8.5 -Naan-Kadavul- |
#2
|
|||
|
|||
Hi Naan,
Admin CP> vBulletin Options> User Reput Settings> User Reput System Active> Yes Postbit rep points and also to show the degree AdminCP / Styles and themes / templates search / postbit_legacy Find; Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if> Code:
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</div></if> <div>Rep Points: $post[reputation]</div> <div>Rep Level : $post[reputationdisplay]</div></if> |
#3
|
||||
|
||||
Thanks brother, will try n tell you soon
|
#4
|
|||
|
|||
|
#5
|
||||
|
||||
This is the code I found it in my template
Quote:
When I edit, its giving me error. Please help me with this. Thanks. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|