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 |
#1312
|
|||
|
|||
Do I need to change the top one to
PHP Code:
|
#1313
|
|||
|
|||
Is there a different way to get the latest images to show up on another page?
|
#1314
|
||||
|
||||
OK: I'm not sure if this has been posted yet, but I was working on a client vB and they were running this hack...
I had never seen this hack before, but a mod jumped out at me as needing doing... find: PHP Code:
PHP Code:
|
#1315
|
||||
|
||||
Quote:
Silverstangs, assuming your getting that error from the index.php code you can swap part of it with the code below. Replace the query part with this that's not critical of what the tables name is. Hopefully this will work for you, since I have never tried to put vbgarage images on the forum index before. Code:
$result_latest = $DB_site->query(" SELECT * FROM " . TABLE_PREFIX . "vbgarage_images ORDER BY vbgarageid DESC LIMIT 5 "); Natch, yeah I already had that one pointed out a few times. But my post is lost amongst these posts now, lol. The next version will have all the breadcrumb links going on, plus they'll be using phrases so the newbies won't have to hack the vbgarage code. Ya know, there outta be a way for the thread owner to tag a post as important/must read so we can click a link that will list all the important/tagged posts. |
#1316
|
|||
|
|||
Quote:
That was it, thank you so much!!! My lession of the day... don't hack while sick! |
#1317
|
|||
|
|||
Great hack, thank you!
|
#1318
|
|||
|
|||
Any word on the new release yet lol or should another coder or I try to code one for you guys
|
#1319
|
|||
|
|||
Yes, I'm interested in the same subject as well.
|
#1320
|
|||
|
|||
EDIT: the garage is working (at least I can view it as an admin);
http://www.floridastreetscene.com/fo...ge.php?do=list however you can't view it as a member and there is no option in admincp to set up permissions... This could be from the error I received during installation; Code:
Database error in vBulletin 3.0.3: Invalid SQL: CREATE TABLE vbgarage_images ( `vbgarageid` smallint(6) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `data` longblob NOT NULL, `type` varchar(50) NOT NULL default '', PRIMARY KEY (`vbgarageid`) ) TYPE=MyISAM AUTO_INCREMENT=1 mysql error: Table 'vbgarage_images' already exists mysql error number: 1050 Date: Thursday 25th of November 2004 08:33:47 PM Script: http://www.floridastreetscene.com/forums/admincp/install_vbgarage.php Referer: http://www.floridastreetscene.com/forums/admincp/install_vbgarage.php |
#1321
|
||||
|
||||
Quote:
If the installation gets interupted it wont finish, obviously, but when going back through it doesn't check itself for previous versions an does what you noticed breaks an doesn't finish. I made an uninstaller that you can use to uninstall the database files an truly start over without having already exsists errors. The link to the file is posted in the original post at the bottom. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|