We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Can not lock or delete topic when using TinyMCE - TinyMCE | Forum

Martin
Martin Jan 9 '13
Hi,

when using this the TinyMCE plugin I can not lock or delete any Topic from the forum or the group-forum.
When I activate the original editor, it works fine. Any suggestions?

I am using oxwall 1.5.

Best,
Martin
The Forum post is edited by Martin Jan 9 '13
Honsa
Honsa Jan 9 '13
Ok, thx for your post. I will check this issue
Michel
Michel Jan 9 '13
insert image redirects me to my site which says page not found
Honsa
Honsa Jan 11 '13

Quote from Michelinsert image redirects me to my site which says page not found


sry but i cannot reproduce this issue
The Forum post is edited by Honsa Jan 12 '13
Honsa
Honsa Jan 12 '13

Quote from MartinHi,

when using this the TinyMCE plugin I can not lock or delete any Topic from the forum or the group-forum. 
When I activate the original editor, it works fine. Any suggestions?

I am using oxwall 1.5.

Best,
Martin


May it helps if you edit one line in "ow_core/form_element.php" around line 2929 you have to uncomment this line:


OW::getDocument()->addOnloadScript("$('#{$this->getId()}').htmlarea( " . json_encode($params) . " );");

The Forum post is edited by Honsa Jan 12 '13
Marc
Marc Jul 14 '13
hello,

I have the same problem, and when applying Honsa's suggestion
OW::getDocument()->addOnloadScript($('#{$this->getId()}').htmlarea(  . json_encode($params) .  ););

I get this error :
Parse error: syntax error, unexpected '(', expecting T_VARIABLE or '$' in /home/www/643a0d07a964cdedd5ab5afc2c26823d/web/oxwall/ow_core/form_element.php on line 2929

any other idea please ?

In addition to the original problem, I noticed the language dropdown menu doesn't work anymore on a forum topic page.
You do not have permission to reply this topic