I was getting an error when I first install everything from this file. Nothing would work. So I took the modification to it out and got everything else set up. Problem was I couldn't change the usergroup permissions to be able to use it. This seems to be the problem, just wanted to post incase any other newbs like me have the same thing.
The file says
3b. In INCLUDES/INIT.PHP:
PHP Code:
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
#######################
to make it work you have to add the , after 262144
so like this
3b. In INCLUDES/INIT.PHP:
PHP Code:
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
#######################
Everything has be perfect since then.