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

VehicleManager component support

Go to bottom Favoured: 0

Problems with SearchPro

carlose36 (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Problems with SearchPro 11 Years, 3 Months ago
Karma: 0  
Hi.

I can´t hide options in advanced search, I choose "none" in module but I see all the options. How can I hide options from advanced search?

And my second problem is I want to show some vehicles in my Home page, but I only find by date or hits search (in new or top search) and I can´t edit this options to show the vehicles I want.

Could you help me? Thank you very much. Regards, Carlos.
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:Problems with SearchPro 11 Years, 3 Months ago
Karma: 101  
Hello Carlos,

Module setting work only for module, Advance search go from component and there are we show all accessible options.

For rebuild that need go to code.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
carlose36 (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Problems with SearchPro 11 Years, 3 Months ago
Karma: 0  
Hi again. Yes, but I don´t find the file to delete the options I don´t want in advanced search, for example rent options.

And is there any way I can choose the vehicles I want to show in home page? I´ll have special members and I want to show their vehicles as Recommended but I only found by date or hits and I can´t edit this parameters in vehicles description,

Thank you for the help.
Logged Logged
The administrator has disabled public write access.
carlose36 (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Problems with SearchPro 11 Years, 3 Months ago
Karma: 0  
II´ve tried to delete from components/com_vehiclemanager/vehiclemanager.html.php

I´ve localized it with Firebug in "basictable35" and deleted the parts I don´t want to show but all is like before, and I don´t understand why.
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:Problems with SearchPro 11 Years, 3 Months ago
Karma: 101  
Hello,

You may simply remove advance search in vehicle manager, if in file components/com_vehiclemanager/vehiclemanager.php

and in that file find all row look like :


Code:

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



and replace to


Code:

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


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
carlose36 (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Problems with SearchPro 11 Years, 3 Months ago
Karma: 0  
Hi again.

I tried all and got nothing. Could you edit the file? I need a milleaje search item too (as price or date) and erase some of advanced search (like rent option). I suppose I have to pay for this, please tell me how much.

Thank you for your help.
Logged Logged
The administrator has disabled public write access.
Go to top
»