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 |
#732
|
|||
|
|||
Quote:
Aaron http://www.hpoa.org |
#733
|
|||
|
|||
Vb Garage/Timeslip Database integration update:
Hey guys, if you have integrated your Timeslip database fields (or any custom fields for that matter) into your VB Garage display, you can easily edit DeWayne's "Edit Vehicle Profile" functions to include the custom fields you have created so they also display under "Edit Vehcile Profile". Simply add them to the "includes/functions_user.php" file in these four areas: "Start verifyprofilefields" "Start getprofilefields" "Start verifyvehiclefields" "Start gettimeslipfields" Look for the lines where all the timeslip database custom fields are displayed- will look like this: "(50,51,52,53,54,55,56,57,58,59,60,61,62,63,64 ,65) AND editable = 1" Simply add the numbers of any custom fields that pertain to the VB Garage display, and when the user selects "Edit Vehcile Profile" then all the fields in that string that you want to display in that edit page will show up. On my board I also have edited template "modifytimeslip" to say: "This information will be displayed on our Timeslip Database page and your VB Garage. Do NOT Submit false data! Vehicle Profile privileges will be taken away from those who submit false info." I am in process of editing the instructions for "Edit Vb Garage" to instruct the user to be sure to edit "Vehicle Profile" info. Hope this helps guys... Greg |
#734
|
|||
|
|||
Edit Garage instructions modification:
Want to make it easier on your members to be able to create/edit the Vb Garage? You may wish to add some custom instructions to the "vbgarage_editgarage" template so members better understand how to create the coolest Garage possible. NOTE! In the example below, the text for the instructions reflects how I have edited and integrated the timeslip database and VB Garage. You should edit this area to properly reflect both your file paths and also the actual instructions to the member as they pertain to YOUR forums! To add a custom instructions table: Open "vbgarage_editgarage" Find: Code:
<if condition="$bbuserinfo[userid] == $id">$logincode</if> Code:
<!-- edit instructions --> <tr> <td class="alt2"><b>Instructions:</b></td> <td class="alt2">You may enter personal info about you and your car below and create a personalized page here on (YOUR WEBSITE NAME GOES HERE). In addition, all the data you enter in your <a href="/vbulletin/profile.php?do=edittimeslip">Vehcile Profile</a> will also display in your Vb Garage if you add it. You may display a large picture that you have uploaded to the web, your best ET, best MPH, RWHP, Race weight, etc. All these will automatically display in your garage, so make sure that you remember to <a href="/vbulletin/profile.php?do=edittimeslip">EDIT YOUR VEHICLE PROFILE!</a> In the text area below, you may use VB code to format your text, font, and also use the [IMG] tag to display whatever you want. If you require assistance with your Garage, just ask! We will be happy to help you!</td> </tr> <tr> <!-- end instructions --> By customizing the instructions, you will make it much easier for your members to understand how to get the most out of the VB Garage feature. SVTOA |
#735
|
||||
|
||||
THanks SVTOA -- just made the change. great work.
One question --- it says my vb code is on but my img code is off? ALso you spelled VEHICLE wrong in the coding - |
#736
|
|||
|
|||
I caught the spelling error on mine and changed it-
Also, with regard to the IMG code- didn't we change that on yours or was that muscle-mustangs? You can enable the IMG tag by editing the vbgarage.php file- that is covered in this thread. However, just enabling it will not change the text on the edit garage page- you have to edit the vbphrase "vbgarage_text_desc" to say "IMG code is ON" |
#737
|
||||
|
||||
that was muscle. ill go diggin to change mine now. shouldnt take me more then all day LOLOL (im still new at this but learning)
Somthing else to mention......... in your coding it refers to call <a href="/vbulletin/profile.php?do=edittimeslip">Vehcile Profile</a when making this coding change pay attention to where your Vbulletin is -- if its in a "forums" directory, you'll have to change the vbulletin part that I bolded. |
#738
|
||||
|
||||
Ok, im an idiot - cant find the post about changing the img tag --- Help??
Also -- how can I pull the "Photos" title bar out? It just doesnt look right to me... Maybe I have something wrong (see screenshot) |
#739
|
||||
|
||||
Edit the.. Phrases? i think is what its called.. i haven't been with VB enough yet to know everything.. bu ti think thats it.
Mike |
#740
|
|||
|
|||
Quote:
Joey, dude you need to read a little more closely. In reference to the IMG tag: https://vborg.vbsupport.ru/showpost....&postcount=267 With regard to this quote: Quote:
Quote:
|
#741
|
|||
|
|||
Quote:
You will find that in your "vbgarage_viewgarage" template. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|