vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBGarage v3.1.1 (now with GD-Lib support!) (https://vborg.vbsupport.ru/showthread.php?t=63681)

drumsy 05-22-2004 06:04 PM

Quote:

Originally Posted by magnus
Sure, here's the (basic) code -- you'll need to modify it, of course, to suit your needs. Here is the code for the Year dropdown:

In VBGARAGE_EDITGARAGE:

Find:
HTML Code:

<input type="text" class="bginput" name="year" size="4" maxlength="4" value="$data[year]" />
REPLACE with:
HTML Code:

                <select name="year">
                        <option <if condition="$data[year]==2002"> selected</if>>2002</option>
                        <option <if condition="$data[year]==2001"> selected</if>>2001</option>
                        <option <if condition="$data[year]==2000"> selected</if>>2000</option>

                        etc ..

                </select>

You can obviously use this for the other fields as well, just be sure the <select name="foo"> variable matches the <input name="foo"> variable you're replacing.

Regarding this template, I am doing it for the Year and Make field. I did the year first, and while I can select my appropriate year, 1994, and it will display properly as 1994, when I go into the Edit MyGarage, the Year field is showing the oldest option (in my case, 1979 or Older). How can I get it to highlight and show the year that I've previously specified?

drumsy 05-22-2004 06:45 PM

Nevermind to the above, I figured out the spaces and dashes don't really parse well. Here's my vbgarage_editgarage, unedited except for the Year and Make fields, for anyone's use:

will_lean 05-23-2004 05:09 AM

can someone help me with this addition to vbgarage?

https://vborg.vbsupport.ru/showthrea...232#post515232

cablemirc 05-23-2004 09:15 AM

hi magnus, remember me?
lol
i still have my copies of 1.0.

hey man, i'm good to go, i gather, the new version is ready to roll out....... but how do i duplicate the auto-installed templates across all my styles?

i can do the stardard template editing by hand for each (like navbar and whatnot)
but it seems as thought it would be quite the pain to make a vbgarage_commentbits, etc for every style by hand.....

for some reason, it only installs on the last style (styleid 12), and none of the others get the templates.

hopefully this makes sense, it's 3:23am.

flat6 05-24-2004 02:27 AM

Not sure how relevant this is :rolleyes: but I'm currently coding my own vB garage... it's not going to be released, since it's too much of a custom application, tying in with the main website (runs off the car model database) but here's how it looks... still a work in progress, BTW.

0ptima 05-24-2004 03:16 AM

Flat6, it really looks sharp and I like the fact you can limit the type of car you can enter. Does it handle multiple entries per person?

Odoin 05-24-2004 03:18 AM

It does look snug... however if your not gonna release it why tease us... lol... How about selling me a copy?!

MaxScript 05-24-2004 03:20 AM

Quote:

Originally Posted by flat6
Not sure how relevant this is :rolleyes: but I'm currently coding my own vB garage... it's not going to be released, since it's too much of a custom application, tying in with the main website (runs off the car model database) but here's how it looks... still a work in progress, BTW.


i like it ..... can wait for this

flat6 05-24-2004 04:02 AM

Yep, it handles multiple cars. I just posted it to give ideas to whoever is out there making vB garages... I got some ideas from looking around this place, so I thought I might show what I'm doing as well.

cablemirc 05-24-2004 06:26 AM

Quote:

Originally Posted by cablemirc
hi magnus, remember me?
lol
i still have my copies of 1.0.

hey man, i'm good to go, i gather, the new version is ready to roll out....... but how do i duplicate the auto-installed templates across all my styles?


i can do the stardard template editing by hand for each (like navbar and whatnot)
but it seems as thought it would be quite the pain to make a vbgarage_commentbits, etc for every style by hand.....

for some reason, it only installs on the last style (styleid 12), and none of the others get the templates.

hopefully this makes sense, it's 3:23am.

.........


All times are GMT. The time now is 05:15 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.03038 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_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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