This is a very small patch that adds ad link to add a new node after a node is submitted.
The link is added in the message, which changes the output from this:
Story <em>asdf</em> has been created.
to this:
Story <em>asdf</em> has been created. <a href="/d6/node/add/story" class="active">Add a new story</a>.
This workflow already exists when adding categories and menu items, so having the same for nodes will improve usability when you have several nodes to add at once.

| Comment | File | Size | Author |
|---|---|---|---|
| #24 | 14_patch.png | 31.72 KB | vikashsoni |
| #24 | 12_patch.png | 32.83 KB | vikashsoni |
| #24 | 9_patch.png | 31.66 KB | vikashsoni |
| #24 | 5_patch.png | 40.95 KB | vikashsoni |
| #14 | drupal_core-add_another-d8-210974-14.patch | 1.69 KB | zhuber |
Comments
Comment #1
scoutbaker commentedWe're in feature freeze and string freeze for D6. Marking for D7.
Comment #2
lilou commentedPatch rerolled.
Tested ... +1
Comment #3
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #4
jody lynnComment #5
zhuber commentedI have patched this functionality for drupal 8.
Comment #6
zhuber commentedAny chance we can get this reviewed?
Comment #7
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #8
jhedstromPatch no longer applies.
Comment #9
zhuber commentedI've updated the patch to work with the updates made to core over the past year. Can someone please review this before it changes again?
Comment #10
jhedstromI'm all for this change. Tagging for usability review.
This should instead be
t('Add another @type', array('@type' => ...and it should probably use
Unicode::strtolower()as well.Comment #12
zhuber commentedI've updated the patch to use the new version of the l() function, as well as the Unicode:strtolower() function.
Comment #14
zhuber commentedIncluded the Url and Unicode classes, which were throwing errors. Working for me fine, locally.
Comment #15
Bojhan commentedI am not sure if this is actually useful. I am sure there are usecases, but in most cases - I cant imagine this is useful.
Comment #24
vikashsoni commentedAll the patches not working giving error sharing screenshot for reference ....
Comment #25
joachim commentedLet's move this to Needs Work then.
BTW @vikashsoni there's no need to upload screenshots of the terminal, particularly for a patch not applying. You can just say it doesn't apply. The screenshot doesn't add anything.
Comment #31
acbramley commentedThe last patch for this was added over 10 years ago, is this still something we need to implement?
Comment #32
acbramley commentedClosing out due to lack of activity.