drupalfun.com
"Create Content" page
Submitted by tommyc2c on Sun, 07/10/2011 - 16:55
Status:
Open Question:
Hi all,
I hope everyone is doing well.
For clever auth users who know you have a drupal site, they can type in "node/add/whatever" into your site and the page, "Create Content" pops up with all the links to the content that user is allowed to create.
I wish to hide this specific page. I found one way, not too practical, though. You would theme the "page-node-add.tpl.php" to redirect to 404, but then you need to manually add page-add themes for each content type for those links to work. Ugh.
I think the best way is to create some theme function to read if the page title is "Create Content" then redirect to 404.
Does anyone have any insight? Cheers!

