The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VbGarage 3.5 Details »» | |||||||||||||||||||||||||
Summary: This is a semi-direct port of the hack located at: https://vborg.vbsupport.ru/showthread.php?t=63681 The author has given me permission to re-release this hack under his 3.1.1 codebase, and as such I have converted it Vbulletin 3.5 support which involved a good many changes. Also I changed a couple templates, and some html fixes so it will look a little better than it used to, feel free to suggest any other bugs that need to be fixed. One last thing, although I will "Try" to get around to fixing any bugs that come in, this is NOT my hack, and therefore I will not associate myself with supporting this hack; I merely have done a service for the people that requested the port. Credit goes to the original authors: magnus, noppid, action-n Again: THIS IS NOT MY CODE. AND IT IS NOT SUPPORTED. Information: 1. Make sure you have a writable tmp directory. 2. This script only supports jpg, png, gif files. 3. I dont plan on re-writing this entire script to make it bug free, so please dont ask me to do so. Upgrade From Vbulletin 3.x.x : 1. There is no upgrader; you just need 2 do a couple things. 2. More than likely you can leave your old vbg tables (havnt tested). 3. You _Do_ need to delete any previous settings/phrases/templates though. 4. Use phpmyadmin or w/e you use, and search your database for vbg with a wildcard it should locate anything that has that name in it; and delete them. Then follow the INSTALL.txt Installation: 1. Download Zip File 2. Read INSTALL.txt 3. Click install if you like Changes: 3/10/2006 8:43am - Fixed Comments; they now post to correct Garage. 3/9/2006 10:37pm - Image Types are determined manually. 1. Did some actiontemplate optimizations, so only the necessary templates are loaded on the pages needed. 2. Removed the text field limit for describing your ride. 3/9/2006 10:37pm - Image Types are determined manually. 3/9/2006 12:54pm - A change to image output. 3/9/2006 12:06pm - Attempt to fix image corruption. To Upgrade: Simply overwrite the vbgarage.php file. Show Your Support
|
Comments |
#182
|
|||
|
|||
SQL query:
UPDATE vbgarage_images SET TYPE = 'image/jpeg' WHERE TYPE = 'image/pjpeg' just for all of you who are not SQL junkies out there, i just spent 2 hours learning how t do that, as i know diddly about SQL. you can run that query within your SQL database from phpmyadmin, or with adequate permissions, from the SQL section of the vbulletin control panel. |
#183
|
||||
|
||||
I use this one for multipages:
PHP Code:
|
#184
|
||||
|
||||
anyone figer out how to delete cars?
everytime i click it says page not found? |
#185
|
|||
|
|||
Can anyone advise how I (admin) can add another members car details to Vb Garage??
|
#186
|
|||
|
|||
Please don't mind me...... I'm just a novice coder. I have however come up with a super simple little piece of code you can put in the "postbit" so you can get to each members vbGarage.
I'm sure someone can add conditionals to actually check to see if the person has a garage, but it doesn't seem to be needed. If they don't have a garage it just comes up blank. In postbit search for: Code:
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a> </if> Insert after: Code:
<a href="$vboptions[bburl]/vbgarage.php?do=view&id=$post[userid]"> <img class="inlineimg" src="$stylevar[imgdir_statusicon]/garage.gif" alt="Check out my garage" border="0" /></a> Code:
<a href="$vboptions[bburl]/vbgarage.php?do=view&id=$userinfo[userid]"> vbGarage</a>
"images\statusicon" directory of each of your styles. Once this is done you will have a little icon next to the "reputation link" icon that will take you to the garage. Once again... I'm just learning Someone could add conditionals or even a phrase so the "hover over" is a little more intuitive, but this works. I hope this helps some people out. |
#187
|
||||
|
||||
Anyone figure out how to delete garages? Seems to take you to a Page Cannot Be Found Page???
|
#188
|
|||
|
|||
Can anybody tell me where in the code it grabs your URL from when it displays the picture. I changed domain names on the forum so now when you click on a user to see their garage it takes you to the old domain.
Thank you Never mind... major brain fart... it is now working! |
#189
|
||||
|
||||
my garage was working fine and for some reason i checked it tonight and the pictures are not in 2 colums, they are all in one. is there somewhere i can fix that???
http://www.sclc.net/forum/vbgarage.php?do=view&id=1 they used to be 2 columns of 3 pictures.... |
#190
|
||||
|
||||
I am having an issue with uploading images, I have searched through this thread and saw a few people state this and one guy even said it was a server issue. I am wanting to add this to my forums because it would greatly help out my members share about their cars.
-Thanks Joshua |
#191
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|