• I was looking for this plugin to work in WP 3.

    http://wordpress.org/extend/plugins/bind-user-to-cat/

    There were some plugins that did not work good anymore after installing this…

    OK It does not restricted users to view the category selection panel in edit screens. But for that I use the (new version) of CMS post control http://wordpress.org/extend/plugins/wp-cms-post-control/

    I change something and now it works without problems with other plugins like Nextgen Gallery and the Image upload windows.

    Delete from line 157 to 161 this code:

    function butc_script() {
    	if (!isset($_GET['page']) || !$_GET['page'] == "bind-user-to-cat.php") return;
    	echo "<script type='text/javascript'>\n";
    	readfile(dirname(__FILE__) . "/bind-user-to-cat.js");
    	echo "\n</script>";
    }

    Also delete this code at the end:

    add_action("admin_head", "butc_script");

    You don’t need no longer the file: bind-user-to-cat.js

    It works here.

    Is there something I need to know after this?

  • The topic ‘[Plugin: Bind user to category] Works great in WP 3 now’ is closed to new replies.