my version of VM:
VehicleManager 3.0 PRO
my version of joomla:
Joomla! 2.5.14 Stable
1. for the year dropbox, i haven't this code in /administrator/components/com_vehiclemanager/vehiclemanager.html.php,
I have this code:
Code: |
<?php
echo "<option value=''>";
echo _VEHICLE_MANAGER_OPTION_SELECT;
echo "</option>";
$num = 1900;
for ($i = 0; $num <= date('Y'); $i++) {
echo "<option value="";
echo $num;
echo """;
if ($num == $row->year)
{
echo " selected= "true" ";
}
echo ">";
echo $num;
echo "</option>";
$num++;
}
?>
|
2. In the search module for sidebar, the first field (To make a search(research) by keywords) don't work, It's strange because if I click on advance search and I search by keywords that works.
3. For the PDF I would like to know if it is possible to show a vehicle only if all the information for this vehicle go into the page, otherwise put them on the following page, otherwise put the vehicle on the next page