OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
[partially solved] list layout for serach result (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

[partially solved] list layout for serach result

sebastien (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
[partially solved] list layout for serach result 9 Years, 5 Months ago
Karma: 0  
Hello,

The search results is displayed in the layout /alone_category/tmpl/default.php
I'd like it in the layout /alone_category/tmpl/list.php

How can I do that please ?

[edit]
in /components/com_vehiclemanager/vehiclemanager.php on line ~3922
there is this line :
Code:

 $layout = $vehiclemanager_configuration['view_type']; 

changed to :
Code:

 $layout = "list";


that do the trick but is there any other way ?
Where do i set the $vehiclemanager_configuration['view_type'] variable in the back office ?

[edit]
Logged Logged
Last Edit: 2014/10/09 17:58 By sebastien. Reason: partially solved
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:[partially solved] list layout for serach result 9 Years, 5 Months ago
Karma: 101  
Hello,

In Vehicle manager soft ordasoft.com/Vehicle-Manager-Software-Joomla.html
in config setting - at backend - you may set layout for category.

And these layout will use.

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