
07-07-2004, 09:29 PM
|
|
|
Join Date: Nov 2001
Location: Kennesaw, GA
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by noppid
After upgrading to 3.0.2 it seems that the tables for setting and settinggroup were recreated. At least the vbgarage options were no longer in them.
Here's how we enabled it again.
Backup your DataBase First!
edit init.php to this...
PHP Code:
// Reputation
'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
// START VBGARAGE HACK
'canvbgarage' => 16777216
// END VBGARAGE HACK
);
This leaves the vB options in their correct places.
|
Where exactly do you add that in init.php? thanks.
|