in reply to Re: Free Nodelet Hack: Add parent & root links to nodes in 'Nodes You Wrote' (or anywhere)
in thread Have parent 'Node ID' as link in 'Nodes You Wrote' node
I haven't tried modifying your code above, but I point out that parameter names with leading underscores are already handled for you by the Free Nodelet templating. So instead of
you should be able to writeif ( params.indexOf( ";_redir=root" ) > 0 )
if ( `_redir` == "root" )
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Free Nodelet Hack: Add parent & root links to nodes in 'Nodes You Wrote' (escape)
by tye (Sage) on Dec 22, 2006 at 17:32 UTC | |
by ikegami (Patriarch) on Dec 22, 2006 at 18:21 UTC | |
by tye (Sage) on Dec 22, 2006 at 18:32 UTC | |
by ikegami (Patriarch) on Dec 22, 2006 at 18:51 UTC |