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 |
#882
|
|||
|
|||
Quote:
|
#883
|
|||
|
|||
Well the thing is someone has uploaded 2 pictures and it worked fine.... i have the limit set to 6....... i could try a reupload of the hack but i hate to make everyone redo their garage.....
|
#884
|
|||
|
|||
Quote:
I wish you luck with it my freind! AO |
#885
|
|||
|
|||
Ok, this may have been answered before but I have been searching this thread for about 1 hour now and I cannot find anything similar :-)
It all works fine except when you upload an image it does not display it. Instead I get a red X. Looking at the database the row is there BUT the size of the "data" field is 0. Any ideas? Please? |
#886
|
|||
|
|||
Ok, A REQUEST:
When submitting for the first time, is there a way to have the vb garage displayed rather than it going to the forum home. Perhaps the submit button requires some attn, I have no idea, but it is a little annoying so far. |
#887
|
||||
|
||||
Is it possible to customize the fields? I would love to install this hack on my boards. I have a n ATV / Snowmobile site that I would like to add this onto. I do not need the slip feature.. Thank you
|
#888
|
|||
|
|||
Quote:
My guess was that uploads were failining due to the fact that my service provider is using SAFE_MODE. Looking at the file upload code of vbulletin I did the following changes to vbgarage.php: Look for $name = $_FILES['src']['name']; $data = addslashes(fread(fopen($_FILES['src']['tmp_name'], "r"), filesize($_FILES['src']['tmp_name']))); $type = $_FILES['src']['type']; and replace with // make up a temporary name $tmp_name = 'vbupload' . substr(TIMENOW, -4); // check file exists on server if ($vboptions['safeupload']) { $path = $vboptions['tmppath'] . "/$tmp_name"; if (move_uploaded_file($_FILES['src']['tmp_name'], $path) AND file_exists($path)) { $filename = $path; } } else if (file_exists($upload)) { $filename = $_FILES['src']['tmp_name'] ; } $name = $_FILES['src']['name']; $data = addslashes(fread(fopen($filename, "r"), filesize($filename))); $type = $_FILES['src']['type']; Now... this worked with my server that uses SAFE_MODE. I am not sure it will work if SAFE_MODE is not used, I haven't tried it! |
#889
|
||||
|
||||
Quote:
thnx Sandy... |
#890
|
|||
|
|||
Try looking here; https://vborg.vbsupport.ru/showpost....&postcount=640
It wouldn't take much effort to change the field names, etc. |
#891
|
|||
|
|||
Quote:
Please help if you can. AO |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|