We have 188 guests and 2 members online

By A Web Design Company

OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Changes to Optional Fields (1 viewing) (1) Guest
RealEstateManager component support
Go to bottom Favoured: 0
TOPIC: Changes to Optional Fields
#929
j.corrado@jcdesign.net (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Changes to Optional Fields 1 Year, 7 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.
#952
admin (Admin)
Admin
Posts: 1422
graph
User Offline Click here to see the profile of this user
Re:Changes to Optional Fields 1 Year, 6 Months ago Karma: 16  
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