How did you deal with this part of the instructions?
3b. In INCLUDES/INIT.PHP:
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
#######################
I had another field that would come after canvbgarage with the same value. What did you do here? can you show me this section of code?
|