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 |
#512
|
|||
|
|||
Quote:
I just had a thought.. if your going to have it so people can design how it looks for people.. maybe a search engine in this would be nice.. so there location being in IL can be found or FL or so on.. Just a idea.. dont know how hard it would be to add in. This way there can be a "Owners Registry" intergrated with it. Keep up the good work my friend.. top notch |
#513
|
|||
|
|||
when viewing the garage, instead of clicking on a thumbnail and it going to the users garage, can this link be made to popup the image?
also, this is a big step to a photo gallery for vb. anyway to make this a official gallery, instead of a car garage...with maybe editing the informtion that is inputed on images, changing the upload area through the user cpanel. also, can multiple images be uploaded @ once instead of 1 @ a time. also, doing "vbgarage.php?do=view&id=1" or any users garage, the pictures are aligned right, is there a way to just make them center when not having text in the "Text"field. The ideas/throughts i got here are to make this more of a gallery for users... |
#514
|
||||
|
||||
Quote:
|
#515
|
|||
|
|||
Any plans to have the images use GD 1.6 to display?
Is there a way around using GD 2.0 (other than simply using a scaled down version of the image)? My host are taking their time to upgrade. |
#516
|
||||
|
||||
Quote:
|
#517
|
|||
|
|||
2 things:
1. i would like to just have it where users can upload image, removing the required fields in the "vbgarage.php?do=editgarage", how can i do this? 2. when viewing "vbgarage.php?do=list", be better if the thumbnails on here would be made to do the popup to the image instead of going to the uploaders gallery. how can this be done. |
#518
|
||||
|
||||
Quote:
|
#519
|
||||
|
||||
Here's a way to do the thumbnails using vB's function for creating the thumbnails in threads... You have to write a temp file for the image function to work from, not a big deal... I used all the vB variables for the temp directory and such.
Code:
if (!empty($_FILES['src']['tmp_name'])) { require_once('./includes/functions_image.php'); $name = $_FILES['src']['name']; $data = addslashes(fread(fopen($_FILES['src']['tmp_name'], "r"), filesize($_FILES['src']['tmp_name']))); $type = $_FILES['src']['type']; $filename = tempnam(ini_get('upload_tmp_dir'), 'tmpimg'); $fp = @fopen($filename, 'wb'); @fwrite($fp, stripslashes($data)); @fclose($fp); $attachment[tmp_name] = $filename; $attachment[name] = $name; $thumb = addslashes(fetch_thumbnail_from_image($attachment,$imageerror)); @unlink($filename); // insert into DB table here... } |
#520
|
|||
|
|||
@magnus
I have from vB 3.0.0 to vB 3.0.1 update now get I this error message and can however nothing find: Fatal error: Call to undefined function: can_administer() in /var/www/html/Board/vbgarage.php on line 50 |
#521
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|