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

Joomla Real Estate

Go to bottom Favoured: 0

Chaning the building year

kozag (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Chaning the 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. Any other sollutions?

Also, stop closing threads we write. We MIGHT want to continue with questions!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Chaning the building year 10 Years, 6 Months ago
Karma: 101  
Hello,,

We not stop any treads in forum, only person who start it may close.

Where from you add property from frontend or backend ?

{yours site}/administrator/components/com_realestatemanager/admin.realestatemanager.html.php

that file name for old versions.

in new version we rename it to

{yours site}/administrator/components/com_realestatemanager/realestatemanager.html.php
but code for edit exactly as before

That code work for add / edit property at backend, for if you add properties from frontend you need check for that code
{yours site}/components/com_realestatemanager/realestatemanager.html.php

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