vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB Timeslip Database - for Automotive websites (https://vborg.vbsupport.ru/showthread.php?t=110717)

HMBeaty 02-02-2007 02:55 AM

This DOES work on 3.6.4 for a fresh install of the timeslip database with no issues right?

deathemperor 02-02-2007 03:14 AM

Quote:

Originally Posted by Sal Collaziano (Post 1157816)
My Cadillac Timeslips page isn't extending all the way to the right. It sort of cuts off a little past midway on my screen. I suppose it'll look different depending on your resolution..

Does anyone know what could have gone wrong?

Thanks...

I found that the problem is from my hack, to fix it you can replace "timeslips" template with this:

HTML Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<meta name="description" content="$foruminfo[description]" />
<title>$vboptions[bbtitle] - $vbphrase[timeslips_database]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="0" cellspacing="0" border="0" bgcolor="0" width="100%" align="center">
<tr><td>
        <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
                <tr id="cat">
                        <td class="tcat"><b> $vbphrase[timeslips_database]</b>
                        </td>
                        <td align="$stylevar[right]" class="tcat">
                                <form name="whatever" style="display:inline;">
                                <script language="javascript" type="text/javascript">
                                <!--
                                function go()
                                {
                                location=document.whatever.example.
                                options[document.whatever.example.selectedIndex].value
                                }
                                //-->

                                </script>
                                <select name="example" size="1" onchange="go()">
                                <option value="">$vbphrase[timeslips_sort_by]:</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=quarter">1/4 Mile ET</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=quartermph">1/4 Mile MPH</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=eighth">1/8 Mile ET</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=eighthmph">1/8 Mile MPH</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=sixty">60' Time</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=rwhp">Horsepower</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=slip">Cars w/proof of ET</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=na">N/A cars only</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=singledigitcars">Single Digit Club</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=10seccars">10 Sec Club</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=11seccars">11 Sec Club</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=12seccars">12 Sec Club</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=13seccars">13 Sec Club</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=14seccars">14 Sec Club</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=slowcars">15+ Sec Cars</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=username">$vbphrase[username]</option>
                                <option value="timeslips.php?$session[sessionurl]&amp;do=averages">$vbphrase[timeslips_site_averages]</option>
                                </select>
                                </form>
                        </td>
                </tr>
                <tr>
                        <td colspan="2">
                                <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" bordercolordark="#808080" style="border-collapse: collapse;background-color:white" border="1">
                                $timeslipsbit
                                <tr>
                                        <td class="tfoot" colspan="2">
                                        <!-- please don't remove this -->
                                        <font size="1"><center>[vBTimeslipDatabasev2.0 by <b><a href="http://modernmusclecars.net">EvilLS1</a></b>.Converted to vb3.5 by <b><a href="mailto:deathemperor@gmail.com">deathemperor</a></b>]</center></font>
                                        </td>
                                </tr>
                                </table>
                        </td>
                </tr>
        </table>
<font size="1"><a href="profile.php?$session[sessionurl]do=edittimeslip">$vbphrase[timeslips_submit]</a></font>
</td></tr>
</table>
<br />$pagenav
$footer
</body>
</html>

that would fix it.

burntire 02-04-2007 05:38 AM

Quote:

Originally Posted by burntire (Post 1170351)
My 1/4 and 1/8 mile ET's are not sorting correctly.

It is placing the double digits ET's above the single digits.

9.75 is the fastest time, but it is listed as the slowest.

If I make it 09.75 it sorts correctly.

Also the single digit cars are not showing up when selected.

Any suggestion?

Here is a link

http://www.highperformancestangs.com...timeslips.php?


Bump can anyone help?

BlueBulletRL 02-05-2007 04:29 AM

Is there anyone here that could possibly walk me through doing this manually one night. I'm no noobie but I'm really kinda worried about doing it manually by myself. I can even shoot you some money via paypal for helping or possibly doing it for me. Please let me know thanks!

0ptima 02-15-2007 12:20 AM

Quote:

Originally Posted by BlueBulletRL (Post 1174980)
Is there anyone here that could possibly walk me through doing this manually one night. I'm no noobie but I'm really kinda worried about doing it manually by myself. I can even shoot you some money via paypal for helping or possibly doing it for me. Please let me know thanks!

Its very simple to install. Set up a test site and try it out, you will learn a lot about vbulletin and hacks.

0ptima 02-15-2007 12:21 AM

I finally converted my 3.0 timeslips to the VB 3.6 version.

0ptima 02-15-2007 12:29 AM

This hack needs to be re-written to handle multiple cars and use separate tables. Right now, the default sort is on the 1/4 mile and if a member only enters a 1/8 mile, the member wont show up. I then changed the default sort by ride and got many entries with no timeslip data at all. By using separate tables for the timeslip data, only entries with timeslips would show up and users could enter multiple cars.

burntire 02-15-2007 02:24 AM

Quote:

Originally Posted by 0ptima (Post 1182882)
This hack needs to be re-written to handle multiple cars and use separate tables. Right now, the default sort is on the 1/4 mile and if a member only enters a 1/8 mile, the member wont show up. I then changed the default sort by ride and got many entries with no timeslip data at all. By using separate tables for the timeslip data, only entries with timeslips would show up and users could enter multiple cars.

Try entering a single digit time 9.9 or something and tell me how it sorts.

It keeps going after at the double digit 12.0 times on mine.

But if I put a zero 09.9 it sorts ok.

zincpony 02-20-2007 04:34 AM

aynone know how i can add a secondary page to the system that lists modifications RWHP and RWTQ and users can upload a DYNO chart??

wottech 02-21-2007 12:27 AM

Does it need to be on a 2nd page? If not, it would be really easy, esp since WHP is already there. All you would have to do is duplicate WHP in the code and change it to WTQ, then duplicate the slip part of the code, rename one timeslip and the other dynochart. Change some field numbers, add a couple more fields to the DB, and its done. Only problem I see doing it that way is that it makes the table pretty wide. I could possibly create another page, but I'm not sure how well integrated the 2 pages would be.


All times are GMT. The time now is 08:17 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.01877 seconds
  • Memory Usage 1,778KB
  • 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_html_printable
  • (4)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