Find Answers and Get Support › Forums › Gorgo – Multi-Purpose Gutenberg Blog & Magazine Theme › Compatible Plugins › bbPress › BBPress simple text editor replace with Tiny MCE
- This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago by
Manathan.
-
AuthorPosts
-
GiuseppeParticipant@kyagi
- 10 Topics
- 21 Posts
Why bbPress has a simple text editor and not TinyMCE with graphic button? I would the same text editor like social articles plugin.
It’s possible to replace without other plugin?
How to add upload image like your forum.Thanks
February 23, 2021 at 00:18 #29174@themodactyl- 0 Topics
- 6695 Posts
Hi Giuseppe, 🙂
Thank you for bringing this issue to our attention. Maybe these topics will help you to solve your issue as they seem to answer the same concern:
- https://bbpress.org/forums/topic/tinymce-will-not-display-on-site/
- https://buddypress.org/support/topic/tinymce-in-activity-replies-and-comments/
Please note that this issue is related with the customization of a third party plugin, not with the use of your theme. As theme authors, the installation, setting or debugging of third party plugins isn’t part of the support we will provide.
To go further, we invite you to ask for more help from the plugin authors and post your request on their support forums:
https://bbpress.org/forums/We remain available for all support requests related with the use of your theme.
Regards,
February 23, 2021 at 09:51 #29187GiuseppeParticipant@kyagi- 10 Topics
- 21 Posts
Thanks Manhatan,
solved with some search on bbpress forum with this php snippet added to theme function.php file.function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = array( 'content_css' => '/wp-content/themes/mytheme/css/tinymce-editor.css', ); return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
Here the topics : https://bbpress.org/forums/topic/styling-body-text-in-the-tinymce-editor/
April 19, 2021 at 17:51 #29202@themodactyl- 0 Topics
- 6695 Posts
Hi Giuseppe,
It seems we didn’t see your reply. We apologize for the late answer.
Thank you for sharing the solution with us. I’m sure it will help other users facing the same issue. By doing this, you’re making a great contribution to this forum, and we thank you very much for that! #SharingIsCaring 💪🏻
Cheers,
April 20, 2021 at 10:19 #30805 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘BBPress simple text editor replace with Tiny MCE’ is closed to new replies.