frankGraf
Forum Replies Created
-
Usually I hide dashboard widgets using remove_meta_box() in theme specific functions.php:
function my_remove_meta_boxes() {
remove_meta_box(‘ctc_creation_box’, ‘custom-post-type_1’, ‘normal’);
remove_meta_box(‘ctc_creation_box’, ‘custom-post-type_1’, ‘normal’);
..}
add_action( ‘admin_menu’, ‘my_remove_meta_boxes’ );But, however, it DOES NOT work in the case of Custom Taxonomy Creator-Section.
Don’t know, why. Need urgent help, please!
Frank
Forum: Plugins
In reply to: [Custom Content Type Manager] How to hide author field from non-admin users?Sorry, I was wrong! Role Scoper (RS) works fine indeed for this:
RS: assigning type-specific Roles (Roles > General) I can allow the user to edit his own posts only.
WordPress automatically hides post_author field from those users then!
Thanks
FrankForum: Plugins
In reply to: [Custom Content Type Manager] How to hide author field from non-admin users?Yes, I have tried Role-Scoper (RS). However, I did not succed to control post_author-field with RS.
It would make a lot of sense:
1) to allow admin to change post_author
2) to hide post_author-field from non-admin users!No great thing to introduce that small feature into CCTM-plugin? This would be great!
I can do this manually for myself (spending some time on this), however this would generate conflicts with automated plugin-updating.
Thanks a lot
Frank