Quote:
Originally Posted by noppid
If you are using vB 3.0.2 or later there is a conflict with vBgarage in the init.php file. You should edit it for vBgarage to use it's own unique mask to avoid conflicts.
In init.php find
PHP Code:
'canhaverepleft' => 8388608
Change it to...
PHP Code:
'canhaverepleft' => 8388608,
// START VBGARAGE HACK
'canvbgarage' => 16777216
// END VBGARAGE HACK
The code seems dynamic, but in the long run it will be easier to deal with future upgrades with these edits.
|
I think this should be included in the installation!!
All my users suddenly could see "private fields" and it created such a mess, ugly!!
/Martin