Hello Vikram,
When multiple users try to add property at the same time from the front end it gives error.
I sent to yours mail box code how add change to yours code for fix that
1) How do i change the order of the fields for front end users?, example: Required fields should appear at the top, above House id and other fields.
Only with help rebuild coder layout, or you may order from us custom version. Below - I will show small customization manual for Real Estate manager
2) How do i remove some fields?, example: remove HOA_dues from optional fields. I can just comment out the code fir the field if you can direct me where to do it (mean in which file of the component).
For now all fields what you leave empty - will not show at frontend. Other need rebuild code
Code: |
3) Can i create multiple catalogue so to display on two different links?
|
You may display alone menu item for every category, so you may build yours catalog under these categories
4) Found a bug: when House is added, email delivered to admin gives Serial no and not House ID. It still says House ID. I think it simply requires to change the mail content rite? if you just direct me where to change, i will do it.
Any text constant you may change with help language file.
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