Log in

View Full Version : how to remove reputation & rank systems


zurih
01-03-2005, 11:47 AM
I want to completly remove those features.
from the templates I know how to remove them..
but how can I remove them in the DataBase and in the PHP files?

thanks in advance.

Paul M
01-03-2005, 12:20 PM
why do you want to ? What's wrong with just turning them off ?

zurih
01-03-2005, 05:53 PM
cause I just scrood up mysql database
I deleted the reputation table, and now when I'm trying to post\edit\delete a thread I got this message:

Database error in vBulletin 3.0.3:

Invalid SQL: DELETE FROM reputation WHERE postid IN (119,0)
mysql error: Table 'blabla_forums.reputation' doesn't exist

mysql error number: 1146

Date: Monday 03rd of January 2005 09:42:03 PM
Script: http://www.blabla.com/editpost.php
Referer: http://www.blabla.com/editpost.php?do=editpost&p=119
Username: xxxxx
IP Address: xx.xx.xx.xx

what can I do?

manguish
01-03-2005, 07:47 PM
Surely a databse backup is easier and simpler?

But of course - you DID back it up before you deleted it didn't you ;)

zurih
01-04-2005, 07:31 AM
Yes I did :)
but still I hate this reputation think...
I'm sure I can reduce the number of queries by deleting the whole thing..
Am I right?

Paul M
01-04-2005, 09:44 AM
Yes I did :)
but still I hate this reputation think...
I'm sure I can reduce the number of queries by deleting the whole thing..
Am I right?Restore the table, turn reputation off if that's what you want. Stop worrying about queries.