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

Joomla Real Estate

Go to bottom Favoured: 0

Search module

rune (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Search module 11 Years, 10 Months ago
Karma: 0  
Does the search module work properly? (Not the advanced search) When I write a country which doesn't exist in the free text field, all houses still appear. If I do the same in the advanced search, it works fine, and I get the text "nothing found".
Logged Logged
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:Search module 11 Years, 10 Months ago
Karma: 101  
hello,

I am sorry, for me all work good, but may be I not full understand how reproduce yours error.

I in search module type country what not exist - toggle checkbox with country - and for me all look like all work

Can you give more details how I can reproduce that, what version Real Estate Manager and property search module you use ?
May be you can give admin access to yours site with that we wil lcan understand where error.
Yours account details you may send to OrdaSoft contact form

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
rune (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Search module 11 Years, 10 Months ago
Karma: 0  
Many thanks for your quick reply. I had not ticket the correct settings in backend. Now it works fine

I have another question: How do I change the "types", for example, if I don't want "comdo" in type list?
Logged Logged
The administrator has disabled public write access.
rune (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Search module 11 Years, 10 Months ago
Karma: 0  
I just found out It can be done in the language file.
Logged Logged
The administrator has disabled public write access.
rune (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Search module 11 Years, 10 Months ago
Karma: 0  
Which file controls the width of the map which appears in the search result?
Logged Logged
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:Search module 11 Years, 10 Months ago
Karma: 101  
Hello,

In real estate frontend layout go through file
{yours site}/components/com_realestatemanager/realestatemanager.html.php

Best of all check what exactly need edit in property layout - check with help FireBug extension for FireFox
For change google map - you need check elements with ID "map_canvas"

Below small manual for Real estate customization:

In Real estate manager you may do that self, or you may hire us for that

ours component have Open source,

it have two parts admin and frontend.

in admin you will see two files:
{yours
site}/administrator/components/com_realestatemanager/admin.realestatemanager.html.php
site}/administrator/components/com_realestatemanager/admin.realestatemanager.php


admin.realestatemanager.html.php - responsible for show data
admin.realestatemanager.php - responsible for prepare data

exactly for frontend
{yours site}/components/com_realestatemanager/realestatemanager.html.php
site}/components/com_realestatemanager/realestatemanager.php

realestatemanager.html.php - responsible for show data
realestatemanager.php - responsible for prepare data

All connection between what user press in Browser - do wit help TASK variable.

also if you wish all Joomla class methods work. E.g when you create new House
with help
mosRealestatemanager class. you need also edit file
site}/components/com_realestatemanager/realestatemanager.class.php

and add to class definition all new fields what you added to database

Most simply way now add new field to property definition - that rename any fields
what you no need with help language file.
{yours site}/components/com_realestatemanager/language

also with help language file you may change options in all property combobox
(options) fields

Also - any empty fields will not show at frontend

Also we added to ours component very many module template positions - so you
may add any module to very many places in Real estate manager manager - with
help Joomla module manager


If you give full details what exactly you wish, we will self create that for
you.

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