Extract the zip file and just drop the in the wp-content mu-plugins directory of your WordPress installation ( This is not created by default.
You must create it in the wp-content folder ) The mu does not stand for multi-user like it did for WPMU, it stands for must-use as any code placed in that folder will run without needing to be activated..
After you define you settings in the main site it will apply to all sub sites, you can also have site specific settings by entering that sites dashboard >> post creation limits panel and save the site specific rules...
What are Parameters of the Shortcode. 'message => to overwrite rule message, 'm => when user is not logged in, 'use m => wheter to overwrite or not, 'type => the post type that needs to be checked. ex...
I create rule with User Role Author, Post Type ANY, LIMIT 1, POST STATUS any and Time Span FOREVER and dont work.
I use the same setting but I change User Role Author by USER ID and plugin work like charm..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fixed locking access to press this. added action hook before the message is shown post creation limits before limited message 3.1 fixed typo replace jquery live with on . 3.0 Fixed undefined variable notice props to Austin Passy..
Added bapl limited message Filter filter hook for message. 2.2.2 Globalized class var. added action hook for custom check. 2.2.1 Added casting to avoid errors on foreach calls 2.2 added filter shortcode for front end forms added filter hooks. 2.1 Fixed Multisite support..
Added site specific settings option. custom limit block message. select post status to count. 2.0 Hide add new whe limit is reached. migration from old limits to new rule system. 0 no longer means unlimited so its actually sure block. 1.9 Admin UI remake..
Read more