OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Problem iframe in description (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Problem iframe in description

RicardoAT (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Problem iframe in description 10 Years, 5 Months ago
Karma: 0  
Hello,

I tried to add in the description of the house an iframe does not work. How could I fix it?

Another question, I have marked the houses some features but not manager then appear in the front page. Any solutions?

Thanks and I hope your answers
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:Problem iframe in description 10 Years, 5 Months ago
Karma: 101  
Hello,

I tried to add in the description of the house an iframe does not work. How could I fix it?
For me not clear what you did, we haven't any iFrame and we not close our component for it. You need check how browser parse that. Please use FireBug extension for FireFox - for that

Another question, I have marked the houses some features but not manager then appear in the front page. Any solutions?
We need example (full details description) what you did.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
RicardoAT (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Problem iframe in description 10 Years, 5 Months ago
Karma: 0  
Hello,
No it does not show in the description the iframe but I can put them in articles and modules and it works perfectly.
I enclose a photo of an article in which I have included iframe and see it working.
IMAGE1
And I inclose a photo of what I made ​​in the description.
IMAGE2


With respect to features manager, I have set the following for one of my houses.
IMAGE3
But I'm going to see my home on the web and does not appear.
IMAGE4

I hope I have understood.

Bye

(Download images: www.dropbox.com/s/s42ga0sroo6ropd/images.zip) Sorry but I could not upload multiple photos.
Logged Logged
Last Edit: 2013/10/21 13:01 By RicardoAT.
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:Problem iframe in description 10 Years, 5 Months ago
Karma: 101  
Hello,

No it does not show in the description the iframe but
Please try turn off MCE editor and add iframe.

if you have pro version - we permit include in description modules or some content plugin


with features manager, I can't reply we need admin ad FTP access from you - with that we wil lcan check where error
Your account details you may send with help OrdsSoft support form

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
RicardoAT (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:Problem iframe in description 10 Years, 5 Months ago
Karma: 0  
Hello,
I can not run iframe. I've tried with different browsers. I have disabled MCE. I have put in MCE to accept iframe. Nothing makes it work.
I insert the iframe tag in html code description, pulse "update", I see in the editor the iframe, pulse "aply" or "save and close" and immediately the iframe tag is removed.
In any article or module works the iframe tag.
What else I can do? I need it to work.

Thank you.
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:Problem iframe in description 10 Years, 5 Months ago
Karma: 101  
Hello,

In file
{site]/administrator/components/com_realestatemanager/realestatemanager.php

find function saveHouse

in it
Code:

    $post = JRequest::get('post', JREQUEST_ALLOWHTML);

replace to
Code:

   $post = JRequest::get('post', JREQUEST_ALLOWRAW);


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