hi guys,
I solved the problem that did not appear the editor in this way: tinymce.php in /my-plugins and the other file in my-plugins/tinymce/tiny_mce . I hope it is useful
bbPress Plugin Browser »
Tiny MCE (3.2.5)
Average Rating





Your Rating
Author: Nicolas Grasset
-
Posted: 2 years ago #
-
Is there a way to add a hyperlink button to this plugin?
Image insertion? Text color?
I like this plugin but all I am getting is bold, italics, underline, cross text, undo, redo, cleanup, and 2 list buttons.
Is there a way to turn on more advanced features?
Posted: 2 years ago # -
Hi everyone,
Having some trouble here as TinyMCE is not displaying at http://leaf-age.com/forum/
What's strange is that I have the same exact bbpress theme with the same exact plugins running at http://techsnack.tv/forum - and Tiny MCE works there - no problem.
bbhead is called in the header.
Any help would really be appreciated!
Posted: 2 years ago # -
You can configure all the options from tinymce.php in the plugin directory.
in function tinymce_head there is a function called init. Here you can use all the options from here:
Posted: 2 years ago # -
I could really use some additional information here. When folks are referring to "adding bb_head() to the template" whihc file - exactly - is the template and exactly which code do I need to insert and at which line?
Thank you!
Posted: 2 years ago # -
<?php echo bb_get_uri(); ?>
maybe
<?php echo bb_get_url(); ?>
Posted: 1 year ago #
Add a Comment
You must log in to post.