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

mairav’s picture

As #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.

duaelfr’s picture

Status: Active » Closed (works as designed)