The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello everyone! I'd like to do two things:
1. Disable the ability to give negative feedback to a user. 2. Add reputation points in user's posts. Right now, only Rep Power shows. My forum is www.t-mobilesignal.com. Can anyone tell me how (I've searched through the 3.67 mods and I can't find anything)? Thanks! Alex |
|
#2
|
|||
|
|||
|
1. I think can be done in admincp under vb options or it might even be in usergroup options
2. Can be found in template mods forum |
|
#3
|
||||
|
||||
|
Code:
<if condition="$show['reputation']">
<div>
Reputation: $post[reputation]<br />
</div>
</if>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|