Quote:
Originally Posted by Dylanblitz
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.
|
thanks, that seemed to fix it