Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
VbGarage 3.5 Details »»
VbGarage 3.5
Version: 1.4, by Trigunflame Trigunflame is offline
Developer Last Online: Nov 2019 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-08-2006 Last Update: 03-09-2006 Installs: 370
DB Changes Template Edits
Additional Files  
No support by the author.

VbGarage 3.5
Let Your Members Show Off Their Rides !!!


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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #462  
Old 12-28-2007, 09:34 PM
jandm jandm is offline
 
Join Date: Nov 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SVTCobraLTD View Post
I tried this before editing the garage.php file and using Crimson editor i changed everything that said vbgarage to garage and it seemed to work fine. I did not fully test it but did try a few features. Maybe someone else can give you a yes or no but from what i saw, it can work.

SVT

You only edited the .php file, no need to edit the .xml file ????


I just changed vbgarage to garage using crimson editor and it has made no difference
Reply With Quote
  #463  
Old 12-28-2007, 09:57 PM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jandm View Post
You only edited the .php file, no need to edit the .xml file ????


I just changed vbgarage to garage using crimson editor and it has made no difference
I miss read your first post, thought you just wanted to change all the words so it didnt say vbgarage. But I do remember when I did it to mine, that didnt change for some reason. Not sure where that is to edit it.

SVT
Reply With Quote
  #464  
Old 12-29-2007, 04:31 PM
Maestro Maestro is offline
 
Join Date: Apr 2003
Location: London, UK
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed this on 3.5.2.

What would cause it to throw up a blank page when I try to submit a new car? I can go into my control panel, hit "Update Garage", enter year, make and model then when I hit submit all I get is a blank page.

We had an older installation of vbgarage a few years back and I've tried removing the original tables and reinstalling the mod.

Reply With Quote
  #465  
Old 12-29-2007, 05:04 PM
Za4a Tuner's Avatar
Za4a Tuner Za4a Tuner is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jandm View Post
One question tho, i want to change the link in the navbar to just "garage" instead of "VB"garage Is this possible? If so where please?
You did the following steps of the "readme":

Open your styles NAVBAR template.
- Find the following:
Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
- Below add this:
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
Two ways:
N?1 -> change the text marked red in the code above
N?2 -> edit the phrase (vbgarage) from vB Garage => to Garage
Reply With Quote
  #466  
Old 12-30-2007, 08:21 PM
jandm jandm is offline
 
Join Date: Nov 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Za4a Tuner View Post
You did the following steps of the "readme":

Open your styles NAVBAR template.
- Find the following:
Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
- Below add this:
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
Two ways:
N?1 -> change the text marked red in the code above
N?2 -> edit the phrase (vbgarage) from vB Garage => to Garage

There was no "readme" so i assume you mean "install" of which yes i read.

The garage is working flawlessly with no issues. It is just the link in the navbar that i want to change in order to drop the VB from it.

I just tried your suggestions and it made no difference. I changed

Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
To this

Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[garage]</a></td>

Help a confused lost soul please
Reply With Quote
  #467  
Old 12-31-2007, 12:15 AM
tykesplace tykesplace is offline
 
Join Date: Jun 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! Installed fine but the image limit seems to be forum wide. Not just the garage.

When I went in to edit and upload the pics the system wouldn't let me. Said I was over my limit on storeable images and had to delete some to make more room. I had the garage limit at 20. I have temporarily set it to 2000.

Shouldn't this setting only effect a user's garage?

Using 3.6.8 pl2
Reply With Quote
  #468  
Old 12-31-2007, 09:44 AM
Za4a Tuner's Avatar
Za4a Tuner Za4a Tuner is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jandm View Post
There was no "readme" so i assume you mean "install" of which yes i read.
sorry, "install" is the correct file

Quote:
Originally Posted by jandm View Post
I just tried your suggestions and it made no difference. I changed
Try this one :
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">Garage</a></td>
Reply With Quote
  #469  
Old 12-31-2007, 11:57 AM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VADOS View Post
But there's 1 big trouble: after saving info and refreshing the "edit my garage" page these "pre-words" will be dublicated.
For some reason I missed reading this when I first saw it and I ran into this problem while editing mine.

Quote:
Originally Posted by VADOS View Post
It will be much better to add some new tables in SQL, edit templates and vbgarage.php and after that your users will be editing their garage other way: they'll have to write down their info in each different field, but after saving they all will be "connected" in one field called "TEXT" - just like now you've got
Will this eliminate the dublicated pre-words? I really don't know enough about the mysql to get it to work correctly, can you possibly explain it more. I can add the tables but do know what to call them. Thank you in advance.

SVT
Reply With Quote
  #470  
Old 01-02-2008, 07:14 AM
jandm jandm is offline
 
Join Date: Nov 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Za4a Tuner View Post
sorry, "install" is the correct file


Try this one :
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">Garage</a></td>

When i do that, it removes the link completely from the navbar.


I am guessing it is .xml file that needs changing. So the question is, if i remove the .xml file and replace it with a modded version with the VB removed from the garage title will i lose all the exisitng entires into the garage already? i am thinking yes. If so how do i save them or replace them once i change the.xml file?

Many thanks
Reply With Quote
  #471  
Old 01-05-2008, 08:16 AM
Purple 92 SS Purple 92 SS is offline
 
Join Date: Dec 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, ive installed the garage, adn can edit without issues and add a car.. however, i am gtting no photos.. im a vbb newb, so any help is appreciated.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09141 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete