Log in

View Full Version : Reputation System Help Needed


alex012185
06-19-2007, 03:06 PM
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

germinus
06-20-2007, 03:15 PM
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

gtsch
06-20-2007, 07:01 PM
<if condition="$show['reputation']">
<div>
Reputation: $post[reputation]<br />
</div>
</if>