- Issue created by @mellowtothemax
- 🇮🇳India Rajan Kumar
I attach the following patch, it will allow user to open node/add page if any content type will be within the limits.
Thank you, this works but it also bypasses normal node permissions, and as such all content types are visible with create privileges now, unless a limit is also added for that content type.
- 🇮🇳India Rajan Kumar
Attached another patch.
it will allow user to open node/add page if any content type will be within the limits. Thank you.
This works as intended now while you are within the limits, but when the total limit of all content types is now reached, instead of a 403 as it now should the "node/add" page shows the Add content page with the message "You have not created any content types yet. Go to the content type creation page to add a new content type."
This can be very confusing to the user.
- 🇺🇸United States drupgirl
great module, thank you.
+1 for better user experience. The 403 is jarring. Can there be a redirect path and system message that states that the user has reached their node limit?