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

Support questions - TinyMCE | Forum

Honsa
Honsa Sep 6 '11
The people who do not like this plugin, I wonder what is the reason?
Hadi Kamell
Hadi Kamell Oct 30 '11
so nice
it is nice for smiles at groups.
Honsa
Honsa Nov 25 '11
I decided to stop cause the team is working on a better solution: http://www.oxwall.org/forum/topic/822
Honsa
Honsa Dec 14 '11
so, i didnt stopped
Ulises Aguilera
Ulises Aguilera Dec 17 '11
sorry!, but it doesnt work. Iv tried all the advices... change, cut, copy, paste.
And the blog doesnt have the tools anymore, like bold, link, italic, and the html inset code option.

Please help me
Ulises Aguilera
Ulises Aguilera Dec 17 '11
Help me... the TinyMCE delete teh tools of the blog...
Honsa
Honsa Dec 17 '11
do you have a link to your side, i guess the problem are the changes in the .htaccess
Sebastian
Sebastian Dec 27 '11
I cant pay to PayPal see error.
Thanks
Honsa
Honsa Dec 28 '11
I activated the paypal account again, I dont know which paypal account oxwall use, may I have to ask the admins
Sebastian
Sebastian Dec 30 '11
OK thanks bad let me know.
Honsa
Honsa Jan 1 '12
Paypal finally verified my account. It should work now ;)

Happy New Year
Alex Thorn
Alex Thorn Jan 3 '12
paypal is not allowing me to pay, do you have another way
Thanks
Alex
Alex Thorn
Alex Thorn Jan 3 '12
the message is that they are having a problem with your email account of the seller
Honsa
Honsa Jan 5 '12
it should work now
jeo
jeo Jan 16 '12
problem! For some reason i get the mce in my newsfeed, wall, about, mailbox & etc, but it dusent show the send button for any of these and also it keeps showing in my arrowchat so i cart IM! How comes
Honsa
Honsa Jan 18 '12
The updated version fixes that and has a new skin included. But still just working on forums
jeo
jeo Jan 19 '12
im have not update for my plugin in the admin panel? how comes
Honsa
Honsa Jan 19 '12
You have to update it manually, I didnt completely figured out how the update system works
Honsa
Honsa Jan 24 '12
Here you got my workaround to add the TinyMCE to the Blog as well. You have to add a class to the textarea of the blog post. so you have to change /ow_plugins/blogs/controllers/save.php

On Line 200 :

$postTextArea->setSize(WysiwygTextarea::SIZE_L);

You have to add below this:

//Start Class for TinyMCE
$postTextArea->addAttribute('class','ow_blog_post_area');
//End Class TinyMCE

And you have to add the selector to the TinyMCE settings, you can do this with this MySQL Statement:

UPDATE ow_base_config
SET `value` = '|ow_forum_post_area|ow_blog_post_area|'
WHERE `key` LIKE 'tinymce'
AND `name` LIKE 'editor_selectors'

This worked on my newest installation:

http://oxwall.gibts.ch/blogs/post/new
lucius
lucius Jan 24 '12
very good!
I'm happy to have this plugin!
Pages: 1 2 3 »
You do not have permission to reply this topic