![]() |
The new release will fix the featured vehicle and VOTM errors. What kind of errors are you getting on the timeslips?
Quote:
|
Quote:
I just downloaded and installed this yesterday, is there a newer release out already/soon that fixes those two errors with VOTM and FV? When you attempt to add an image of a timeslip, I get this error. Fatal error: Call to undefined function get_gar_track_link() in /home2/indyrpmc/public_html/forums/includes/garage_func_var.php on line 6484 After pressing back, and going back to the forum... When you enter the garage, the timeslip actually did upload successfully... However, it over-rides your default picture of the vehicle... and if you attempt to change default, timeslip remains default. If you attempt to delete timeslip, it refreshes, but doesnt delete timeslip. Thoughts? (Thanks for your quick reply) |
Quote:
|
Quote:
|
Quote:
|
Quote:
Only thing left was the error on the timeslip I gave you, and then changing the primary photo when a timeslip is uploaded, and automatically or accidental placed as primary image. Other than that, no complaints! Working well! |
Quote:
Code:
$track_link = get_gar_track_link($qtrmile_data[TrackName], $qtrmile_data[track_id], $vbphrase, $vbulletin, $garage_seo_rules); |
Quote:
I did as you advised, and the timeslip uploaded successfully. And actually everything seems to work a lot quicker in regard to the page accepting the timeslip. However it still over-rides the default picture shown on the garage main page, as well as the forum home page garage gallery. When you click on the vehicle, however to edit its options... it shows the correct picture you are wanting as your primary picture on THAT page. And if you change the picture, the detail page of that vehicle will change it... However timeslip remains on garage homepage, and forum homepage. Then if you attempt to fix this, by deleting the timeslip. By clicking the timeslip image, and clicking delete image... the page reloads, but timeslip remains. |
Quote:
Next version I'll put an option to limit the forumhome only to vehicle images. I can tell you what to change if you want to manually do it for now. |
Quote:
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. |
Quote:
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); 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); |
Thanks! Seemed to work!
Look forward to future releases! |
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? |
Quote:
|
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 |
Quote:
|
Is there an possibility to import vehicles from DTOGarage?
|
Quote:
|
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 :) |
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? |
Quote:
You can add new fields through plugins. If you want you can pm me the fields and their values (things like PC Brand, drop down with such and such values, pc model that's a text field, whatever the names you want for the fields) and I'll create the file for you. |
Have you tried to work on an importer for DTOGarage?
|
Quote:
|
Thanks for this great modification! I have spent the better part of two days playing with it on my test site and can see so many possibilities. Nice work!
I would like to use your garage system as a 'hobby' garage instead of a 'car' garage but need to add additional fields to do so. There are also fields I would want to remove/ disable completely. Is it possible to remove some of the fields I would not need? For instance, I would like to disable:
I would also like to disable the Timeslips page or remove the required numerical data and be able to add some drop down choices/ alpha-numeric text fields. My biggest concern is how do I add some custom fields? Is this possible? For instance, I would like to add a drop down that has a few choices and include a link like the 'Not Listed?' link so members can add to the list if that feature is enabled in the ACP. Again, this is excellent work. VB should buy it from you!:up: Kether |
Quote:
You can disable the timeslips through the acp, there is an option to have it enabled/disabled. For the dropdown you might want to utilize a field already there that has that option. Maybe the engine types field? Just rename the phrase for it. |
Quote:
I will have another look at the timeslips in the acp. I must have missed that setting somehow. Thanks again for great work! :up: Regards, Kether |
Quote:
|
Quote:
Kether |
1 Attachment(s)
I can't see the location to comment on a vehicle. Did I miss something?
Also how do I remove the Comment notification option and I have a drop down with no name. See attach image. Quote:
Can I get this as well? |
Quote:
For the questions Best way to fix the problem and remove the comment notification: ACP->Styles and Templates->Style Manager At your style select Edit Templates Scroll down to and double click VB Pro Garage Templates Double Click garage_vehicle_edit Find Code:
<form action="{vb:raw this_page}" method="post" enctype="multipart/form-data"> Code:
<form action="{vb:raw this_page}" method="post" enctype="multipart/form-data"> Code:
<tr> Code:
<tr> |
Nevermind. It's a problem with my template skin. Thank you!!!!
|
Quote:
|
If have a little question.
If I add a new vehicle there's another field below description. But the content of this box is not shown on the details site? The file URL shall be used for? URL to youtube? |
Vehicle image from the web?
|
Quote:
|
Hi Dylan,
Is there a way that I can use text in the fields of the timeslips page instead of numbers? I want to utilize those fields for data that is not numeric and it appears that those fields only seem to take numerals or they change to 0.00. Thanks for the help!! |
Quote:
Find and delete Code:
<tr> |
Quote:
You can do the same thing to add fields to the timeslip record as well. In a couple versions all the custom fields will be done a lot easier through the ACP. |
Is it possible that in the phrase "garage_ msg_ err_ image_ resolution" is an issue?
Quote:
|
Quote:
It builds the rest of it before it displays Quote:
|
All times are GMT. The time now is 04:38 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|