Quote:
Originally Posted by IanW-GC8
I was just about to install this hack (which looks really good BTW) and I got to the point where I need to edit init.php where i noticed this.
Code:
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
'canseehiddencustomfields' => 262144,
Is the fact that these 2 ID's are the same going to cause any problems?
|
Yes it will, how the instructions should read is. At the end of that list add 'canvbgarage' => 262144 (or enter double previous number)
Code:
,
'canvbgarage' => 262144
I should see if I can set it up with it's own permissions field so we don't have these problems come next release. Do a search for "canvbgarage" in this thread if you don't understand what I wrote here, cuase this has been asked many times within this thread. Magnus should put links in the main thread to all the fixes for these bugs.