bbpress topic and reply functionality
-
Hi.
I would like to thank You for this great plugin.
Tried to upgarde functionality to bbpress topic and reply form.
Added code to class BpStickers
` add_action( ‘bbp_theme_before_topic_form_content’,array($this,’list_stickers’));
add_action( ‘bbp_theme_before_reply_form_content’,array($this,’list_stickers’));add_filter( ‘bbp_get_topic_thread_excerpt’,array($this, ‘bp_st_translate_sticker’ ));
add_filter( ‘bbp_get_reply_thread_excerpt’,array($this, ‘bp_st_translate_sticker’ ));`
And it works with standard editor, but shows code instead emoticons at printed topic / reply
Another problem is that i have installed plugin:
https://pl.www.ads-software.com/plugins/bp-forum-editor/
And woul’d like to filter tinymce also, because for now it puts code only in html tab of tinymce editor.
What do You think about it?
Thanks.
- The topic ‘bbpress topic and reply functionality’ is closed to new replies.