• FadingMusic

    (@fadingmusic)


    Hello,

    I’m very satisfied with the plugin, but I find it difficult to work with.
    The main reason is that there is no WYSIWYG editor available, let alone support for TinyMCE.

    I have to just write down a review, go to an text to html converter and paste it into WP-Review.

    Is there a way for me to use the default WYSIWYG editor, preferably using TinyMCE?

    Thanks in advance!

    https://wordpress.org/plugins/wp-review/

Viewing 1 replies (of 1 total)
  • Thread Starter FadingMusic

    (@fadingmusic)

    Managed to do this myself.

    In plugins/wp-review/admin/metaboxes.php set tinymce to “true”

    wp_editor(
    		$desc,
    		'wp_review_desc',
    		array(
    			'tinymce'       => true,
    			'quicktags'     => true,
    			'media_buttons' => false,
    			'textarea_rows' => 10
    		)
Viewing 1 replies (of 1 total)
  • The topic ‘WYSIWYG editor’ is closed to new replies.