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

VehicleManager component support

Go to bottom Favoured: 0

Search

leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Search 11 Years, 8 Months ago
Karma: 0  
I would like to hide this search for all pages. Voces I already explained this in another topic, but the problem and when I click on a category it is him on top of the page. How to hide this search in all categories?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Search 11 Years, 8 Months ago
Karma: 101  
Hello,

You may do that or edit code, or hide that with help CSS. Please check FireBug extension for firefox

With help edit code you may hide that if in file :
{yours site}/components/com_vehiclemanager/vehiclemanager.php

find all code 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
»