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

Joomla Real Estate

Go to bottom Favoured: 0

Property futures

Remko (Visitor)
Posts: 0
graphgraph
User Offline
Property futures 11 Years, 1 Month ago
Karma: 0  
hello!

I need to have some extra future fields when i create a new property, like "parking", "swimming pool" or "num. of bathrooms"..
How can i do that? wich files are the ones that specifies that futures fields?

Thanks so much
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:Property futures 11 Years, 1 Month ago
Karma: 101  
Hello,

For now in Real Estate Manager for add new field best way rename with help Language file some field what already exist.
Or add new fields with help Description.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Remko (Visitor)
Posts: 0
graphgraph
User Offline
Re:Property futures 11 Years ago
Karma: 0  
oh i will try then

In wich files do i need to acces for duplicate existing fields, rename them and then add them to the lenguage file?

Thanks for help!
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:Property futures 11 Years ago
Karma: 101  
Hello,

No, no add new fields - only rename fields in Real estate manager - if some field - look for you as not useful - you may rename it with help language file.

If you real need add new field best way hire us for that

Or In Real estate manager you may do that self, ours component have Open source,

Below small custom manual:

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
»