Hello,
How can I add a destination path (query) to nodereferrer create (6.x)? I know how I can do it in v5.x, but don't know how I can add 'return to node - master' in version 6.
Can someone help me out?
thx,
Fossie
Hello,
How can I add a destination path (query) to nodereferrer create (6.x)? I know how I can do it in v5.x, but don't know how I can add 'return to node - master' in version 6.
Can someone help me out?
thx,
Fossie
Comments
Comment #1
2ndChanceTech commentedTook me a bit, but I managed to figure this out. Don't know if it's the most elegant method. But
here it is...
in .module
find:
$url = 'node/'.$node->nid.'/create_referrer/'.$i.'/'.$type.'/0';Now replace:
with:
hope that helps. this should be a setting in the admin.
Comment #2
fossie commentedThis works,
thx,
Fossie
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.