Hallo everyone!
I would like to allow the Editors to add comments to posts directly from the backend using TinyMCE editor.
I’ve been able to create a new administration page where Editors can choose the post to comments and post the comment.
I tried to include TinyMCE (with the the_editor function) but it shows only some quicktags and moreover I can’t write in the textarea.
I included also wp_enqueue_script('editor');add_thickbox();wp_enqueue_script('media-upload'); but still it doesn’t seem to run.
Any hints on how to address this requirement (not necessarily using my newly created page)?
Thanks in advance!
The topic ‘how to write comments from dashboard…’ is closed to new replies.
(@garubi)
16 years, 2 months ago
Hallo everyone!
I would like to allow the Editors to add comments to posts directly from the backend using TinyMCE editor.
I’ve been able to create a new administration page where Editors can choose the post to comments and post the comment.
I tried to include TinyMCE (with the
the_editorfunction) but it shows only some quicktags and moreover I can’t write in the textarea.I included also
wp_enqueue_script('editor');add_thickbox();wp_enqueue_script('media-upload');but still it doesn’t seem to run.Any hints on how to address this requirement (not necessarily using my newly created page)?
Thanks in advance!