• Resolved thecajkovic

    (@thecajkovic)


    Hi there,

    thank you for your wonderful plugin, I have tried many plugins but your is so far the best.

    I would like to ask you, I also installed the plugin called “TinyMCE Visual Editor Comment” to show a small editor in the comments for visitors. I would like to add there your smiley button as well.

    I have tried to adjust the code in this plugin many ways but with no use. Is there any way how I could use some hook to add a smiley button to the TinyMCE editor in comments?

    Thanks very much for help
    Regards
    Barbara

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Cople

    (@cople)

    tinymce-smiley-button.php:
    add add_action('wp_enqueue_scripts', 'mce_smiley_css'); around add_action('admin_enqueue_scripts', 'mce_smiley_css');

    tinymce-visual-editor-comment/function.php:
    set teeny to false ( why )

    it should work ??

    Thread Starter thecajkovic

    (@thecajkovic)

    It really works, you’re awesome! Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add smiley button to the TinyMCE comment editor?’ is closed to new replies.