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)

kderentz 12-18-2006 10:40 PM

bump for help with permissions please!

Enajizer 12-20-2006 02:13 AM

Quote:

Originally Posted by Umberto (Post 1137008)
Works great!
I want to add two things, I don't know if they are discussed allready...
First thing, is that the 2nd index page doesn't work
and the 2nd is that if you go to the 2nd page (after fixing it) the id count starts with 1 again...

Here some fixes
open vbgarage.php and replace


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"")
    ); 

with

PHP Code:

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

for the ID fix:

Search for
PHP Code:

$user fetch_userinfo($list[userid]); 

add below:
PHP Code:

$list['number']=$pos+$counter

then open
vbgarage_listbits in your style manager
replace:
PHP Code:

<td class="alt2" align="center">$count</td

with

PHP Code:

<td class="alt2" align="center">$list[number]</td

done....

You don't know how long I have been wanting to fix the id count on each page. I thought it was somewhere in the php file where it was calling the garage list and have searched over and over again trying to find how to fix it. Not a major issue, but kind of annoying when viewing the different pages of the garage.

Anyway, thanks for posting the fix! ;)

Enajizer 12-20-2006 02:24 AM

Quote:

Originally Posted by smoknz28 (Post 1140801)
In Who's Online, how can I get the user's Location to display correctly when they are in the vBGarage?

See attachment

Thank you,
Gonzo

If you haven't already, you need to add vbgarage.php to your functions_online.php file.

Just open the includes/functions_online.php and find...

Code:

case 'threadrate':
                        $userinfo['action'] = $vbphrase['rating_thread'];
                        if ($seetitle)
                        {
                                $userinfo['where'] = '<a href="showthread.php?' . $vbulletin->session->vars['sessionurl'] . "t=$threadid\" title=\"$threadpreview\">$threadtitle</a>";
                        }
                        break;

and below it add...
Code:

case 'vbgarage':
                        $userinfo['action'] = $vbphrase['vbgarage'];
                        $userinfo['where'] = "<a href=\"vbgarage.php?$session[sessionurl]\">In the Garage</a>";
                        break;

Then find....
Code:

case 'archive':
                $userinfo['activity'] = 'archive';
                break;

and below that add
Code:

case 'vbgarage.php':
                $userinfo['activity'] = 'vbgarage';
                break;

This is how mine currently looks and it works fine...hope it helps.

smoknz28 12-22-2006 12:51 AM

Enajizer, thank very much for sharing your code with me. Works great! ;)

Thank you again for your help. :up:

shepdogg 12-27-2006 10:51 AM

hi there everyone 1st time post, love this mod installed it fine but for some reason i can only add a car or edit a car if i am logged in as admin, if i try to add a vehicle as a registered user it says i have insufficant rights? any body help me please?

Chris

shepdogg 12-27-2006 11:01 AM

sorted :)

Silver_2000_)! 12-29-2006 12:34 AM

How many have this working on 3.6.4 ?

smoknz28 12-29-2006 05:07 AM

Quote:

Originally Posted by Silver_2000_)! (Post 1146676)
How many have this working on 3.6.4 ?

I'm one... ;)

www.f-bodyhideout.com/forums

I'm still however on the lookout for the 4.x version of vBGarage...it's been pulled off this site....so I'm still in search....argh!

Silver_2000_)! 12-29-2006 05:22 AM

Quote:

Originally Posted by smoknz28 (Post 1146764)
I'm one... ;)

www.f-bodyhideout.com/forums

I'm still however on the lookout for the 4.x version of vBGarage...it's been pulled off this site....so I'm still in search....argh!

there are so many different opinions and different sucesses that Im going to wait I think.. Dont need another cool mod like the timeslip database that falls into disrepair ...

smoknz28 12-29-2006 05:29 AM

Uhhh...actually I have the Timeslip hack working on my 3.6.4 forums as well..


All times are GMT. The time now is 02:24 AM.

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.01708 seconds
  • Memory Usage 1,763KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_php_printable
  • (4)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