Closed (fixed)
Project:
Drupal core
Version:
5.0
Component:
node system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2007 at 21:05 UTC
Updated:
16 Mar 2007 at 23:03 UTC
Is there a setting / module that will automatically redirect a user back to "?q=node/add" after he/she submits content. Currently the user is left viewing the content and has to click create content again to add more content.
Comments
Comment #1
RobRoy commentedYou should be able to do something like this...just jotting it down real quick.
You could do stuff with type in there too by checking $form['#node']->type.
Comment #2
JHDYCompany commentedWould this be for all content types?
Where would I implement this? How?
Comment #3
RobRoy commentedBy creating a custom module. This would be for all node types. You should really check out the handbook for module development and the like as it appears there are some basics you still need to learn. :)
Comment #4
JHDYCompany commented