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