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-02-2010 02:49 PM

Quote:

Originally Posted by INDYRPM (Post 2128337)
That would be awesome! Let me know what I need to change if you could.
I think that would be a great feature to add to your add-on, as well.

ACP->Plugins & Products->Plugin Manager
Scroll down and open the plugin VB Pro Garage Forum Home Pictures
Find
Code:

$pic_query = $vbulletin->db->query("SELECT gi.vehicle_id, gi.attach_thumb_location, guv.user_id FROM " . TABLE_PREFIX . "garage_images gi LEFT JOIN " .TABLE_PREFIX . "garage_user_vehicle guv ON gi.vehicle_id = guv.vehicle_id WHERE guv.active = '1' GROUP BY gi.vehicle_id" . $orpic);
Replace with

Code:

$pic_query = $vbulletin->db->query("SELECT gi.vehicle_id, gi.attach_thumb_location, guv.user_id FROM " . TABLE_PREFIX . "garage_images gi LEFT JOIN " .TABLE_PREFIX . "garage_user_vehicle guv ON gi.vehicle_id = guv.vehicle_id WHERE gi.attach_type = 'vehicle' && guv.active = '1' GROUP BY gi.vehicle_id" . $orpic);

INDYRPM 12-02-2010 03:28 PM

Thanks! Seemed to work!
Look forward to future releases!

cdoyle 12-09-2010 01:46 AM

Hi,
A user asked me this question today, and I couldn't figure it out either.

When someone leaves a comment on your car, how do users view the comments?

Dylanblitz 12-09-2010 02:47 AM

Quote:

Originally Posted by cdoyle (Post 2131138)
Hi,
A user asked me this question today, and I couldn't figure it out either.

When someone leaves a comment on your car, how do users view the comments?

If you view the vehicle, the comments should be at the bottom. And each image has it's own comment area.

cdoyle 12-09-2010 01:00 PM

1 Attachment(s)
Hmm, I don't seem to have any comments on mine. ARe they something that need to be enabled?

I've attached some screenshots.

you can view the garage here
http://www.caraudiocentral.net/forums/garage.php

Dylanblitz 12-10-2010 05:40 AM

Quote:

Originally Posted by cdoyle (Post 2131292)
Hmm, I don't seem to have any comments on mine. ARe they something that need to be enabled?

I've attached some screenshots.

you can view the garage here
http://www.caraudiocentral.net/forums/garage.php

Good catch, the comment display code wasn't working right. I fixed it in the package I just uploaded. If you are running 3.0.7, the only file different is the includes/garage_func_var.php. Just upload that one and you'll be caught up.

Kolbi 12-12-2010 06:39 PM

Is there an possibility to import vehicles from DTOGarage?

Dylanblitz 12-13-2010 05:48 AM

Quote:

Originally Posted by Kolbi (Post 2132942)
Is there an possibility to import vehicles from DTOGarage?

I haven't been asked yet so I haven't tried heh. I'm sure I could build an importer from the free one.

Kolbi 12-13-2010 06:32 AM

Well, that would be very nice if you could try it :)

Actually I'm using the paid version of DTOGarage but my license expired and the function your free garage system has is much more better than the actual DTO version.

Perhaps I'm thinking about converting to your free or paid garage version.

If you need any data to try/build importer than let me know :)

wmguk 12-15-2010 06:52 PM

Hey,

Excellent Mod, Installed it!!

Just wondered if there is a way to place the random garage images in the sidebar block and remove it off the index page?

Also, how do I add some new fields? I run a forum that installs computers in cars and I need a way for people to add the specifications of the pc to the car?


All times are GMT. The time now is 06:28 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.01982 seconds
  • Memory Usage 1,740KB
  • 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