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 |
#1547
|
|||
|
|||
Hiya....
This is a great script. Good job doing it. One thing, would it be possible to use ImageMagik instead of GD ? Its a bit of a problem (as im finding) gettings hosts to update GD 1.6 to Gd 2.0. ImageMagik can be installed fairly easily on your virtual host via telnet and FTP if its not already on the server. Sorry if this has come up before.... tried to read as many pages as possible! But there are 100+ now ! |
#1548
|
||||
|
||||
Simple question regarding templates.
I've had this hack installed for awhile but just noticed something odd in User CP. Along the left-hand side, Edit MyGarage (my name for it) appears over Edit Options. However, when I click on Edit Options, both Edit MyGarage and Edit Options are highlighted. When I click on any other item on the left-hand side, such as Edit Profile, etc., only that one is highlighted. How can I fix this? |
#1549
|
|||
|
|||
Quote:
HTML Code:
4. Perform the following TEMPLATE edits: 4a. In USERCP_SHELL: Find: ####################### <tr> <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td> </tr> ####################### Add ABOVE: ####################### <!-- START VBGARAGE HACK --> <if condition="$permissions['genericpermissions'] & CANVBGARAGE"> <tr> <td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td> </tr> </if> <!-- END VBGARAGE HACK --> ####################### The stock template mod does not have that anomoly. |
#1550
|
|||
|
|||
With The consent of Magnus, here's an update for vBulletin 3.0.5
This update encompasses 3 things.
The install instructions reflect a change we have found necessary in init.php since the original version was written. There is now an additional note on one new option to the installer that is for repairing vBgarage after vBulletin updates. The operating script is updated. The mods attempt to stop injection attacks on the text input fields. Two methods thought to be useful in this attempt were used. One was from php.net and the other directly from vB code. They seem to do the job. However, nothing is guaranteed! These updates are tested and in use on two boards though. Click either of the links in my signature to see a live demo. If you attempt to use this code you should do a full backup of your database. Do not assume it will work perfectly, things can go wrong. Backup your database! Back it up twice. Download a copy. Having said that, here's the files... |
#1551
|
||||
|
||||
Quote:
|
#1552
|
|||
|
|||
Only thing I can think of is that the phrases may be missing? Did you do the step where you pick any phrase in the phrase manager to edit and then click save?
|
#1553
|
||||
|
||||
Yes, I did, and I've done it again. It didn't work.
|
#1554
|
|||
|
|||
Quote:
|
#1555
|
|||
|
|||
Well I did try your board. I can not duplicate Clicking on the vbGarage link and another link be highlighted at the same time.
I can however click on a link and while holding the link get it to stay highlighted when I move the mouse away from the area and let go of the click. Then while it's lit I can point at another link and light it. I used both IE and FF. I can do this on other vB installs as well, I don't see a problem to be honest. |
#1556
|
|||
|
|||
this is a great hack, thanks.
Is there a way to constrain viewing such that only a certain usergroup can view the garage? I dont want just anyone viewing the garage, only certain members. Is that possible? |
#1557
|
|||
|
|||
Quote:
Yes, there is a "can view vBGarage" Yes/No option in Every Group. |
#1558
|
|||
|
|||
Quote:
Say I have user groups A,B & C I want user group C to be able to view and use vBGarage, but user groups A and B should not be able to use (create/edit etc) nor view anyone elses vBGarage. I hope this makes sense. |
#1559
|
|||
|
|||
I see what ya want. Currently a group is either in or out and guests are supposed to be out, but they aint. I'm not really sure what's going on.
There is no granular groups by group way to display the garage currently that I can tell. |
#1560
|
||||
|
||||
Anyone getting close to releasing an updated version with multiple cars for registered members? I'm willing to beta test one.
|
#1561
|
|||
|
|||
Quote:
I don't know what you mean by users having multiple cars. You can adjust how many cars each member has currently in the ACP. We have ours set to 6 per user of up to 64K each. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|