Title: Tiny_MCE custom
Last modified: August 21, 2016

---

# Tiny_MCE custom

 *  [eclec](https://wordpress.org/support/users/eclectic77/)
 * (@eclectic77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/tiny_mce-custom/)
 * Hi,
 * I’m using Members to custom permissions, and I’m happy about it. But I’ve a question.
 * I’ve also custom tinyMCE editor in my function.php
 * For example with :
 *     ```
       if( !function_exists('base_extended_editor_mce_buttons') ){
       	function base_extended_editor_mce_buttons($buttons) {
       		// The settings are returned in this array. Customize to suite your needs.
       		/*return array(
       			'formatselect', 'bold', 'italic', 'sub', 'sup', 'bullist', 'numlist', 'link', 'unlink', 'blockquote', 'outdent', 'indent', 'charmap', 'removeformat', 'spellchecker', 'fullscreen', 'wp_more', 'wp_help','fontsizeselect'
       		);*/
       		// WordPress Default
       		return array(
       			'bold', 'italic', 'underline','strikethrough','bullist', 'numlist','justifyleft', 'justifycenter', 'justifyright', 'justifyfull','link', 'unlink'
       		);
       	}
       	add_filter("mce_buttons", "base_extended_editor_mce_buttons", 0);
       }
       ```
   
 * It works with admin account, but not with editor account. How I can modify persmission
   to get this part in my editor account ?
 * Thanks a lot.
 * [https://wordpress.org/plugins/members/](https://wordpress.org/plugins/members/)

The topic ‘Tiny_MCE custom’ is closed to new replies.

 * ![](https://ps.w.org/members/assets/icon-256x256.png?rev=3508404)
 * [Members - Membership & User Role Editor Plugin](https://wordpress.org/plugins/members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/members/)
 * [Active Topics](https://wordpress.org/support/plugin/members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/members/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [eclec](https://wordpress.org/support/users/eclectic77/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/tiny_mce-custom/)
 * Status: not resolved