Hi,
Would it be possible to add a feature to map taxonomy capabilities too?
Thanks.
Robert.
I have a number of post types which are not to be displayed on the front-end of the site. Why does this plugin require ‘public’ to be set to true?
Wouldn’t ‘show_ui’ being set to true be enough?
]]>hello
can i use map cap with 3.5.1. also will it continue to be updated so that it will be compatible with newer versions of WordPress
thanks
]]>hello
I keep getting this error message when map cap is activated. and now it does not function properly. will not save capabilities or allow me to edit custom post types. was working perfectly until I deleted a custom post type.
Warning: Invalid argument supplied for foreach() in /home2/justpanh/public_html/wp-content/plugins/map-cap/map-cap.php on line 268
I have tried deleting the plugin and reinstalling. any help would be appreciated.
thanks
Hello,
I’ve just installed the plugin but it gives me some problem with permalink.
If I use the ?p=123, there’s no problem, but with the /%postname%/ it doesn’t find the page ??
I made the test installing WP from scratch, only Map Cap.
Moreover if I uninstall the plugin anyway the site is corrupted.
thanks
]]>I was using your plugin for testing purpose with role-editor plugin. After few days I removed your plugin but now I have a problem – any custom-type posts is not available any more in normal way: when capability_type stated with normal register type like: ‘capability_type’ => ‘news’ and working only as ‘capability_type’ => ‘post’
How I can entirely remove your plugin and ANY-and-ALL side-effects it created without reinstalling WP?
]]>I was using your plugin for testing purpose with role-editor plugin. After few days I removed your plugin but now I have a problem – any custom-type posts is not available any more in normal way: when capability_type stated with normal register type like: ‘capability_type’ => ‘news’ and working only as ‘capability_type’ => ‘post’
How I can entirely remove your plugin and ANY-and-ALL side-effects it created without reinstalling WP?
]]>dont apear the post types registereds in the system
]]>It should work with Custom post types UI, but even when I used id correctly (created new post type) it doesnt see that it is created and only says: “No custom post types have been registered with a custom capability…”
]]>My custom post types are showing up fine, but when i select ‘save’ after specifying the roles that should have the capabilities, it doesn’t save the entries. either that or it saves but doesn’t update the admin page properly.
either or, doesn’t seem to work properly (at least for me).
great idea though – any ideas why it wouldn’t save the settings?
I’m specifically using it in conjunction with the s2member roles
]]>Hey there, I was checking out your source on github and noticed that it makes the assumption that the capability type is being passed in this format:
'capability_type' => 'story'
Have you considered putting in a conditional check to see if it is being passed this way:
'capability_type' => array( 'story', 'stories' )
?
That would be really swell … ??