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-15-2010 07:01 PM

Quote:

Originally Posted by wmguk (Post 2134389)
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?

I haven't done a forum block before, I'm working on getting one done though.

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.

Kolbi 12-26-2010 08:12 PM

Have you tried to work on an importer for DTOGarage?

Dylanblitz 12-27-2010 11:25 PM

Quote:

Originally Posted by Kolbi (Post 2139339)
Have you tried to work on an importer for DTOGarage?

I should have it done soon, just been real busy with the holidays

kether1 01-01-2011 07:45 PM

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:
  • the Required Year
  • Comment notification enable/disable drop-down (as I will not need comments as this would be more of a database with discussion in the forum),
  • Trims,
  • Mileage,
  • and URL fields?

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

Dylanblitz 01-01-2011 11:53 PM

Quote:

Originally Posted by kether1 (Post 2142434)
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:
  • the Required Year
  • Comment notification enable/disable drop-down (as I will not need comments as this would be more of a database with discussion in the forum),
  • Trims,
  • Mileage,
  • and URL fields?
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

You can add custom fields through plugins. You could disable all those fields, but the year is a required field so you'd need to do some tweaking to not have problems.

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.

kether1 01-02-2011 04:09 AM

Quote:

Originally Posted by Dylanblitz (Post 2142541)
You can add custom fields through plugins. You could disable all those fields, but the year is a required field so you'd need to do some tweaking to not have problems.

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.

Thanks so much! Do you have an example of how to do custom fields with plugins?

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

Dylanblitz 01-02-2011 08:32 PM

Quote:

Originally Posted by kether1 (Post 2142617)
Thanks so much! Do you have an example of how to do custom fields with plugins?

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

PM me your email, I'll send you a product xml I have to add a video field to the vehicle record.

kether1 01-02-2011 11:00 PM

Quote:

Originally Posted by Dylanblitz (Post 2142900)
PM me your email, I'll send you a product xml I have to add a video field to the vehicle record.

Awesome! PM sent.

Kether

dmorales 01-02-2011 11:24 PM

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:

Originally Posted by Dylanblitz (Post 2142900)
PM me your email, I'll send you a product xml I have to add a video field to the vehicle record.


Can I get this as well?

Dylanblitz 01-03-2011 03:37 AM

Quote:

Originally Posted by dmorales (Post 2142995)
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.

Can I get this as well?

PM me your email and I'll send you the file

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">
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />

and replace with

Code:

<form action="{vb:raw this_page}" method="post" enctype="multipart/form-data">
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="comm_notify" value="0" />

Find and delete
Code:

        <tr>
        <td width="250"><b>{vb:rawphrase garage_thead_comm_notify}</b>
        </td>
        <td width="*">
<select id="comm_notify" name="comm_notify">
{vb:raw notify_enabled}
</select>
        </td>
        </tr>

Find and delete

Code:

        <tr>
        <td><b>{vb:rawphrase garage_fuel_pref}</b>
        </td>
        <td>
<select id="fuel_preference" name="fuel_preference">
{vb:raw fuel_type_option}
</select>
        </td>
        </tr>



All times are GMT. The time now is 06:19 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.02218 seconds
  • Memory Usage 1,757KB
  • 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
  • (4)bbcode_code_printable
  • (8)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