Log in

View Full Version : Restrict Reputation ratings in certain forums?


apokphp
08-04-2009, 08:28 AM
Is that possible?

Let's say there are 10 forums. But only 6 of those forums we want members to be able to give reputation to...the other 4, post reputation ratings would be disabled. Is this possible?

The purpose (to clarify) is to focus reputation on the quality of the debates we have on our site. For the other more social forums, we don't want the reputation system being used as they aren't the focus of our community.

Lynne
08-04-2009, 03:23 PM
You can probably write a plugin to turn off reputation in some forums. Something like (you should verify the name of the option in the vboptions section):

if (in_array($forumid, array(x,y,z))) $vbulletin->options['reputationenable'] = 0;