OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Changes to Optional Fields (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Changes to Optional Fields

j.corrado@jcdesign.net (Visitor)
Posts: 0
graphgraph
User Offline
Changes to Optional Fields 13 Years, 9 Months ago
Karma: 0  
Hi-

I'd like to change some of the optional fields. I'd want to change the style of houses to include different types of buildings found in cities, and to make new fields. Can I do that in an XML or PHP file?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Changes to Optional Fields 13 Years, 9 Months ago
Karma: 101  
Hello,

for change House Style. (e.g.) you must go to file: admin.realestatemanager.php
function: editHouse

and to
Code:


        $style[] = mosHtml::makeOption('Cape 
Cod',_REALESTATE_MANAGER_OPTION_CAPE_COD);
        $style[] = 
mosHtml::makeOption('Colonial',_REALESTATE_MANAGER_OPTION_COLONIAL);
        $style[] = 
mosHtml::makeOption('Craftsman',_REALESTATE_MANAGER_OPTION_CRAFTSMAN);
        $style[] = 
mosHtml::makeOption('Gothic',_REALESTATE_MANAGER_OPTION_GOTHIC);
        $style[] = 
mosHtml::makeOption('Prairie',_REALESTATE_MANAGER_OPTION_PRAIRIE);
        $style[] = 
mosHtml::makeOption('Ranch',_REALESTATE_MANAGER_OPTION_RANCH2);
        $style[] = mosHtml::makeOption('Split 
Level',_REALESTATE_MANAGER_OPTION_SPLIT_LEVEL);
        $style[] = mosHtml::makeOption('Tudor',_REALESTATE_MANAGER_OPTION_TUDOR);
        $style[] = mosHtml::makeOption('Victorian Queen 
Anne',_REALESTATE_MANAGER_OPTION_VICTORIAN_QUEEN_ANNE);
        $style_list = mosHTML :: selectList($style, 'style', 'class="inputbox" 
size="1"', 'value', 'text', $house->style);



add self style

Or you can buy customer version from Ordasoft through "Contact form"

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