OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
RealEstate luxury problems (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

RealEstate luxury problems

Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:RealEstate luxury problems 7 Years, 9 Months ago
Karma: 58  
Hello


Could you give us
full FTP and admin access + link on forum
and our team will try to find solution special for You, FTP and admin access You can send to our contact form.
ordasoft.com/contact-us-form


Link on website

Joomla Admin

username
password


FTP

FTP host

FTP username

FTP password
Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
01system (User)
Senior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Re:RealEstate luxury problems 7 Years, 9 Months ago
Karma: 0  
i sent it yesterday, thanks
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:RealEstate luxury problems 7 Years, 9 Months ago
Karma: 58  
Hello,

Problem fixed.
www.mediaconsul.it/web3/index.php/it/

Check, please.

Thanks
Taras
Logged Logged
The administrator has disabled public write access.
01system (User)
Senior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Re:RealEstate luxury problems 7 Years, 9 Months ago
Karma: 0  
Thanks for solving the last problem!

But i still have one, i cannot remove required fields when saving houses. I follow another topic (link) suggestion
ordasoft.com/Forum/RealEstateManager-com...nt/Page-3.html#17266
but didin't work; that is what i did:

To remove the mandatory field you need go to your website/components/com_realestatemanager and open file realestatemanager.html.php then find "static function editHouse"

and delete for "year" this code



Code:

} else if (form.year.value == ''){
                window.scrollTo(0,findPosY(document.getElementById('rooms_alert')));
                document.getElementById('alert_year').innerHTML =
                 "<?php echo _REALESTATE_MANAGER_INFOTEXT_JS_BUILD_YEAR; ?>";
                document.getElementById('alert_year').style.color = "red";
                document.getElementById('alert_year').style.color = "#FF0000";
            return;



This changes for adding house from FRONTEND.


FOR backend (adding house from backend) you need edit the same file and delete the same code, but inyour website/administrator/components/com_realestatemanager


What is the problem? When saving in the backend it still asks me to select build year.

Thanks, regards
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:RealEstate luxury problems 7 Years, 9 Months ago
Karma: 58  
Hello,

To remove mandatory field FOR backend (adding house from backend) you need edit the same file and delete the same code, but in your website/administrator/components/com_realestatemanager

We have made changes in realestatemanager.html.php

In that file code for year still was there, you did not make changes for backend.

As test we have created from backend "test" house
www.mediaconsul.it/web3/index.php/it/com.../146/test?Itemid=160

That house without YEAR field.

All fine.

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