OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Error on adding multiple houses from front end. (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Error on adding multiple houses from front end.

vikram23 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Error on adding multiple houses from front end. 11 Years, 5 Months ago
Karma: 0  
When multiple users try to add property at the same time from the front end it gives error. I am using Realestate Manager Pro version. I realized that it is due to the same house id that gets created for multiple users when they click on add house.

House id should be created when user clicks save button to avoid this duplication of house id or House Id should auto increment for every user when clicked on add house.


Users cannot be controlled in live environment, quick resolution is appreciated.

Also is there a way to display Advance search box (Search Keywords) instead of default “Search houses” in the search module.

Thanks,

Vikram
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:Error on adding multiple houses from front end. 11 Years, 5 Months ago
Karma: 101  
hello Vikram,

True say, I not know what propose, HouseId - that special value for some inner
classification, You may set it self or it may be set automatically. If we will
fill it at save time(that remove duplication errors) - we will lost possibility
manual fill to these field.

But Yes you right that need rebuild.

Please check yours email box.

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
vikram23 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Error on adding multiple houses from front end. 11 Years, 5 Months ago
Karma: 0  
Hi,

Did not see anything in my mailbox .

Thanks,

Vikram Trivedi
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:Error on adding multiple houses from front end. 11 Years, 5 Months ago
Karma: 101  
Hello Vikram,

I am sorry, I see you was can download

Is for you all good ?

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
vikram23 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Error on adding multiple houses from front end. 11 Years, 5 Months ago
Karma: 0  
Hi,

Sorry, I cannot understand you last post.

Should i be able to download a new build from some link?

Some more questions.

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.

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).

3) Can i create multiple catalogue so to display on two different links?

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.

From previous post: Also is there a way to display Advance search box (Search Keywords) instead of default “Search houses” in the search module. Or can i simply display advance search with limited fields visible in module position?

Wanted to finish this site and put every thing live by Saturday Mid Night.

Thanks for your attention,

Vikram
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:Error on adding multiple houses from front end. 11 Years, 5 Months ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»