OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How do I customise the 'Optional Fields'? (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

How do I customise the 'Optional Fields'?

akcreation (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
How do I customise the 'Optional Fields'? 11 Years, 12 Months ago
Karma: 0  
Hi there,

I would like to be able to customise the Optional Fields section in the houses entry page in the back end. I would also like to be able to add additional fields should I so wish at a later date - and of course for all of these to display on the front end. Please can you tell me how I can do this? What files I need to edit etc.

Best regards,

Keith
Logged Logged
The administrator has disabled public write access.
Ira (Admin)
Admin
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Re:How do I customise the 'Optional Fields'? 11 Years, 12 Months ago
Karma: 1  
You may do that self, or you may hire us for that.

Real Estate Manager component have Open source,

Real Estate Manager 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

Also all fields what you leave empty - will not show at frontend

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

If you give full details what exactly you wish, we will self create that for
you.
Logged Logged
The administrator has disabled public write access.
Go to top
»