• After updating the plugin it has stopped showing categories. It says there are no categories, even though there are.

Viewing 6 replies - 16 through 21 (of 21 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    Sorry you are having trouble with that.

    You can replace lines 28-29 with the following code and it will fix it until I can push out an update for everyone.

    $post_type = ( isset($_GET['post_type']) ) ? $_GET['post_type'] : false;
    
    if ( $post_type == false )
    	/* Where the magic happens */
    	add_action( 'admin_head', 'RestrictCats_posts' );

    Let me know if you have any trouble with the fix.

    Hey! Thanks for the prompt response!
    I had actually reverted to the older version. I will however, be trying the update with your fix soon and will keep you posted!

    Thanks again for the work! ??

    Plugin Author Matthew Muro

    (@mmuro)

    What was your reasoning for reverting to an older version?

    ohh… for the same reason as my problem mentioned earlier, i.e. the Pages option panels not showing up in the admin control after the update. I hence reverted it to the older version after leaving a comment here. I will update it again and try your fix as soon as i find time to do it! Thanks.

    Plugin Author Matthew Muro

    (@mmuro)

    @lingolwl

    The latest update, version 1.6, has the fix for your problem. Plus, I added the ability to restrict based on user name.

    Oh Gosh!!

    Thanks for the dedication and the new feature of the update is immensely useful!!

    I had upgraded to the latest version and boy was it fantastic!

    Thanks for updating me too! =D =D

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: Restrict Categories] Broken after update’ is closed to new replies.