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

VehicleManager component support

Go to bottom Favoured: 0

Remove search

leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Remove search 11 Years, 8 Months ago
Karma: 0  
How to remove this item?
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 11 Years, 8 Months ago
Karma: 101  
Hello,

For hide link to search form in vehicle manager - you need open file
vehiclemanager.php

and in it find code
Code:

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


and at all places and replace it to
Code:

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


And link to vehicle advance search will hide

Thanks,
OrdaSof tteam
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:Remove search 11 Years, 8 Months ago
Karma: 0  
Unfortunately did not work. I did exactly as you said.
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 11 Years, 8 Months ago
Karma: 101  
hello,

Please check yours mail box

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:Remove search 11 Years, 7 Months ago
Karma: 0  
did not work. Any suggestions?
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 11 Years, 7 Months ago
Karma: 101  
Hello,

Please check all places with
Code:

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


in vehiclemanager.php - it m,et many time

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