OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Hide Mileage and Also Year of Issue (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Hide Mileage and Also Year of Issue

iqbala (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Hide Mileage and Also Year of Issue 8 Years, 2 Months ago
Karma: 0  
Dear Sirs,

How do I hide the mileage and also the year of issue. I do not want this to display at all.

Thanks
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Hide Mileage and Also Year of Issue 8 Years, 2 Months ago
Karma: 58  
Hello,

you need edit default.php in next folder

your website/components/com_vehiclemanager/views/view_vehicle/tmpl


and comment for year of issue next code:

Code:

<div class="row_inline" >
                                  <i class="fa fa-calendar"></i>
                                    <span><?php echo _VEHICLE_MANAGER_LABEL_ISSUE_YEAR; ?>:</span>
                                    <span><?php echo $vehicle->year; ?></span>
                                </div>




see attached image.
The same for Mileage.
Logged Logged
The administrator has disabled public write access.
Go to top
»