• I downloaded Owen’s Limit Categories plugin 1.5.2 from: https://redalt.com/Resources/Plugins/Limit+Categories

    Right off I needed to replace <? in the first line with <?php to get it “working.” Now everything seems to work fine except that the /wp-admin/post.php page comes up completely blank unless the “post to any category” option is selected under options > Limit Cats. This defeats the whole purpose of the plugin. Does anyone have any experience with this plugin, know how to get it working, or know of an alternative plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter supor1t

    (@supor1t)

    I fixed the white screen problem by changing this line:
    if(preg_match('|/wp-admin/post.php|', $_SERVER['REQUEST_URI'])) {

    to this:
    if(preg_match('/wp-admin/post.php', $_SERVER['REQUEST_URI'])) {

    Can a php guru please explain to me why editing these lines should be necessary? The syntax seemed fine to me.

    jaycos

    (@jaycos)

    thanks, that was very helpful!

    Joel Rothschild is working on improving Owen Winkler’s Limit Cats plugin. It doesn’t work properly in 2.1.x, but it is a great complementary plugin to Role Manager, which is now being handled by Thomas. The revision starts with some modifications to the original, two options, found here: https://mahzeh.org/?p=24
    Then continues with a totally renewed version here: https://mahzeh.org/?p=25. There seems to be some trouble with the all-new version (a white screen problem, to which I will now attempt to apply the fix mentioned here!), but the earlier, modified version worked well for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Limit Categories Plugin’ is closed to new replies.