The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBGarage v3.1.1 (now with GD-Lib support!) Details »» | |||||||||||||||||||||||||
[high]***[/high]CLICK HERE FOR vB3.0.5 INSTALLER/UPDATE[high]***[/high] vBGarage v3.1.1 (now with GD-Lib support!) Description This hack will allow your users to create a virtual garage where they can store photos, details, etc.. about their vehicle (this can be modified to suit forums of other interests). Latest Uploads will be displayed on Garage List. Forum users can now leave comments in member garages. Admin functions are available in the AdminCP. This version contains the ability to limit access by usergroup(s). All templates are 100% XHTML Verified! Information Tested and developed on vB 3.0.0 Gold. Requires GD 2.0+ Library Demo http://www.sffba.net/forum/vbgarage.php?do=list (Temporary) This hack, as like the rest of my hacks, are FREE. However, if you enjoy this hack and feel the need to donate something for my time you can do so by clicking the icon below: *NOTE: Those who donate are explicitly granted permission to remove the "Powered by" information from the vBGarage footer. *NOTE: When donating, please include your forum url. Thanks! Version History v3 - Initial release. Let's hope I don't have alot of entries here. v3.0.1 - Added GD-Lib Support! v3.1.0 - Added User Comments, Latest Uploads on Garage List, AdminCP Options v3.1.1 - Added ability for Admin to "edit" users' garages. Use ImageCopyResampled(); over ImageCopyResized(); for better thumbnail quality. Planned Features - Multiple entries per user. - Possible integration with Photopost/Coppermine/etc.. If you use this, please click * Installation script by John [hr]-[/hr] UPGRADES v3.1.0 -> v3.1.1 UPGRADE INSTRUCTIONS v3.0.1 -> v3.1.0 UPGRADE INSTRUCTIONS v3.0 -> v3.0.1 UPGRADE INSTRUCTIONS [hr]-[/hr] MODIFICATIONS/ADD-ONS [high]1. Add "Who's Online" Location by magnus[/high] [high]2. Organize Your vBGarage Templates by magnus[/high] [high]3. Increase Thumbnail Image Quality (v3.1.1 and older) by magnus[/high] [high]4. Alphabetize Garage List by magnus[/high] [high]5. Add "Latest Uploads" to FORUMHOME by magnus[/high] [high]6. EvilLS1's Timeslip Database Integration by SVTOA[/high] [high]7. Installer/Uninstaller by Action-N[/high] [high]8. vBulletin 3.0.5 Compatible Installer/Update by noppid[/high] Supporters / CoAuthors Show Your Support
|
Comments |
#1022
|
|||
|
|||
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 |
#1023
|
|||
|
|||
Quote:
|
#1024
|
|||
|
|||
Hi
I turned it on for the registered users and the admin and I did not get an error Quote:
|
#1025
|
|||
|
|||
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? |
#1026
|
|||
|
|||
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:
|
#1027
|
|||
|
|||
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.
|
#1028
|
||||
|
||||
I don't think there's any admin option inside the admincp?
|
#1029
|
|||
|
|||
anyway to get the images stored to a folder instead of the database? or a way to disable hot linking?
|
#1030
|
||||
|
||||
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. |
#1031
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|