OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Remove Search from Home - Change Search Options (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Remove Search from Home - Change Search Options

jsmith1611 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Remove Search from Home - Change Search Options 10 Years, 7 Months ago
Karma: 0  
Is there a way to turn off the Search Vehicles button from the All Vehicles view? Also, is there a way to modify the options available on the Search screen and remove the Vehicle Manager logo.

Also, why is the documentation given with the Pro version of your software only for Joomla 1.5? Do you have any documentation for the Joomla 3.0 version of your component?

Thanks,

Josh
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:Remove Search from Home - Change Search Options 10 Years, 6 Months ago
Karma: 101  
Hello,

Is there a way to turn off the Search Vehicles button from the All Vehicles view?

You need in file
{site}/components/com_vehiclemanager/vehiclemanager.php

replace
Code:

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


to
Code:

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


Also, is there a way to modify the options available on the Search screen
What you mean

remove the Vehicle Manager logo.
You need replace file
{site}components/com_vehiclemanager/images/vm_logo.png

Thanks,
Ordasoft team
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:Remove Search from Home - Change Search Options 10 Years, 6 Months ago
Karma: 101  
Hello,

Is there a way to turn off the Search Vehicles button from the All Vehicles view?

You need in file
{site}/components/com_vehiclemanager/vehiclemanager.php

replace
Code:

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


to
Code:

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


Also, is there a way to modify the options available on the Search screen
What you mean

remove the Vehicle Manager logo.
You need replace file
{site}components/com_vehiclemanager/images/vm_logo.png

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