OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Changing building year (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Changing building year

kozag (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Changing building year 10 Years, 7 Months ago
Karma: 0  
"
Code:
print_r("<option value=''>";
print_r(_REALESTATE_MANAGER_OPTION_SELECT);
print_r("</option>";
$num=1925;
for($num= 0;$num<=2015;$num++)
{
print_r("<option value="";
print_r($num);
print_r(""";
if($num == $row->year){
print(" selected= "true" ";
}
print_r(">";
print_r($num);
print_r("</option>";
$num++;
}

"


Hi,

Which file you need to edit to set this mentioned code? I need to change start build year to 1850.

Thanks!

Already got answer from you:
it located in admin part at file:
{yours site}/administrator/components/com_realestatemanager./admin.realestatemanager.html.php


In that location I only found realestatemanager.html.php file. Changing the code there didn't help me.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Online Now Click here to see the profile of this user
Re:Changing building year 10 Years, 7 Months ago
Karma: 101  
Hello,

in last version admin.realestatemanager.html.php renamed to realestatemanager.html.php

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