Home arrow Forum
Home
About
Demo
Forum
FAQ
Live Sites
Feedback

Login





Lost Password?
No account yet? Register
Stay Tuned!
 
Who's Online
We have 3 guests and 5 members online

powered_by Joomla
ME Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Editor Frontend Problem (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Editor Frontend Problem
#5229
maui_surf (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Editor Frontend Problem 6 Months, 2 Weeks ago Karma: 0  
Hier das Problem:
Ich benutze MisterEstate 110 und den neuen Editor JCE 118. Leider funktioniert der Editor nicht im Frontend.
Ich habe auch schon eine Reihe von Editoren ausprobiert,aber immer mit dem gleichen negativen Ergebnis.

mfg
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5271
flerd (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Editor Frontend Problem 6 Months, 1 Week ago Karma: 0  
Hi there,

i think i've found the solution.

the idea is from here: http://www.misterestate.com/component/option,com_joomlaboard/Itemid,7/func,view/id,4966/catid,9/

user.estateagent.php

comment out these lines:
Code:

$obj->description = str_replace( '<br>', '<br />', $obj->description ); $obj->description = strip_tags($obj->description,"<br />,<b>,</b>,<i>,</i>,<p>,</p>"«»); $obj->location = str_replace( '<br>', '<br />', $obj->location ); $obj->location = strip_tags($obj->location,"<a>,</a>,<br />,<b>,</b>,<i>,</i>,<p>,</p>"«»); $obj->condition = str_replace( '<br>', '<br />', $obj->condition ); $obj->condition = strip_tags($obj->condition,"<br />,<b>,</b>,<i>,</i>,<p>,</p>"«»); $obj->other = str_replace( '<br>', '<br />', $obj->other ); $obj->other = strip_tags($obj->other,"<br />,<b>,</b>,<i>,</i>,<p>,</p>"«»);
these lines contain the tags which can be used by user from the frontend. But if you comment them out with /* */ or delete them than the user can use any HTML tag he wants. i hope it was helfull for you too peter
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop