-
Author
-
August 30, 2017 at 18:27 #172131jamesbuddyrogersParticipant
Is there any plugin or ways to allow forum users to add emoji’s or choose gif’s to add to topics and post replies? I found a plugin that will do Facebook type ‘Like’s and Hearts’ for the groups section but not the forum.
If this is possible I would love to know how to do it. I don’t mind paying for an add-on if needed.
August 31, 2017 at 10:03 #172183LauraModeratorHello, this plugin could work https://wordpress.org/plugins/tinymce-advanced/ if you enable visual editor for bbpress, as this guide shows https://codex.bbpress.org/enable-visual-editor/ 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 31, 2017 at 19:31 #172245jamesbuddyrogersParticipantfunction bbp_enable_visual_editor( $args = array() ) { $args[‘tinymce’] = true; $args[‘teeny’] = false; return $args; } add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );
I get this error at the top of the site when adding the php code to enable visual editor.
September 1, 2017 at 01:42 #172275LauraModeratorHello, can you share ftp and wp admin access so i can test it? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 1, 2017 at 21:09 #172357LauraModeratorHello, i see it needs a bit more of development in order to work, maybe a freelancer can do it for you 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 1, 2017 at 21:12 #172358jamesbuddyrogersParticipantunfortunate that this can’t offer a simple common feature such as emoji’s and gifs. A bit disappointing this would require development work. Nonetheless, good to know there is this limitation.
September 4, 2017 at 00:45 #172561LauraModeratorHello, sadly its not something we can fix as its bbpress plugin related, our theme just style how bbpress looks but we do not change how it works.
Please let me know if you need anything else 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 24, 2017 at 07:04 #177632mbfitParticipantjamesbuddyrogers there is wp_monalisa plugin that has smilies for forums and with a but of work you can add more
https://en-ca.wordpress.org/plugins/wp-monalisa/
Can you share the name of the one you found for groups?
-
AuthorPosts
You must be logged in to reply to this topic.