Duplicate entry \'0\' for key 1 SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1223895546\', \'[Solved] Why editor doesnt work?\',\'\',\'\',\'view\',\'/index.php?option=com_fireboard&Itemid=42&func=view&id=5119&catid=8\', \'38.103.63.59\', \'0\')
[Solved] Why editor doesnt work? (0 viewing)
Favoured: 0
|
|
|
TOPIC: [Solved] Why editor doesnt work?
|
naggi (User)
Fresh Boarder
Posts: 7
|
|
[Solved] Why editor doesnt work? 10 Months, 1 Week ago
|
Karma: 0
|
Whats up with these editors when adding objects? (description, location...)
Seems that they arent working at all there. Not even bolding. Why they arent working? Something blocks all what the editor does?
How can I get the editor working normally?<br><br>Post edited by: naggi, at: 2008/01/17 10:22
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
naggi (User)
Fresh Boarder
Posts: 7
|
|
Re:Why editor doesnt work? 10 Months, 1 Week ago
|
Karma: 0
|
|
Posted it a bit in haste and didnt search other post. Well did it now and I see others have this same problem.
Editor works in backend but not in frontend.
I use JCE so some says it should work. Well it doesnt.
Dont understand germany but tried to read it anyway and guess there was some things that you need to use new admin.estateagent.php well my estateagent is MisterEstate110_FullPackage.zip so I suppose that is newest there.
So is there anything else to do to fix this?
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
naggi (User)
Fresh Boarder
Posts: 7
|
|
Re:Why editor doesnt work? 9 Months ago
|
Karma: 0
|
|
Still no one can't help me here? I'd really like to get the editor working in frontend.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Why editor doesnt work? 9 Months ago
|
Karma: 0
|
|
Hi,
Try Joomla fck editor. Seems to be compatible with most components.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
flerd (User)
Fresh Boarder
Posts: 8
|
|
Re:Why editor doesnt work? 9 Months ago
|
Karma: 0
|
i have the same problem... the editor in frontend doesn't save the HTML information... still no solution?
i can't use the website without frontend admin function... i've tried 3 editors with no success
please if anyone knows what to do reply here.
thank you in advance.
Peter
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
flerd (User)
Fresh Boarder
Posts: 8
|
|
Re:Why editor doesnt work? 9 Months 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 helful for you too 
peter
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
|