Quote:
Originally Posted by rockergrrl
The /includes/init.php file edit would be:
Code:
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
#######################
You forgot to add a , at the end of 262144
|
No, there should be no , (comma) after 262144.