I’m trying to create a rule which will limit the number of nodes of any type that a specific role can post, but cannot hit on the correct combination of conditions.

Everything that I’ve tried so far applies the limit to each content type, rather than ab ‘aggregated’ limit. So, instead of being limited to 2 nodes, they can post 12 across the 6 types.

My rule is based on the example that comes with the modules and looks something like this:

ON event Check a Node limit
- User has Role A
- Content has type (I have selected 6 types for this condition)
- Reached limit for this node type

Do
- Show message
- Redirect

I have also tried substituting the second condition with a condition group that has 6 individual ‘Or’ conditions (1 for each content type).

Is it even possible to do what I want?

I did find one post that said:

“- we can combine all of this limits in one, for example. I create a rule to limit my painters to create 5 nodes of news OR paintings (the inclusive checkbox unchecked) in one month. DONE” - https://drupal.org/comment/2117572#comment-2117572

If this is correct, then I am simply failing to hit the magic formula in the rule.

One part of the above quote that I didn't follow was "(the inclusive checkbox unchecked)". Does this checkboz exist? If so, where should I be looking?

Any pointers would be extremely welcome.