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

TinyMCE - "insert emoticon" pop-up page not found - TinyMCE | Forum

Marc
Marc Jul 14 '13
hello,
I have installed the TinyMCE plugin on my oxwall 1.5.3, but when I want to insert a smiley in a forum post, the pop-up delivers a "page not found".
any idea of where I'm wrong ?

EDIT :

nevermind, I found the solution from Honsa (the plugin developer) in another topic :

<quote>
... because of the mod_rewrite option, you have to add this line your .htaccess file:

Find this:

RewriteCond %{REQUEST_URI} !/ow_cron/

Add below this:

#TinyMCE Start (for popup options)
RewriteCond %{REQUEST_URI} !/ow_static/plugins/tinymce/
#TinyMCE End

</quote>


The Forum post is edited by Marc Jul 14 '13
Marc
Marc Jul 14 '13
tho, in addition, what's the code for quoting on this forum ?

<quote>blah blah</quote> doesn't work ?
Quote from Marc hello,
I have installed the TinyMCE plugin on my oxwall 1.5.3, but when I want to insert a smiley in a forum post, the pop-up delivers a "page not found".
any idea of where I'm wrong ?

nevermind, I found the solution from Honsa in another topic :

<quote>
... because of the mod_rewrite option, you have to add this line your .htaccess file:

Find this:

RewriteCond %{REQUEST_URI} !/ow_cron/

Add below this:

#TinyMCE Start (for popup options)
RewriteCond %{REQUEST_URI} !/ow_static/plugins/tinymce/
#TinyMCE End

</quote>



The Forum post is edited by Marc Jul 14 '13
You do not have permission to reply this topic