i'm really struggling to figure out a way to get the functionality from "Add Another" module working with nodereferrer/nodereferrer_create, because it would create a nice workflow that im looking for: to allow users to basically "nodereferrer_create_again" or "nodereferrer_create_several" so that i could create several children in a loop until i was tired of adding children.
this would be useful because i need a way for a user to add many children/nodereferrers at one time. it is a tedious process, users do not know to press the browser's "back" button and on top of that parent nodes could be moderated and hard to find to add a referrer for the average user. with Add Another module, you can simply present the user with the question "add another?" after the node is created/submitted. however, it only redirects to /node/add/nodetype and not the more dynamic url we must use for nodereferrer_create
thank you for your time and i would really appreciate help.
-----------------------------------------------------------------------------------------------------
by the way, when you have a link to create a referrer:
/node/12345/create_referrer/0/nodetype/0
what does "create_referrer" stand for, can it be something different?
and what do the first "0" and second "0" mean, can they be replaced?
i see that node is just node, to be consistent with regular node adding probably...
i see that 12345 is the node id of the referenced/parent node...
anyone have any idea if those 0s can be changed and are useful for anything? is this a clue in solving my problem above? probably not... still curious (: