vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VbGarage 3.5 (https://vborg.vbsupport.ru/showthread.php?t=109924)

Fuzzy Orange 02-25-2007 12:03 PM

There is a bug in this release that I havent seen a fix for

When the garage goes onto more than 1 page - the page links dont work they come up with an error about $_REQUEST[do]

There is a syntax error in vbgarage.php I had to fix

Open vbgarage.php and look for this bit of code

PHP Code:

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

Change it to this

PHP Code:

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

I am running the latest release of vbgarage and vbulletin by the way

Hope this helps others

TheGoaT 02-25-2007 08:40 PM

Quote:

Originally Posted by Tru2Chevy (Post 1138989)
Easy fix for the page numbering issue:

https://vborg.vbsupport.ru/showpost....&postcount=326

You change line 313 in vbgarage.php:

From This:
Code:

$count = 0;
To this:
Code:

$count = $pos;
- Justin

for some reason this didnt work for me, it just got rid of the numbers all together!

zincpony 02-25-2007 10:39 PM

here is my test forum v3.6.4 i have installed this VBgarage onto. register and try it out to see if theres a problem with it or not cause im not seeing anything wrong with it.


http://boostedmustangs.com/vbtester/vbgarage.php

Gojo 02-26-2007 01:52 AM

Quote:

Originally Posted by Gojo (Post 1188875)
yeah im using 3.5 and my thumbnails wont work, but when you click the image they work fine. any thoughts??

im still having this problem. anybody? http://www.GuelphRacing.com

Gojo 02-26-2007 02:03 AM

do i need to have GD 2.0 on my server for this?

Z82 02-26-2007 08:25 PM

What would be good is if someone could rewrite this based on the phpBB2 version as its real nice, I recently moved from phpBB2 to vbulletin and I miss this:

http://forums.phpbbgarage.com/garage.php

:(

SuperCObaltss 02-28-2007 02:39 PM

Does anyone know how to let users be able to use IMG tags

dbirosel 03-30-2007 06:50 AM

Quote:

Originally Posted by Z82 (Post 1191385)
What would be good is if someone could rewrite this based on the phpBB2 version as its real nice, I recently moved from phpBB2 to vbulletin and I miss this:

http://forums.phpbbgarage.com/garage.php

:(

looks great! very organized and well structured. If only we can get something better for vB.

Z82 03-30-2007 08:48 PM

Yes its a very nice mod

Shazz 03-30-2007 08:50 PM

Whats the status of the bugs on 3.6 :|


All times are GMT. The time now is 10:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01336 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete