i've tried all the suggestions for making this work with 3.0.3 but no such luck. i've read and re-read the instructions step by step. here's my init code...
// Reputation
'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
// START VBGARAGE HACK
'canvbgarage' => 16777216
// END VBGARAGE HACK
);
i've ran the queries on the database as suggested in a previous post also. i've checked permissions, etc. but users still get an error saying they don't have permission to access the garage.
any help would be appreciated. thanks
|