![]() |
HI
I just installed it on my site and I have no problems. Since I did not have GD installed on this server yet I just used the code posted for those who did not run GD The sites is running 3.0.3 The site is at raisedvoices.com |
Quote:
|
Hi
I turned it on for the registered users and the admin and I did not get an error Quote:
|
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? |
Hi is how my includes/init.php look, I also have other fields after this one
// START VBGARAGE HACK 'canvbgarage' => 262144, // END VBGARAGE HACK 'canseehiddencustomfields' => 262144, Quote:
|
The hack is installed on our board, however the only people who have permission to view it are the Super Administrators. When other people try to get into the vbgarage, they get a "no permission" error like you would get when going into a restricted forum. Is there a line of code somewhere that needs to be edited to allow all usergroups to view the vbgarage? What I want to do is allow all usergroups to view the garage, and only allow a few usergroups to actually be able to upload stuff to it. I am aware of the "can use vbgarage" option under usergroup manager, but that means nothing if they don't even have permission to view it.
|
I don't think there's any admin option inside the admincp?
|
anyway to get the images stored to a folder instead of the database? or a way to disable hot linking?
|
3.0.3 Compatibility
It looks like an array is being created in includes/init.php that stores permissions as boolean values in a binary string. Each of the permissions refernces a binary position (i.e., 1, 2, 4, 8, 16, etc.) In 3.0.3 the value 'canseehiddencustomfields' is added that uses the same space as the 'canvbgarage' value. So all you need to do to fix this is change the 'canvbgarage' position so it doesnt interfere with the new value. I changed the code to this and it works fine: // START VBGARAGE HACK 'canvbgarage' => 16777216, // END VBGARAGE HACK If you leave it the same as the other value then they will interfere with each other. |
Quote:
|
All times are GMT. The time now is 08:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|