• Resolved Dave Warfel

    (@davewarfel)


    Thanks Jake. Awesome plugin. We use it on almost every site we build.

    One of our clients has an advanced theme that adds buttons to the 3rd row, and it overrides your table buttons. We’d love to get them back.

    I know an mce_buttons_4 exists, per this page. Any way we could add a simple hook/filter to move MCE Table Buttons to the 4th row?

    Thanks,
    Dave

    http://wordpress.org/plugins/mce-table-buttons/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Dave Warfel

    (@davewarfel)

    I found this code:

    add_filter( 'mce_buttons_3', array( $this, 'mce_buttons_3' ) );

    on line 20 of your main plugin file, but I’m unsure of the syntax to extract that from your php class and add the code to our functions.php file.

    Thread Starter Dave Warfel

    (@davewarfel)

    Not relevant for me anymore, but if a filter exists, it might help someone else.

    I edited the plugin file directly, per your response here, and the theme we’re using actually overrides both rows 3 AND 4.

    Marking as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple hook to add buttons to 4th row?’ is closed to new replies.