Closed (works as designed)
Project:
Node Limit
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2009 at 15:26 UTC
Updated:
30 Jan 2013 at 22:46 UTC
Hi Dave,
Stunning module, very easy to use.
1. I have a problem though and have tried the dev and latest version.
Add 30 content types for role, but then receive 'you are not able to add more of content type'.
When I remove the limit, the user is then again able to add content.
2. Will future versions of node-limit perhaps show the user how many 'credits' they have left? Perhaps when creating a node type, a msg to say 'you have x number content types left'.
Look most forward to your reply, and thank you.
Lilian
Comments
Comment #1
mairav commentedAs #mrtoner explained it in http://drupal.org/node/458954#comment-1607030
Unfortunately, Node Limit Role applies the limit to the role as a whole, rather than each user in that role individually. It does this through by counting all the nodes created by all users in that role.
Apply the patch commited by #mrtoner in http://drupal.org/node/458954#comment-1607030 and you'll be able to assign the limit to each user in the role and not to the role itself.
Comment #2
duaelfr