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)

bosken 11-10-2011 10:09 AM

Here you see before and after pix. top one is when new vehicle is added
Bottom after I run the Rebuild Make/Model Count

https://vborg.vbsupport.ru/external/2011/11/34.jpg
https://vborg.vbsupport.ru/external/2011/11/35.jpg

Dylanblitz 11-10-2011 06:38 PM

Quote:

Originally Posted by bosken (Post 2266469)
I have one question. (has been like this since I first installed Garage.

When a new vehicle gets added I always have to enter admincp/managements/ and rebuild the last 4 settings. If not, the garage avatarimage becomes showable code in the avatars and the vehicle family that the user put it into only showes 1 vehicle (but there are many more)

After i run this all is 100%. But unnessesary work for me. Any workaround?

(You have been in my code before, so can let you in again if you want.)

Yes, please let me have access again. The browse vehicles going back to one is probably a code issue, I'll check that on my side, need to see what's going on with your site on the avatar code.

bosken 11-11-2011 08:25 AM

About the avatar issue, is only the user that uploaded a vehicle to the garage that gets affected. No other. :)

Waiting with access until I get a proper example :)

bosken 11-12-2011 01:24 PM

Ok, new vehicle uploaded. Got the above error and some users got this :
When I run Rebuild Post bit, all fine again. (have to do this every time though)

https://vborg.vbsupport.ru/external/2011/11/32.jpg

cdoyle 11-12-2011 03:40 PM

Quote:

Originally Posted by bosken (Post 2266486)
Here you see before and after pix. top one is when new vehicle is added
Bottom after I run the Rebuild Make/Model Count

https://vborg.vbsupport.ru/external/2011/11/34.jpg
https://vborg.vbsupport.ru/external/2011/11/35.jpg

I just noticed that mine is doing this too.

BajaBoatOwners 11-12-2011 06:39 PM

Is there a way to remove/disable mileage?

Dylanblitz 11-14-2011 06:27 PM

Quote:

Originally Posted by bosken (Post 2267264)
Ok, new vehicle uploaded. Got the above error and some users got this :
When I run Rebuild Post bit, all fine again. (have to do this every time though)

https://vborg.vbsupport.ru/external/2011/11/32.jpg

In the ACP
ACP->User Profile Fields->User Profile Field Manager
There is a field for the garage postbit data. What is the max length on it? If it's small, increase it to like 10000

Also
ACP->Plugins & Products->Plugin Manager
Find the plugin called "Garage Postbit Vehicle Dropdown"
Find and replace
Code:

    if ($vbulletin->options['legacypostbit'] == 1)
    {
    $template_hook['postbit_userinfo_right'] .= $post[field43];
    } else {
    $template_hook['postbit_userinfo_left'] .= $post[field43];
    }

with

Code:

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

Let me know if that helps.
I'm still working on the problem with the browse vehicles getting set to 1.

Dylanblitz 11-14-2011 06:29 PM

Quote:

Originally Posted by BajaBoatOwners (Post 2267334)
Is there a way to remove/disable mileage?

You could just remove it from the templates
garage_vehicle_edit
garage_vehicle_view

There is nothing that requires the mileage field so just removing from the templates would work.

BajaBoatOwners 11-14-2011 09:34 PM

Quote:

Originally Posted by Dylanblitz (Post 2267934)
You could just remove it from the templates
garage_vehicle_edit
garage_vehicle_view

There is nothing that requires the mileage field so just removing from the templates would work.

Thanks

ExoticAgenda 11-15-2011 02:51 PM

I originally had a fluid style and I made it fixed, now when I click the Garage tab its left justified. Is there an easy way to center it with the same dimensions as the rest of the site? Thanks


All times are GMT. The time now is 04:00 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.02161 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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