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)

Dylanblitz 12-24-2011 07:41 PM

Quote:

Originally Posted by MotMann (Post 2280008)
And how i can do that? I don't know something about database :(

You can do it from the ACP
ACP->User Profile Fields->User Profile Field Manager
The garage uses field43

MotMann 12-25-2011 12:05 PM

And what happened with the garage data fields in the database? i delete them too :)

thebucky84 01-03-2012 05:32 AM

https://vborg.vbsupport.ru/external/2012/01/59.jpg


Haven't checked in on here for some time and was just wondering if there has been any progress on this feature?

fiatforever 01-07-2012 03:17 AM

Any progress on the browse page reseting to 1?

ExoticAgenda 01-07-2012 08:27 PM

Is there a way to display the username or vehicle in the subject of a new post when that feature is enabled?

also, how can I remove the vehicle dropdown in the 'about me' section of a users profile? thanks

ExoticAgenda 01-11-2012 02:55 PM

nvm on the the removing of the vehicle dropdown. i just needed to delete the extra profile field.

still trying to figure out when a new post is created for each new vehicle, how i can put the username and vehicle in the subject

wickedstangs 01-16-2012 12:46 AM

how can I fix this the drop down arrow is covered..
http://www.wmdracing.net/images/WMD%20Racingtag.png

www.wmdracing.net

Dylanblitz 01-20-2012 04:35 AM

Quote:

Originally Posted by fiatforever (Post 2284669)
Any progress on the browse page reseting to 1?

Give this a try. Open includes/garage_func_var.php

Find
Code:

if ($data[make_id] != $old_make_data[make_id])
{
rebuild_make_count($data[make_id]);
rebuild_make_count($old_make_data[make_id]);
}

if ($data[model_id] != $old_make_data[model_id])
{
rebuild_model_count($data[model_id]);
rebuild_model_count($old_make_data[model_id]);
}

$adding = $vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "garage_user_vehicle SET nickname = '$data[nickname]', made_year = '$data[made_year]', engine_type = '$data[engine_type]', veh_class = '$data[veh_class]', color = '$data[color]', mileage = '$data[mileage]', mileage_unit_new = '$data[mileage_unit]', fuel_preference = '$data[fuel_preference]', price = '$data[price]', currency = '$data[currency]', comments = '$data[comments]', date_updated = '$data[date_updated]', make_id = '$data[make_id]', model_id = '$data[model_id]', trim_id = '$data[trim_id]', spirit_id = '$data[spirit_id]', spirit_type_id = '$data[spirit_type_id]', vehicle_url = '$data[vehicle_url]', vehicle_country = '$data[vehicle_country]', vehicle_zip = '$data[vehicle_zip]', vehicle_zip_hide = '$data[vehicle_zip_hide]', purchase_month = '$data[purchase_month]', purchase_day = '$data[purchase_day]', purchase_year = '$data[purchase_year]', notify_enabled = '$data[comm_notify]' WHERE vehicle_id = '$data[id]'");


    if ($adding)
    {
    $return_var = $data[id];
    } else {
    $return_var = "error";
    }

replace with

Code:

$adding = $vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "garage_user_vehicle SET nickname = '$data[nickname]', made_year = '$data[made_year]', engine_type = '$data[engine_type]', veh_class = '$data[veh_class]', color = '$data[color]', mileage = '$data[mileage]', mileage_unit_new = '$data[mileage_unit]', fuel_preference = '$data[fuel_preference]', price = '$data[price]', currency = '$data[currency]', comments = '$data[comments]', date_updated = '$data[date_updated]', make_id = '$data[make_id]', model_id = '$data[model_id]', trim_id = '$data[trim_id]', spirit_id = '$data[spirit_id]', spirit_type_id = '$data[spirit_type_id]', vehicle_url = '$data[vehicle_url]', vehicle_country = '$data[vehicle_country]', vehicle_zip = '$data[vehicle_zip]', vehicle_zip_hide = '$data[vehicle_zip_hide]', purchase_month = '$data[purchase_month]', purchase_day = '$data[purchase_day]', purchase_year = '$data[purchase_year]', notify_enabled = '$data[comm_notify]' WHERE vehicle_id = '$data[id]'");


    if ($adding)
    {
    $return_var = $data[id];
    } else {
    $return_var = "error";
    }

if (($data[make_id] != $old_make_data[make_id]) && ($data[make_id] > 0))
{
rebuild_make_count($data[make_id]);
rebuild_make_count($old_make_data[make_id]);
}

if (($data[model_id] != $old_make_data[model_id]) && ($data[model_id] > 0))
{
rebuild_model_count($data[model_id]);
rebuild_model_count($old_make_data[model_id]);
}

I switched it to that on my dev and I'm doing everything I can to try and break it and the numbers are coming out right.

Dylanblitz 01-20-2012 04:46 AM

Quote:

Originally Posted by ExoticAgenda (Post 2286551)
nvm on the the removing of the vehicle dropdown. i just needed to delete the extra profile field.

still trying to figure out when a new post is created for each new vehicle, how i can put the username and vehicle in the subject

I don't have the notification setup for that, would need to make some code changes for that to work

Dylanblitz 01-20-2012 04:48 AM

Quote:

Originally Posted by wickedstangs (Post 2288355)
how can I fix this the drop down arrow is covered..


www.wmdracing.net

It looks like you got it worked out? Looks good to me when I look at the forum home


All times are GMT. The time now is 07:26 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.02010 seconds
  • Memory Usage 1,747KB
  • 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
  • (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