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
  #492  
Old 01-21-2008, 11:14 PM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by turbo.:R View Post
second page
http://www.phillydubs.com/verwustung/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2
Needs to link to I would have to look around to find where you edit that but it is putting the wrong code in there.

SVT
Reply With Quote
  #493  
Old 01-27-2008, 11:28 AM
RS2000CUSTOM RS2000CUSTOM is offline
 
Join Date: Mar 2006
Location: The Black Country
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have just filled my first 100 "garage" members !

I am also unable to access page 2

Page 1

http://bbs.rallyesportescorts.co.uk/...ge.php?do=list

Page 2

http://bbs.rallyesportescorts.co.uk/...p?do=$_REQUEST[do]&page=2&perpage=100

Any help much appreciated :up:
Reply With Quote
  #494  
Old 01-27-2008, 12:03 PM
RS2000CUSTOM RS2000CUSTOM is offline
 
Join Date: Mar 2006
Location: The Black Country
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update !

I modified in my browser address bar and added - vbgarage.php?do=list&page=2 as stated by STVcobra

This gave me access to the 101 onwards garage members etc

BUT

When I used the page 1 link on the lower right hand corner of page 2 it again gave me a blank white screen !

Hope this is of use to the people who know what they are doing ! - lol
Reply With Quote
  #495  
Old 01-27-2008, 12:44 PM
GotVtec GotVtec is offline
 
Join Date: Aug 2002
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To fix the white page error:

In the vbgarage.php, goto line 333, replace this code:

Code:
$pagenav = construct_page_nav(
		$pagenumber, $perpage, $garagecount[garages], 
		'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . 'do=$_REQUEST[do]', ''
		. (!empty($vbulletin->GPC['perpage']) ? "&perpage=$perpage" : "")
	);
With this code:

Code:
$pagenav = construct_page_nav(
		$pagenumber, $perpage, $garagecount[garages], 
		'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . 'do=list', ''
		. (!empty($vbulletin->GPC['perpage']) ? "&perpage=$perpage" : "")
	);
Reply With Quote
  #496  
Old 01-28-2008, 03:54 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question, and I am sorry if it had been mentioned in here, just 33 pages is a lot to read, so'll I risk getting flammed just to ask my question.
I downloaded this hack, and I am running VB version 3.6.8, my question is, IS there anyway to limit what MEMBERS can or cannot use this feature? It seems to be an all or nothing choice....

I would like to provide this to CERTAIN member groups...

Thanks
Reply With Quote
  #497  
Old 01-31-2008, 02:21 AM
crucialjames crucialjames is offline
 
Join Date: Jan 2008
Location: BOSTON
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone here know how to add the latest uploads on forumhome. I have the old code for 3.0 but cant revise it to actually work
Reply With Quote
  #498  
Old 01-31-2008, 01:27 PM
glate glate is offline
 
Join Date: Jan 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have vBulletin 3.6.8 Patch level 2.

I don't find the following code explained in the Install.txt :

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

I read it should be in the NAVBAR's style, but there isn't.

Thanks
Reply With Quote
  #499  
Old 01-31-2008, 04:33 PM
sml sml is offline
 
Join Date: Jan 2008
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by glate View Post
I have vBulletin 3.6.8 Patch level 2.

I don't find the following code explained in the Install.txt :

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

I read it should be in the NAVBAR's style, but there isn't.

Thanks
its just telling you to put a link to vbgarage in your navbar. this could also be in your headed depending on your style. look in you navbar and header templates for words like members, faq, and calendar. copy one of the table data's, replace its info with vbgarage info and insert it
Reply With Quote
  #500  
Old 01-31-2008, 07:06 PM
RobFerrari RobFerrari is offline
 
Join Date: Feb 2003
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

have there been any updates since 2006 or a better garage type tool for recent versions of vB?
Reply With Quote
  #501  
Old 01-31-2008, 07:13 PM
sml sml is offline
 
Join Date: Jan 2008
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RobFerrari View Post
have there been any updates since 2006 or a better garage type tool for recent versions of vB?
there are more versions around, none that i have been able to accesibly locate but someone may be working on a "tweak" here https://vborg.vbsupport.ru/showthrea...light=vbgarage
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 04:04 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.11120 seconds
  • Memory Usage 2,315KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_code
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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