Closed (fixed)
Project:
Nodereferrer Create
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2008 at 16:12 UTC
Updated:
11 Nov 2008 at 20:11 UTC
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.