OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add new property - edit form (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Add new property - edit form

norgedirekt (Visitor)
Posts: 0
graphgraph
User Offline
Add new property - edit form 10 Years, 2 Months ago
Karma: 0  
Hello,

We would like to redesign the page on which you can add a new property. We would like to remove some elements and rearrange the others.
How is that possible? Which file do we have to change?

Thank you
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:Add new property - edit form 10 Years, 2 Months ago
Karma: 101  
Hello,

if you mean admin part, you need check 2 files
{yours
site}/administrator/components/com_realestatemanager/realestatemanager.html.php
site}/administrator/components/com_realestatemanager/realestatemanager.php

There are need check functions editHouse



Below small customization 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/realestatemanager.html.php
site}/administrator/components/com_realestatemanager/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 with help TASK or VIEW 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(old versions) or with help language manage in admin part(new versions).
{yours site}/components/com_realestatemanager/language

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

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

Also all views or Layout you may see at folder:
{site}/components/com_realestatemanager/views/
as example for alone category you see 2 views
{site}/components/com_realestatemanager/views/alone_category/tmpl/default.php
{site}/components/com_realestatemanager/views/alone_category/tmpl/list.php

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
»