• Resolved ventres

    (@ventres)


    Hello!
    Can I add a TinyMCE?

    Or I can replace in the code:

    //Form.php (584)
    <textarea id="wc-textarea-<?php echo $uniqueId; ?>" <?php echo $commentTextLengthRange . ' ' . $textareaMaxLength; ?> placeholder="<?php echo $textarea_placeholder; ?>..." required name="wc_comment" class="wc_comment wpd-field"></textarea>

    on:

    wp_editor('content', 'editor_id', array(
        'tinymce' => 1,
    ) );

    I really like your plugins. Especially your attitude to the documentation. TinyMCE, perhaps the only thing missing the wpDiscuz plugin.
    If there was an addon that added tinymce, it was a pleasant purchase for users of this plugin!

Viewing 1 replies (of 1 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @ventres,

    I’m really sorry but you cannot add TinyMCE.

    TinyMCE comes with a lot of JS and CSS files, it’ll affect comment section loading time. It’s a heavy feature. Once we found some way to make it lighter we’ll start to work on this feature.

Viewing 1 replies (of 1 total)
  • The topic ‘TinyMCE add to the form of the comment form’ is closed to new replies.