I have no need for the node “view” screen/tab for certain types of content.
Instead, when a user goes into /node/nid I wish to show the node edit form.
Any ideas on how I do that?
thanks,
Omer.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A way to do it, would be to use
hook_menu_alterto change thenode/[nid]menu item and call you own function. In that function you could check the node type and either call the function used to display the node or the one used to display the node form.