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)

dmorales 01-03-2011 03:54 AM

Nevermind. It's a problem with my template skin. Thank you!!!!

Dylanblitz 01-03-2011 04:07 AM

Quote:

Originally Posted by dmorales (Post 2143086)
Nevermind. It's a problem with my template skin. Thank you!!!!

Was going to say, need to make sure the garage images go into each skin you have, glad you figured it out though :)

Kolbi 01-03-2011 06:49 PM

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?

Sixes 01-03-2011 08:36 PM

Vehicle image from the web?

kether1 01-04-2011 12:00 AM

Quote:

Originally Posted by Sixes (Post 2143533)
Vehicle image from the web?

You can post an image in the description field using the image BB code. :)

kether1 01-04-2011 12:09 AM

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!!

Dylanblitz 01-04-2011 07:34 AM

Quote:

Originally Posted by Kolbi (Post 2143492)
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?

Sorry, that field wasn't supposed to be there. It's a commercial field I didn't take out. If you edit the garage_vehicle_edit template
Find and delete

Code:

        <tr>
        <td><b>{vb:rawphrase garage_thead_todolist}</b>
        </td>
        <td>
<textarea id="todo_list" name="todo_list" rows="8" cols="60">{vb:raw my_vehicle_data[todo_list]}</textarea>
        </td>
        </tr>


Dylanblitz 01-04-2011 07:35 AM

Quote:

Originally Posted by kether1 (Post 2143611)
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!!

You would have to change the database fields and some of the code that formats the numbers. It might be better to hide the fields and add a text field through a plugin. That file I sent you make sense?
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.

Kolbi 01-04-2011 03:00 PM

Is it possible that in the phrase "garage_ msg_ err_ image_ resolution" is an issue?
Quote:

Error: Image resolution is too high. Max resolution allowed is
isn't the resolution at the end missing?

Dylanblitz 01-04-2011 03:27 PM

Quote:

Originally Posted by Kolbi (Post 2143936)
Is it possible that in the phrase "garage_ msg_ err_ image_ resolution" is an issue?

isn't the resolution at the end missing?

That was one of the phrases I did before I knew how to do a contruct_phrase and never updated it :)
It builds the rest of it before it displays

Quote:

$vbphrase['garage_msg_err_image_resolution'] . ' ' . $vbulletin->options[garage_image_width] . $vbphrase['garage_txt_px_width'] . ' x ' . $vbulletin->options[garage_image_height] . $vbphrase['garage_txt_px_height']


All times are GMT. The time now is 05:10 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.02102 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
  • (1)bbcode_code_printable
  • (7)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