vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - VB Pro Garage Timeslips (https://vborg.vbsupport.ru/showthread.php?t=236888)

whitey92lx 05-27-2011 08:26 PM

Thank you sir!

zeus_r6 06-10-2011 04:49 PM

Quote:

Originally Posted by bad2dbone (Post 2195431)
i had trouble with the exact same mod maybe its something were doing

Were you able to figure anything out? I can disable the garage and my forum home sub forums aren't skewed...anybody know what's causing this issue with the garage enabled?

Dylanblitz 06-11-2011 05:46 PM

Quote:

Originally Posted by zeus_r6 (Post 2205907)
Were you able to figure anything out? I can disable the garage and my forum home sub forums aren't skewed...anybody know what's causing this issue with the garage enabled?

If you disable the forumhome images for the garage it should work ok and not mess with the subforums. It seems to be a conflict with the garage images on the forumhome and the style you are using. I'm not the best at styles and I haven't been able to figure out what that conflict is.

zeus_r6 06-11-2011 08:34 PM

Without the forum home images, the garage wouldn't get used. This issue comes up using the default template as well..

Mark4865 06-13-2011 08:48 AM

Anyone running this on 4.1.4

I want to upgrade and really like this mod so I want to ensure it will work first

whitey92lx 06-16-2011 12:18 PM

for some reason, the link listed under the user names has been getting a little screwy.. I tried to rebuild vehicle postbit dropdowns and now they are all showing " %1$S " under their name instead of the previous "rides" that it was showing before.

whitey92lx 06-16-2011 12:43 PM

Quote:

Originally Posted by dmorales (Post 2195293)
It didn't work for me. here is what i have....

Code:

global $vbulletin;

require_once(DIR . '/includes/garage_func_var.php');

if ($vbulletin->options['garage_pb_onoff'] && ((THIS_SCRIPT == 'showpost') || (THIS_SCRIPT == 'showthread')) && unhtmlspecialchars($post[field43]))
{
        if ($vbulletin->options['legacypostbit'] == 1)
        {
        $template_hook['postbit_userinfo_right'] .= unhtmlspecialchars($post[field43]);
        } else {
        $template_hook['postbit_userinfo_left'] .= unhtmlspecialchars($post[field43]);
        }
}



I tried this also and still no change

Dylanblitz 06-17-2011 05:43 AM

Quote:

Originally Posted by whitey92lx (Post 2208485)
I tried this also and still no change

Try this
ACP->User Profile Fields->User Profile Field Manager
Click Edit for field43.
Set Max length of allowed user input to something higher like 5000

ACP->Plugins&Products->Add New Plugin

Product: VB Pro Garage
Hook Location: postbit_display_start
Title: Format Postbit vehicles
Plugin PHP Code:
Code:

$post[field43] = unhtmlspecialchars($post[field43]);
Set to active

Then go to
ACP-> VB Pro Garage-> Management
Click Go on Rebuild Vehicle Postbit Dropdowns

That should fix it, let me know if it doesn't.

whitey92lx 06-17-2011 12:38 PM

I think this would have fixed the issue before, but ever since I originally tried to rebuild vehicle postbit dropdowns, now they all say "%1$S" and they still do.

whitey92lx 06-20-2011 12:39 PM

any idea what I should do next?


All times are GMT. The time now is 02:14 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.01974 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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