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

Only one problem with this, please help - TinyMCE | Forum

Douglas
Douglas Feb 8 '12
Honsa,

I just installed TinyMCE, and it seems to work good, but when i start typing in the area, the font is very small. 10pt i think.

For the default, i would like it to match the rest of my site which is 12pt.

Can you please tell me where and how to change this?

Thank You,

Douglas
Douglas Feb 8 '12
Also another problem, when clicking the image button, i get this popup error::



Honsa
Honsa Feb 10 '12
default is a good idea, if you can not wait you find the solution in the tinymce docs

the second problem occured 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


The Forum post is edited by Honsa Feb 10 '12
Douglas
Douglas Feb 10 '12
Thanks Honsa, i will be fixing the problem #2 later tonight.

I currently have the plugin disabled, so once it's right i can turn it back on.
Honsa
Honsa Feb 10 '12
Ok, tell me of your results
Douglas
Douglas Feb 11 '12
Ok i was able to fix the pop-up error by adding what you told me. It works now :)

Now one thing left is that little font. Most of my users are older folks with bad eyes. they complain about little fonts lol

When you post a message it shows up as correct size, but while typing it, it's very small font. Can you point me to the place where i can change that?

Thanks Honsa! 
Honsa
Honsa Feb 22 '12
You have to edit your


/ow_plugins/tinymce/static/js/themes/advanced/skins/*/ui.css


this should do that, but I also have to try it, dont forget to re-install the plugin, so oxwall can create the ow_/static/plugin/ files again to see you changes.



Honsa
Honsa Mar 1 '12
Make hidden files visible, the changes in .htaccess are just for additional features like smilies etc. ;)
You do not have permission to reply this topic