Activity Visual Editor
- 
		Hi @danbp I’m having trouble getting the visual editor to work for activity. I can get the quicktags to work fine by using the code you provided here: https://buddypress.org/support/topic/add-tinymce-to-activity-post-form/#post-189713 However when I remove this line to get the visual editor to show the submit button won’t display and even after I set the css to display block it doesn’t recognize the content in the visual editor: add_filter ( 'user_can_richedit' , create_function ( '$a' , 'return false;' ) , 50 );I’m not sure if it’s a js issue or I’m not targeting it properly. I think that may also have been causing your focus and other issues here: https://buddypress.org/support/topic/add-tinymce-to-activity-post-reply-form/ 
- You must be logged in to reply to this topic.