Hey guys, A site i'm working allows users to submit content (custom content type), however it is submitted "unpublished" which allows me to review content and either "publish" or delete it. However, what I'm running into is that when someone makes a submission they are sent to a page that says both "Thank you for your submission" AND "Access Denied" because it would normally show them their post node (but it's not published and therefore not viewable) Is there a way to set up where users post content, and it redirects to a page that says "thank you for your submission, it will be reviewed shortly" and not a cheap "access denied (aka I dont know how to use drupal)" page?
Rules module will be able to help you there. More info and other solutions available at drupal forums if you only know how to use the search feature.
Thanks - I figured it out. Now it redirects to a nice page and send me a notification email telling me a submission has been made.