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)
-   -   vB Timeslip Database -for Automotive websites (https://vborg.vbsupport.ru/showthread.php?t=60945)

zurih 02-01-2005 08:19 PM

yes using v2.1. installed a few days ago..

Is the script working with *select* field type?
because thats what I'm using...
maybe thats the problem?!

thanks

EvilLS1 02-01-2005 08:25 PM

Quote:

Originally Posted by zurih
yes using v2.1. installed a few days ago..

Is the script working with *select* field type?
because thats what I'm using...
maybe thats the problem?!

thanks

What is the default value and field ID for your select field?

zurih 02-02-2005 06:09 AM

default value = none
field ID = 50

I changed a bit the names and properties of the fields..

Also, with the script inside the template, I'm getting in the status bar in IE "Done.. but with errors.."

EvilLS1 02-03-2005 12:11 AM

Quote:

Originally Posted by zurih
default value = none
field ID = 50

I changed a bit the names and properties of the fields..

Ok, if the field ID is 50, the field type is "select", and the default value is blank the following code will work (tested it on my forum).


In the modifytimeslip template find (two places):
Code:

<script language="javascript">
<!--
function validate(theform) {

Below both instances add this:
Code:


        if (theform.field50.value=="0") {
                alert("You have not filled in one or more required fields. Please add all required information and try again.");
                return false; }


Quote:

Also, with the script inside the template, I'm getting in the status bar in IE "Done.. but with errors.."
Make sure you pasted the code correctly. You shouldn't be getting any javascript errors.

92GreenGT 02-04-2005 12:56 AM

Can you add my website to the main list of your automotive sites? Were changing servers right now but it will be back up in no time. www.fullthrottleforums.com

Thanks, love the mod.:nice:

EvilLS1 02-04-2005 03:16 AM

Quote:

Originally Posted by 92GreenGT
Can you add my website to the main list of your automotive sites? Were changing servers right now but it will be back up in no time. www.fullthrottleforums.com

Thanks, love the mod.:nice:

Done. :)

zurih 02-04-2005 08:37 AM

is it possible to add Username search?

EvilLS1 02-04-2005 08:20 PM

Quote:

Originally Posted by zurih
is it possible to add Username search?

You can already sort by username, but you'd have to use the memberlist to actually search for them.

tealv6 02-09-2005 09:43 AM

Just installed a fresh copy of 3.0.6 and trying to get VBtime 2.1 installed. It's there and working... just not showing in the main menu.... If you have any suggestions as to what I'm doing wrong... (and I know I am, new to php) that would be great so I can get my normal board moved over soon.

PHP Code:

<!-- nav buttons bar -->
<
div align="center">
    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
    <
tr align="center">    
        <!--<
td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
        
        <if 
condition="$show['member']">
            <
td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
        </if>
        <if 
condition="$show['registerbutton']">
            <
td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
        </if>
        <
td class="vbmenu_control"><a href="faq.php?$session[sessionurl]accesskey="5">$vbphrase[faq]</a></td>
        <
td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
        <
td class="vbmenu_control"><a href="timeslips.php?$session[sessionurl]">$vbphrase[timeslips]</a></td>
        <
td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
        <if 
condition="$show['popups']">        
            <if 
condition="$show['searchbuttons']">
                <if 
condition="$show['member']"

Site is http://camarov6.com/forums/index.php?

Thank you too!! It's a great product
Steve

EvilLS1 02-09-2005 08:28 PM

Steve,
Check to make sure that you added the phrase for timeslips.

Varname: timeslips
Text: Timeslips


All times are GMT. The time now is 10:22 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.03066 seconds
  • Memory Usage 1,766KB
  • 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
  • (1)bbcode_php_printable
  • (5)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