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

VehicleManager component support

Go to bottom Favoured: 0

Vehicle manager search

Lucie (User)
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Vehicle manager search 6 Years, 9 Months ago
Karma: 0  
Hello,

Can you please help me with your search manager? I have a few problems with it. I have your Classic car Joomla template.

I have search modul on page with all vehicles link. It works and it looks good, but when I'm in the car detail I can still see the filter and after search I can see different filter with logo of vehicle manager.

I can delete my filter and use the button search vehicles, (on my site is it called "Vyhledat vozidla" but I can't figure out, how to change search options. I saw your documentation link, but it didn't help. For example Available for rent is useless for me. I want add and delete some search options.

What I want is, to have some filter on page with all vehicles, to have same filter after I search something and no filter in car detail.
I hope you understand me ...

Thank you
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:Vehicle manager search 6 Years, 9 Months ago
Karma: 102  
Hello

At some time before we have many requests for add "search form" to "Search result" page and we added

Code:

but I can't figure out, how to change search options. I

It not configurable.

You remove this
in file
{site}/components/com_vehiclemanager/vehiclemanager.html.php
find row
Code:

          PHP_vehiclemanager::showSearchVehicles($option, $catid, $option,  $layoutsearch);
         // PHP_vehiclemanager::showSearchResultV($option, $catid, $option,  $layoutsearch);
        require_once getLayoutPath::getLayoutPathCom('com_vehiclemanager',$type, $layout);



and replace to
find row
Code:

         //PHP_vehiclemanager::showSearchVehicles($option, $catid, $option,  $layoutsearch);
         // PHP_vehiclemanager::showSearchResultV($option, $catid, $option,  $layoutsearch);
        require_once getLayoutPath::getLayoutPathCom('com_vehiclemanager',$type, $layout);



Please backup vehiclemanager.html.php first

Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Lucie (User)
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Re:Vehicle manager search 6 Years, 9 Months ago
Karma: 0  
Hello,

Thank you, the filter with vehicle manager logo is gone.

Is it possible to not show my filter in the car detail?
and Is it possible after I search something to still see my filter? Or at least have some back button. I tried to add back button in the menu item (Joomla administrator: Menus -> Main menu -> Menu item All vehicles -> Params -> Back button Show), but is only on the all vehicles page, it's not on the page after search.

Thank you
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:Vehicle manager search 6 Years, 9 Months ago
Karma: 102  
Please use Search module,

Please check module positions which we have on every VehicleManager pages,
Please assign search module to this position.

For show module positions - you need turn on this in template settings, and add parameter tp=1 - to url

Regards
Andrew
Ordasoft team
Logged Logged
The administrator has disabled public write access.
Lucie (User)
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Re:Vehicle manager search 6 Years, 9 Months ago
Karma: 0  
Hello,

I used position com_vehiclemanager_all_vehicle_01 which isn't on the car detail, but I needed to add this name to templateDetails.xml because the position wasn't available at search module settings.

It's working now, thank you.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:Vehicle manager search 6 Years, 9 Months ago
Karma: 102  
Hello

In Joomla module, in "position" setting, you may type any name, it no need add to templateDetails.xml

Type your name and press "Save"

Regards
Andrew
Logged Logged
The administrator has disabled public write access.
Go to top
»