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.
|
Thanks Noppid. I went ahead and made those changes. Everything seems to be running smooth. Man I wish there was a way to make upgrades to vb with out having to edit all you hacks all the damn time. I have another one that is not working anymore either adscolumn 1.0