Quote:
Originally Posted by saini1987
I don't have any such add on to disable reputation on forums, it's a default option available in Vbulletin and if set to no, users can't give reputation in that forum. Why do I install an add on to disable reputation and then ask it about here for a fix???
Meanwhile I tried this: http://www.vbulletin.com/forum/forum...for-all-forums but that query haven't worke.
|
Try:
Quote:
UPDATE forum SET options = options + 2097152 WHERE NOT(options & 2097152);
|
But make a backup of the database first before running the query.
Just so you know, the above query is 'not' the same as the one you linked to:
http://www.vbulletin.com/forum/forum...for-all-forums
It's slightly different.