OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Change Built years in RealEstateManager component (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Change Built years in RealEstateManager component

Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Change Built years in RealEstateManager component 8 Years, 5 Months ago
Karma: 58  
For changing Built years or adding new (2016-1017) in RealEstateManager - Joomla Real Estate Component
ordasoft.com/Real-Estate-Manager-Software-Joomla.html

You need go to your website /administrator/components/com_realestatemanager and edit file realestatemanager.html.php

find this code
Code:

echo _REALESTATE_MANAGER_LABEL_BUILD_YEAR 


and change
Code:

$num <= date('Y')
to
Code:

$num <= 2017


The same make for your realestatemanager.html.php in your website/components/com_realestatemanager

First chages for backend and second for frontend.

And if you want change start year built - please change in same place
Code:

$num = 1900;
to
Code:

$num = 1966;
for example.


Hide one year or delete not possible.
Logged Logged
The administrator has disabled public write access.
ssage (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:Change Built years in RealEstateManager component 8 Years, 5 Months ago
Karma: 0  
I do not see where to change it. I am using Vehicle Manager
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Change Built years in RealEstateManager component 8 Years, 5 Months ago
Karma: 58  
Hello,


You need go to your website/components/com_ vehiclemanager and edit file vehiclemanager.html.php for changes Year of issue from frontend

find this code

Code:

<?php echo _VEHICLE_MANAGER_LABEL_ISSUE_YEAR
in file vehiclemanager.html.php

and change
Code:

date('Y')
to
Code:

$num <= 2017;


The same make for your vehiclemanager.html.php in your your website /administrator/components/com_ vehiclemanager
This changes for for backend.


See attached image


Sincerely Yours
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
ssage (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:Change Built years in RealEstateManager component 8 Years, 5 Months ago
Karma: 0  
Thank You! Have a awesome day!!
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Change Built years in RealEstateManager component 8 Years, 5 Months ago
Karma: 58  
Your welcome.



Best Regards,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
frezite (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Change Built years in RealEstateManager component 8 Years, 3 Months ago
Karma: 0  
Hello,

I haver realstatemanager pro on a website and now I have a Land Property to sale. Theres no year to apply a Land Property but theres no option like "Not Aply" to put in Built Year Option. I´m asking how to edit te same to put an option "N / A" in the Built Year option.

thank you

Rui
Logged Logged
The administrator has disabled public write access.
Go to top
»