OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Hello!

leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Hello! 11 Years, 9 Months ago
Karma: 0  
How can I hide the item options. It was the only one I could not hide through the frontend.
Logged Logged
Last Edit: 2012/07/03 12:16 By leo5city.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Hello! 11 Years, 9 Months ago
Karma: 101  
Hello,

What I may propose, you may replace

Code:

<li><a href="#" rel="country2"><?php echo _VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS ?></a></li>


to

Code:

<!--li><a href="#" rel="country2"><?php echo _VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS ?></a></li-->


in file:
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php

bat best will remove LI with rel="country2" and full div with id="country2" .

Please first backup that file

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Re:Hello! 10 Years, 11 Months ago
Karma: 0  
Can you explain better this part;

"bat best will remove LI with rel="country2" and full div with id="country2" ."

Thanks!
Logged Logged
The administrator has disabled public write access.
Ulanovatem (User)
Gold Boarder
Posts: 295
graphgraph
User Offline Click here to see the profile of this user
OrdaSoft
Re:Hello! 10 Years, 11 Months ago
Karma: 7  
Hello,

it's easy, you need just:
1. go to yoursite/components/com_vehiclemanager/views/view_vehicle/tmpl/default.php
2. in default.php find line 184
3. Replace from
<a href="#" rel="country2"><?php echo _VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS ?>
to
<!--li><a href="#" rel="country2"><?php echo _VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS ?></a></li-->

NOTE: before making any changes in files, make a backup of the file


Best Regards,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»