Quote:
Originally Posted by cdoyle
Hi,
Now that I have the images fixed, I'm noticing some other little bugs in our garage.
When viewing a car, lower left hand corner is a dropdown and the only option is 'all Vehicles' what is this for?
Also, When you edit a car. The very first 2 fields on the screen are there but no lables. What are they for? Should they be there, or do they need to be removed somehow.
Also, on the garage homepage. When someone updates a car, the updated date does not change. Looks to the created date not the last modified date.
Anyone know how to fix these?
|
It looks like you didn't import the latest language file. There are missing phrases from newer versions then the original one you had.
For the date, open includes/garage_func_var.php
About line 3368 and 3370 you will see
Code:
$latest_vehicles = $vbulletin->db->query_read("SELECT guv.*, guv.date_created AS QueryDate FROM
Change the guv.date_created to guv.date_updated
EDIT:
The dropdown on the left is for the admin to set an image as a front page category's image.