Thanks loads for the D7 module. My first look would suggest not returning to the home page when the the limit has been reached but to stay on the same page and offer the warning.

Thanks again.

-Neil

Comments

duaelfr’s picture

Status: Active » Closed (works as designed)

The 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.

gthing’s picture

Issue summary: View changes
Status: Closed (works as designed) » Active

I 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