Quote:
Originally Posted by sunrunner_pei
That's an excellent compromise. Thanks!
One more thing... I'm noticing some strange inconsistencies with the timeslips... On my timeslip creation & edit pages, it lists 1/8 and 1/4 mile speeds as 'KPH'. Viewing the timeslip itself, it's listed as MPH. However on the 'Top Timeslips', it also lists speed as KPH. As far as I can tell the speed should only be listed in MPH.
Thanks again!
PS As a side note, the proper abbreviation for Kilometers per Hour is KM/H. 
|
Open garage.php
On line 1296
Replace
Code:
if ($vbulletin->options['default_mileage'] == "0")
With
Code:
if ($vehicle_data['mileage_unit'] == "1")
That will fix the timeslip page.