Active
Project:
Node Limit
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2011 at 20:02 UTC
Updated:
12 Dec 2013 at 21:41 UTC
Jump to comment: Most recent
Comments
Comment #1
duaelfrThe initial node_limit process was just to redirect you on the node/add page with an error message.
The problem is that if you only have one writable content type, D7 will redirect you on its form if you try to reach de node/add page. If this content type is limited for you, it will result in a redirection loop. So, I made a script which get you back to the home if there is only one writable content type to avoid this other bug.
Comment #2
gthing commentedI am using form block to embed my node add form below a certain content type which happens to be shown on my front page. This causes a redirect loop once the user has met their limit of nodes. Given the variety of use cases for this module, it would be best to have some control over what happens. In my case ideally you would just see a message instead of the node add form, but as an alternative it might also be good to be able to define where the redirect goes.
Thanks