OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How add new property type (house type) to real est (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

How add new property type (house type) to real est

admin (Admin)
Admin
Posts: 8228
graph
User Offline Click here to see the profile of this user
How add new property type (house type) to real est 12 Years, 2 Months ago
Karma: 101  
How add new property type (house type) to real estate manager

You need:
Open file:
{yours
site}/administrator/components/com_realestatemanager/admin.realestatemanager.php
find function "editHouse"

find rows:
$property_type[] = mosHtml::makeOption('townhouse',_REALESTATE_MANAGER_OPTION_TOWNHOUSE);

and there are add some like:
$property_type[] = mosHtml::makeOption('new_type',_REALESTATE_MANAGER_OPTION_NEW_TYPE);


after that go to file:
{yours site}/components/com_realestatemanager/realestatemanager.php

find row:
$property_type['townhouse'] =_REALESTATE_MANAGER_OPTION_TOWNHOUSE;

and after it add:
$property_type['new_type'] =_REALESTATE_MANAGER_OPTION_NEW_TYPE;


find row:
$property_type[] = mosHtml::makeOption("townhouse",_REALESTATE_MANAGER_OPTION_TOWNHOUSE);

and after it add:
$property_type[] = mosHtml::makeOption("new_type",_REALESTATE_MANAGER_OPTION_NEW_TYPE);

after that please add _REALESTATE_MANAGER_OPTION_NEW_TYPE constant to yours
language files:
{yours site}/components/com_realestatemanager/language/

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»