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

VehicleManager component support

Go to bottom Favoured: 0

Remove Search from component

si70 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Remove Search from component 11 Years, 3 Months ago
Karma: 0  
Hi;
How do I remove The Search function from above the category list in the component?
Ta Si
Logged Logged
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:Remove Search from component 11 Years, 3 Months ago
Karma: 101  
Hello,

for remove search link from Vehicle manager component. You need open file:
{yours site}/components/com_vehiclemanager/vehiclemanager.php

and in that file find all row look like :

Code:

$params->def( 'show_search', '1' );


and replace to

Code:

$params->def( 'show_search', '0' );


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