OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Options avanced search (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Options avanced search

ramherfer (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Options avanced search 11 Years, 7 Months ago
Karma: 0  
Hi good morning, I have purchased the pro version of Real Estate Manager, but I can not change the properties of search (which appears in the lists of categories). How I can modify the search options Advanced? Or how I can hide the option.
Thank you.
Sincerely,
Ramiro Hernandez
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:Options avanced search 11 Years, 7 Months ago
Karma: 101  
Hello,

Sorry, not full understand what you mean.
If you mean hide in real Estate manager only link to search, you need open file
{yours site}/components/com_realestatemanager/realestatemanager.php

and in it find all
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.
ramherfer (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:Options avanced search 11 Years, 7 Months ago
Karma: 0  
Well that's one of the options Hide advanced search, but there is no possibility to configure the search options?
Thanks,
Sincerely,
Ramiro Hernandez
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:Options avanced search 11 Years, 7 Months ago
Karma: 101  
Hello Ramiro,

I am sorry, from yours questions I resolved, you asked how hide search for real estete manager.

If you need change how it look or what parameters user see, you will need do that trough code or ask custom version.
You will need edit file:
{yours site}/components/com_realestatemanager/realestatemanager.html.php

function:
showSearchHouses

But real for set search parameters in search we use search module/ There are you may configure what parameters show with help module settings.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
ramherfer (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:Options avanced search 11 Years, 7 Months ago
Karma: 0  
Thank you very much with this I think I have solved the problem of the advanced search.
Sincerely,
Ramiro Hernandez
Logged Logged
The administrator has disabled public write access.
Go to top
»