=== Bainternet Posts Creation Limits === Contributors: bainternet,adsbycb Donate link: http://en.bainternet.info/donations Tags: limits, cpt limits, posts per user, limit pages, limit user Requires at least: 2.9.2 Tested up to: 3.1 Stable tag: 1.0.0 this plugin helps you to limit the number of posts/pages/custom post types each user can create on your site. == Description == this plugin helps you to limit the number of posts/pages/custom post types each user can create on your site. say you have a multiple author blog and you want to limit the number of posts each author can post. very simple and light wieght plugin that runs only when user tries to crate a new post of any kind (post,page,attachment,or any custom post type) and check if he has reached his limit. **Main Feature:** * limit number of any post type creation. * NEW limit number of any post type creation by user Role. * Custom blocked message. !! Do Not Try with admin user beacuse he is never limited unless you are on a multisite install and then the super admin is never limited. any Feedback is Welcome. check out our [other plugins][1] [1]: http://en.bainternet.info/category/plugins == Installation == Simple steps: 1. Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation. 2. Then activate the Plugin from Plugins page. 3. Go to Plugins option panel named "Post Creation Limits" under options. 4. Setup your limits Per each post type. 5. save!. Using in Multisite Installation: 1. Extract the zip file and just drop the contents 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.) 2. Go to Plugins option panel named "Post Creation Limits" under options. 3. Setup your limits Per each post type. 4. save!. == Frequently Asked Questions == = I have Found a Bug, Now what? = Simply use the Support Forum and thanks a head for doing that. = It's Not Working...? = Make sure you are not loged in as admin user or user with role that can manage options or on a multisite installation make sure you are not the super admin or a user with role that can manage network. = How To Use in MultiSite = Extract the zip file and just drop the contents 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.   that's it so far. == Screenshots == 1. Simple admin panel to set limits per post 2. user blocked for reaching his limits when trying to create a new post. == Changelog == 1.0 Major update, added custom blocked message feature. new limit by role feature. added multisite support. 0.6 Changed post Count function to speed it up. 0.5 added custom post type support and recoded most of it. 0.4 added options panel. 0.3 quick bug fix. 0.2 admin is now never limited. 0.1 inital release.