OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Problem formatting description field in front-end (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Problem formatting description field in front-end

nancyaharpour (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Problem formatting description field in front-end 10 Years, 5 Months ago
Karma: 0  
Hi
I've installed REM PRO on joomla 2.5

I've problem formatting the field description in fron-end (I mean to tag HTML such as <B> - <P>- <I> ect.ect.)

there is no problem in back-end.

I've tried this differentuser thiwh different privileges (register-editor-publisher even super-admin) but no one works

I've modified TEXT-FILTER grant to all the group the privileges "NO FILTERING" but does'nt work....

any ideas?

please help



n
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 formatting description field in front-end 10 Years, 5 Months ago
Karma: 101  
Hello,

True say I not know ?

That happened for some one use r or for all ?
Do you see editor configure for that user and in Global setting ?

That happened only in our component or in other also

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
nancyaharpour (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Problem formatting description field in front-end 10 Years, 5 Months ago
Karma: 0  
Hi,
happens for all users and for all groups

only for REM component, no problem with other component and article

in in back-end I format the description's field thare are no problem: all the html tags will be saved.
If I do the same in front-end any html tag will be purge on saving the home.

I went to the super admin control panel in back end.

I went to

Global Configuration --> Text Filters

I've set to all the groups - NO Filtering...

nothing change....still no html tag will be saved on front end

any ides?

n
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 formatting description field in front-end 10 Years, 5 Months ago
Karma: 101  
Hello

Please in file
{your site}/components/com_realestatemanager/realestatemanager.php

find function
saveHouse

and in it code
Code:

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


replace to
Code:


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



Please first backup that file

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
nancyaharpour (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Problem formatting description field in front-end 10 Years, 5 Months ago
Karma: 0  
WORKS!!!!!

thank's very much


nancy
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 formatting description field in front-end 10 Years, 5 Months ago
Karma: 101  
Hello,

You may vote for us on joomla.org and write excellent review

if you will have some errors or questions, please write

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