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 |
#1427
|
|||
|
|||
i went in and just copied all of the vBGarage templates from one style to the other and now it's all good on both styles... thanks fellas...
|
#1428
|
|||
|
|||
Quote:
I do it, like you have post and worked well... sorry for wasting your time... thx for all |
#1429
|
||||
|
||||
Quote:
|
#1430
|
|||
|
|||
Quote:
I have uninstalled and re-installed vbgarage. It does work but if you had a car listed before I moved the server it won't let you add one now. It's like it thinks you have a car allready posted? For example, a guy who never posted a car before is able to create his own page but, I can not. I assume it's because I had one before and it still thinks I do? Pleae help! |
#1431
|
|||
|
|||
i believe u got to run quey to clear the database info 1st..?
|
#1432
|
|||
|
|||
Quote:
|
#1433
|
|||
|
|||
did u d.l the 3.1.1 version..
|
#1434
|
|||
|
|||
Yes I did, it is the one featured in the Download box.
|
#1435
|
|||
|
|||
mm. this is werid.
ur status is super admin in forum? u should see it... |
#1436
|
|||
|
|||
Does this work on VB 3.0.3?
|
#1437
|
||||
|
||||
Quote:
|
#1438
|
|||
|
|||
cinq any luck trying to get the images out of the database? with 14 users its filling up fast, and i've limited the size of the images, but the db still getting big!
|
#1439
|
||||
|
||||
Am still working on it aussie
You have 14 users, I have a few hundreds lol |
#1440
|
|||
|
|||
Trying to install the hack on VB 3.0.3 and I get this error after editing the init.php.
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/curtis/www/trackshare.com/forum/includes/init.php on line 722 Parsing functions.php Time before: 1103170758.0835 Time after: 1103170758.1836 Time taken: 0.1000919342041 So went back to the original file and tried to complete the install and try changing that last and when I got to the part . In the ADMINCP, under Usergroup -> Usergroup Manager, make sure to enable "Can use vBGarage?" for all usergroups which should have access! By default, all usergroups are set to No. I get this error when trying to save the config. Database error in vBulletin 3.0.3: Invalid SQL: UPDATE usergroup SET ### UPDATE QUERY GENERATED BY fetch_query_sql() ### title = 'Registered', description = '', usertitle = 'Registered User', opentag = '', closetag = '', passwordexpires = '0', passwordhistory = '0', canvbgarage = '1', attachlimit = '0', avatarmaxwidth = '100', avatarmaxheight = '100', avatarmaxsize = '100000', profilepicmaxwidth = '100', profilepicmaxheight = '100', profilepicmaxsize = '100000', pmquota = '100', pmsendmax = '5', forumpermissions = '127999', pmpermissions = '3', calendarpermissions = '17', wolpermissions = '1', adminpermissions = '0', genericpermissions = '2626631', genericoptions = '30' WHERE usergroupid=2 mysql error: Unknown column 'canvbgarage' in 'field list' mysql error number: 1054 Any ideas??? Thanks for you help. -curtis |
#1441
|
|||
|
|||
I think I found an error.. the only way I can get it to work is in the init.php I added a "," at the end of 262144.
This is the way the install doc reads (copy and pasted) 3b. In INCLUDES/INIT.PHP:error here Find: ####################### 'caneditownusernotes' => 131072 ####################### REPLACE with: ####################### 'caneditownusernotes' => 131072, // START VBGARAGE HACK 'canvbgarage' => 262144 // END VBGARAGE HACK ####################### This is what I did to make it work: 3b. In INCLUDES/INIT.PHP:error here Find: ####################### 'caneditownusernotes' => 131072 ####################### REPLACE with: ####################### 'caneditownusernotes' => 131072, // START VBGARAGE HACK 'canvbgarage' => 262144, // END VBGARAGE HACK ####################### So now I don't recieve any errors. HOWEVER, When I use vbgarage and try post a picture I get a "red x" for the picture. BUT if I click on it to enlarge it it displays fine!??! Has anyone come accross this?? Thanks, -Curtis |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|