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)

Tru2Chevy 04-09-2006 04:36 PM

Quote:

Originally Posted by Oddjob
So this one is a fake?

Eh, i dont run a car forum, no need for all the little xtras.

No vBGarage was developed before vBPicGallery. I've seen several sites using each, and I prefer the garage. As soon as the updated version of garage is released here I'll have it installed on my site.

- Justin

Puntoboy 04-10-2006 07:22 PM

brilliant, been waiting for this.

i'm just a little worried.

i had this hack on my forum when i was running 3.0.7... and it hasn't worked since the upgrade to 3.5.2 obviously. i'm using a new stles and don't think i have any of the old templates created.

should the data still be in the database? if so, what do i need to do to upgrade?

cheers guys.

Gizmo999 04-11-2006 08:24 PM

I've got a problem with the link to the next page once I get beyond 25 members in my garage.

the link tries to take you to here

Code:

/forum/vbgarage.php?do=$_REQUEST[do]&page=2&perpage=25
and i think the correct link should be

Code:

/forum/vbgarage.php?do=&page=2&perpage=25
what needs altering to correct this please??

PBX1 04-12-2006 12:41 AM

Quote:

Originally Posted by Gizmo999
I've got a problem with the link to the next page once I get beyond 25 members in my garage.

the link tries to take you to here

Code:

/forum/vbgarage.php?do=$_REQUEST[do]&page=2&perpage=25
and i think the correct link should be

Code:

/forum/vbgarage.php?do=&page=2&perpage=25
what needs altering to correct this please??

I've got the same problem. Hopefully there is an easy fix.

I found a quickie fix, look for this line
if ($perpage == 0 or $perpage > 200) { $perpage = 25; }
and change 25 to a higher number. I have 31 garages so I've changed it to 40 until a proper fix
shows up. Opps sorry look for this in vBGarage.php

Gizmo999 04-12-2006 10:01 PM

I think i fixed it, you need to find lines in vbgarage.php

Code:

$pagenav = construct_page_nav(
                $pagenumber, $perpage, $garagecount[garages],
                'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . 'do=$_REQUEST[do]', ''

And replace with

HTML Code:

$pagenav = construct_page_nav(
                $pagenumber, $perpage, $garagecount[garages],
                'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . 'do=', ''

it worked for me

PBX1 04-13-2006 12:49 AM

Good stuff Gizmo, works for me too!:banana:

djjeffa 04-13-2006 02:13 AM

Quote:

Originally Posted by Gizmo999
I think i fixed it, you need to find lines in vbgarage.php

Code:

$pagenav = construct_page_nav(
                $pagenumber, $perpage, $garagecount[garages],
                'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . 'do=$_REQUEST[do]', ''

And replace with

HTML Code:

$pagenav = construct_page_nav(
                $pagenumber, $perpage, $garagecount[garages],
                'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . 'do=', ''

it worked for me

thanks giz it worked now i have to find a way to fix the multable cars

if not is there away for admin to delet some cars?

cablemirc 04-13-2006 10:10 AM

any newly uploaded pics show up fine, but the old imaged uploaded do not show. however, the image filenames show with teh red x's///

check it out.
http://www.clubprotege.com/forum/vbgarage.php?do=list

the first car you see (the white one) was uploaded after the upgrade, the rest are from before. how do i correct this?

xdsl 04-13-2006 10:26 AM

looks nice...
i want to try it now.. :banana: :banana: :banana:

cablemirc 04-13-2006 10:50 AM

this apprears to be a variation of the pjpeg issue in SQL mentioned earlier.. some of my uploaded images actually show as type JPG in teh database, but some show as pjpeg, although all files are jpgs. how does one edit the existing type fields in SQL to show all files as type jpg? (and if i'm way off track, ignore this post and please try to help me fix this)


All times are GMT. The time now is 11:05 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.01842 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_html_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