OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Altering fields in property view and in adv search (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Altering fields in property view and in adv search

Tomczak (Visitor)
Posts: 0
graphgraph
User Offline
Altering fields in property view and in adv search 11 Years, 1 Month ago
Karma: 0  
I need to alter fields in property view. I don't need property style field, but I need other fields instead, a.e. number of rooms, floor, number of all floors, garage type etc.

How to do it? I assume, that I will need to alter database table and add/alter some instructions to handle the data.
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:Altering fields in property view and in adv search 11 Years, 1 Month ago
Karma: 101  
Hello,

Most simply way for add new field in Real Estate Manager, find field what for you not useful and replace it name and it values,
You may do that with help language file

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Tomczak (Visitor)
Posts: 0
graphgraph
User Offline
Re:Altering fields in property view and in adv search 11 Years, 1 Month ago
Karma: 0  
Yes, I know that method, but it may be not enough, cause I also need to add some fields as "room count", "floor", "floor count" and so on. I also want to modify advanced search to match those changes.
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:Altering fields in property view and in adv search 11 Years, 1 Month ago
Karma: 101  
Hello,

For add drop down list - need use unuseful drop down list fields.

If unuseful fields in form add for you insufficiently. Need rebuild very many. Below custom manual for real estate manager:

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.
Tomczak (Visitor)
Posts: 0
graphgraph
User Offline
Re:Altering fields in property view and in adv search 11 Years, 1 Month ago
Karma: 0  
I prefer to pay you to do this modifications, cause I have no time and no experience with your component, but, as always, all depends on costs.

Please, specify the price, and I will consider it with my customer.
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:Altering fields in property view and in adv search 11 Years, 1 Month ago
Karma: 101  
Hello,

Please write to OrdaSoft support form.

Please give full description what exactly you need and how yours site must look and work

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