• Resolved dusemedia

    (@dusemedia)


    Hi,

    I have a community website and I want to remove/hide the “Insert User Profile” icon (guy in hat) from the TinyMCE editor panel. How can I do that?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Collins Agbonghama

    (@collizo4sky)

    Use the code below to disable it. Add it to your theme’s functions.php file or a site-specific plugin.

    add_filter('wpua_enable_tinymce_modal', 'return_false');

    Thread Starter dusemedia

    (@dusemedia)

    Thanks!

    Claudia W

    (@onlineagentin)

    Hi there.
    I have just found this topic and tried the solution, as I also want to remove/hide the “Insert User Profile” icon from the TinyMCE editor panel. But it doesn´t work for my clients page – a webpage in ”Leichte Sprache” (plain language).

    I can´t find my mistake. Can you maybe specify the solution?

    Thanks in advance.
    Claudia

    Plugin Author Collins Agbonghama

    (@collizo4sky)

    How did you implement the code @onlineagentin ?

    Claudia W

    (@onlineagentin)

    I created a plugin as the client doesn´t have a Child theme. The plugin is installed and now after restart it seems to work properly! Thanks anyways for your answer! Best regards.

    This did not work for me. I use WCFM marketplace plugin and my vendor do not need to see this mce button. I dont want to see it too. I try this one add_filter('wpua_enable_tinymce_modal', 'return_false'); and also css code to remove it but everytime when try to hide it with css it change number of the butoon one time is mceu_640-button other time is mceu_13-button. Please help I dont want this button at all.

    • This reply was modified 4 years, 4 months ago by Bobkata.
    Plugin Author Collins Agbonghama

    (@collizo4sky)

    Please open a ticket via https://profilepress.net/support

    Error establishing a database connection when try to submit ticket

    Plugin Author Collins Agbonghama

    (@collizo4sky)

    Try again. Shou go through now.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Remove “Insert User Profile” icon from editor?’ is closed to new replies.