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 |
#132
|
||||
|
||||
Quote:
[SQL] INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES (0, 'vbgarage', 'vBGarage', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES (0, 'vbgarage_allowed_total', 'You are allowed a preset number of images. Once that limit is reached, you will no longer be able to upload. Delete existing pictures to regain upload ability.', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES (0, 'vbgarage_file', 'File', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_footer', 'Powered by: <b>vBGarage</b> by magnus', 1) INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_year', 'Year', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_make', 'Make', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_model', 'Model', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_text', 'Text', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_text_desc', '<a href=\"$vboptions[bburl]/misc.php?do=bbcode\">vB code</a> is <b>On</b><br /> <a href=\"$vboptions[bburl]/misc.php?do=showsmilies\">Smilies</a> are <b>On</b><br /> <a href=\"$vboptions[bburl]/misc.php?do=bbcode#imgcode\">[IMG]</a> code is <b>Off</b><br /> HTML code is <b>Off</b><br />', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES (0, 'vbgarage_uploaded_images', 'Uploaded Image(s)', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_car', 'Car', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_listtitle', 'Member vBGarage(s)', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_edit', 'Edit vBGarage', 1); INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES (0, 'can_vbgarage', 'Can use vBGarage?', 3); [/SQL] |
#133
|
||||
|
||||
Sorry. I guess it wasn't really a request; just wondering if anyone had given it any thought as a possible "a 3rd Party Add-On"
Great job on this, BTW. It's definately on my list after I upgrade to vb3. |
#134
|
|||
|
|||
Quote:
Also, is this all searchable from members search? Like, say I want to find someone with a kaminari body kit, i can search for kaminari? |
#135
|
||||
|
||||
Quote:
|
#136
|
||||
|
||||
Quote:
|
#137
|
|||
|
|||
hey magnus,
Just curious why you didn't go the route of using the profile options and just displaying them on a new page? This way they can be made searchable, they can have any type of form element, make them required or not etc. Just curious. D |
#138
|
||||
|
||||
Quote:
|
#139
|
|||
|
|||
I had the same SQL errors on install.
What I had to do was open the install file and insert the SQL commands for creating the tables manually WITHOUT the . TABLE PREFIX . part....Thats whats screwing it up. If you want, you could probably delete the table prefix stuff (assuming that your vb install does not require prefixes) and resave the file, then run it again.....Should work fine then..... Hope it helps........It's a cool board add on, can't wait for further updates.... JC |
#140
|
|||
|
|||
Magnus I think you did a great job with this, take a bow! I am making some customizations to my copy, I have photopost like another member mentioned in this thread, I have a code for the postbit template that generates a link to the indivudual member's gallery, I think I can import that into the "view_vbgarage" template. I also think it should be pretty easy to make this support multiple vehciles. I already have mine so I can list two.
Nice work man! |
#141
|
|||
|
|||
I'm liking this hack more and more, make sure you claim the money I sent you.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|