![]() |
Quote:
In the mean time, I'm having all sub 10.000 E/T times enter a leading ZERO (09.911x etc..) so that they sort correctly. John |
I can now see what's going on with my 1/8mi guys. The conditional check in timeslips.php is only looking for values greater than 0 to produce the list....and the list currently sorts by 1/4mi ET by default.
else if ($_REQUEST['do'] == 'quarter') { $cond.=" WHERE userfield.field55>0"; $condition.=" AND userfield.field55>0"; $orderby="userfield.field55"; $direction=ASC; $bracket3="<b>[</b>"; $bracket4="<b>]</b>"; I could change the list to default the sort by 1/8mi but I would rather default to 'username'. Unfortunately the 'username' sort also requires field55 to be greater than 0. Field55 is 1/4mi ET. else if ($_REQUEST['do'] == 'username') { $cond.=" WHERE userfield.field55>0"; $condition.=" AND userfield.field55>0"; $orderby="user.username"; $direction=ASC; $bracket11="<b>[</b>"; $bracket12="<b>]</b>"; |
Quote:
|
Quote:
Quote:
- Justin |
Quote:
Mine: http://www.njfboa.org/forums/timeslips.php? - Justin |
10-4 on the brackets, thanks
I started reading back at page 1 and found a reference to a decimal value change on page2 but I can't determine if that is for this particular issue. Also, can't determine where exactly to change the values or I would give it a shot. Look back at post #s 26, 29, (post #31 bug#5). Is this what we're dealing with? Thanks Tru2Chevy!! |
Yes, it would be nice to figure how to fix the 9 second problem. The quickest cars are dead last on the list. This needs to be fixed.
|
Back in March of '06 I got a version of this with bug fixes from Sidewindr. That is prolly where the fixes I have came from.
- Justin |
Any ideas on this? I installed this on my 3.6.4 and everything works except for user profiles now give this error:
Invalid SQL: SELECT profilefieldid, required, title, type, data, def, height FROM profilefield WHERE profilefieldid NOT IN (50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65) AND form = 0 ORDER BY displayorder; MySQL Error : Unknown column 'title' in 'field list' Error Number : 1054 Date : Friday, November 2nd 2007 @ 07:13:47 PM Script : http://www.clickclickracing.com/foru...lastposter&f=8 Referrer : http://www.clickclickracing.com/forums/ IP Address : 76.99.159.63 Username : RdRunnr Classname : vb_database |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=374 Probably need to run these two queries Code:
|
All times are GMT. The time now is 02:30 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|