The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can Anyone Tell me About This Reputation hack?
A forum i go to has it and i need it for mine.
When viewing a post whether it be urs or sum1 elses in the right hand corner of the post shows that users repuatation. here is a screenshot of what im looking for, so its actually 2 hacks i think because i want the user info one as well. here is another if you need mroe detail.. Thanks, Dark Riku |
#2
|
||||
|
||||
They just look like template mods, not hacks.
|
#3
|
|||
|
|||
well can you give me the code for them so i can use them? and maybe tell me where to put them?
much appreciated by the way, i dont know if they made it or not so if you could tell me if vbulletin offers this or sumone actually made this. thanks. ~Dark Riku |
#4
|
|||
|
|||
User Info and Reputation are default features of vb.
|
#5
|
||||
|
||||
do this:
go to your admin control panel: 1. vBulletin Options > Setting Group: User Reputation Options > Enable User Reputation System > select "yes"; then 2. vBulletin Options > Setting Group: Thread Display Options (showthread) > Post Elements (at the bottom, last choice) > Display Reputation Power > check Yes 3. go to your postbit or postbit legacy template and search for "reputation". modify the template to your liking. remember, checking yes to #2 slows the boards down a bit because it has to make more calculations. |
#6
|
|||
|
|||
Quote:
|
#7
|
||||
|
||||
try $post[reputationlevelid]
|
#8
|
|||
|
|||
ok where do i put that? just anywhere in the postbit code?
ooo it works thanks, now i just need the User Info code and im all set. And does anyone know how to put that border around it? ~Riku Quote:
It worked, But theres one problem, If someone adds to your rep it wont display the proper number? I Add'd 10 to a user and his rep stayed at 5, Waited an hour still at 5? Any idea's? Heres the code im using, it works, Displays but doesnt update the REP, Rest updates!! Code:
</td> <td width="100%"> </td> <td valign="top" nowrap="nowrap"> <fieldset class="fieldset"> <legend><b>User Info</b></legend> <div class="smallfont"> <div>Join Date: $post[joindate]</div> <div>Location: $post[field2]</div> $vbphrase[posts]: $post[posts] </td> <td width="100%"> </td> <td valign="top" nowrap="nowrap"> <div class="smallfont"> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> </td> <td width="100%"> </td> <td valign="top" nowrap="nowrap"> <fieldset class="fieldset"> <legend><b>Reputation</b></legend> <div class="smallfont"> <b>Total Rep:</b> <font color=green>$post[reputation]</font> <b>Rep Power:</b> <font color=green> $post[reppower]</font><br> <b>Rep Bars:</b> $post[reputationdisplay] <div> </div> </fieldset> </td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|