Rating: 5 stars
We hope you can continue with updates since it stopped working and the plugin is very useful! Thank you!
]]>Rating: 3 stars
How to decrease count if user delete post?
If I set the limit 3, the user will see “The limit message is 3 per day” and the user will be able to delete the post, but they will still see “The limit message is 3 per day”. : / How to discount the count if the user deletes some posts?
]]>Rating: 4 stars
ele dá uns bugs, tem que ir salvando pra n?o perder as configura??es que você quer fazer. Atende as minhas necessidades, ele é praticamente único no repertório wordpress! uso no meu projeto
]]>Rating: 1 star
no longer working
]]>Rating: 1 star
I keep creating rules, but they don’t get saved. Plugin support and development seem dead.
]]>Rating: 1 star
Dont even try. They dont respond to queries
]]>Rating: 5 stars
Funciona muito bem!
Parabéns pelo plugin.
Rating: 4 stars
Hi, nice work! I create a 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 in User Role Author by USER ID and plugin work like a charm!. I need work with user rule Author, Could you check this?. THX.
Note: I have edited with user role editor the permissions of the Author role and dont chek manage_options but i have changed the capacity of upload_file to true and it has the permissions to edit, create and delete post only.
]]>Rating: 5 stars
had to make this change to your plugin to do the job for me, alright plugin over all.
i’d appreciate if you consider this change to the next version so i’d gladly get back to using the original plugin
//check limit by role
global $wp_roles;
$roles = $this->balp_get_current_user_role();
foreach($roles as $role):
$current_role = isset($wp_roles->role_names[$role]) ? translate_user_role($wp_roles->role_names[$role] ) : false;
$rules_BY_roles = $this->get_sub_array($options['rules'],'role',$current_role);
if ($rules_BY_roles){
foreach((array)$rules_BY_roles as $ke => $arr){
if ($arr['post_type'] == $type || $arr['post_type'] == "any"){
//$count_posts = get_posts(array('author'=>$user_id,'post_type' => $type,'post_status' => $arr['status'],'fields' => 'ids'));
$ptype = ($arr['post_type'] == 'any')? "IN ('".implode("', '",get_post_types('', 'names')). "')" : " = '".$arr['post_type']."'";
$time = (isset($arr['time_span']) && $arr['time_span'] != "FOREVER" ) ? " AND TIMEDIFF(NOW(), post_date) < '".$arr['time_span']."'" : "";
$pstatus = ($arr['status'] == 'any') ? "IN ('publish', 'pending', 'draft', 'future', 'private', 'trash')": " = '".$arr['status']."'";
$count = $wpdb->get_var("SELECT COUNT(ID) FROM $wpdb->posts WHERE post_status ". $pstatus ." AND post_author = $user_id AND post_type $ptype".$time);
$count = apply_filters('bapl_Count_filter', $count,$arr, $user_id);
if($count >= $arr['limit']){
if ($use_m)
$this->current_message = $arr['message'];
return true;
}
}
}
}
endforeach;
//get user role
public function balp_get_current_user_role() {
$current_user = wp_get_current_user();
return $roles = $current_user->roles;
}
]]>
Rating: 1 star
Doesn’t save settings
]]>Rating: 5 stars
Hi,
Please updated and develop the plugin. Because it still work wonderfull. Other plugins not work with other user roles. Bu this plugin work !
Thank you so much.
I hope you update and develop again!
Rating: 5 stars
Great Plugin, if used creatively and mixed with some user access control you can come up with some SLICK uses for this. well done, 5 STARS!
]]>Rating: 5 stars
Limits product creation in Woocommerce… Awesome!
Just what I needed
]]>Rating: 4 stars
i use wordpress 4.1.1 with front end user submit post.
It not working. Or maybe i need your help to add something to make it run.
Thanks
Rating: 5 stars
Thank you for he great plugin!
]]>Rating: 1 star
No matter what i set up nothing work in this plugin :/ If i set up that 1 post per 50000 time limit for subscriber it not working. If i set up 1 topic per 60000 time limit for subscriber it not working. If i set up all -post/topic etc for subscriber for 500000 limit not working.
P.S. Worst support ever go sell potatoes instead making plugins…
]]>Rating: 5 stars
]]>Rating: 5 stars
Works as advertised! Thank you!
]]>Rating: 5 stars
Nice work, the frontend option is working great and i love it. Thanks for this great plugins.
]]>Rating: 5 stars
The short code for limiting frontend posting is very useful. Excellent plugin.
]]>Rating: 5 stars
There are many plugins that handle capabilities, but this also really limits the number of entries by post type. I use it with s2member and combine well.
]]>