Title: Message
Also, I would be completely remiss if I didn't mention "dmLink". The "dmLink" object is designed to handle linking. Just create a new "dmLink" under the node and you're in business. In build 130 you'll notice the the symbolic link field in the nav node properties has been changed to a select box which uses nav alias'. In the interest of maintaining standardization, I'd recommend moving to "dmLink". 
 
~Tom
-----Original Message-----
From: Michael @Four Eyes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 22, 2003 3:04 PM
To: FarCry Developers
Subject: [farcry-dev] Re: Symbolic Link Redirect.

Thanks!  I will give it a shot.  So I guess I could place that code snippet into my custom side nav, but for child links would I dupe the rule and lay in the logic and make a custom child links rule? 
 
 
 
As a temp solution I did this in my application UI index file (seems to work):
 
 
<cfsetting enablecfoutputonly="Yes">
<cfimport taglib="/farcry/farcry_core/tags/navajo" prefix="nj">
 
<nj:display>
 
<cfparam name="request.stObj.externallink" default="">
<cfif len(request.stObj.externallink)>
<cflocation url="" addtoken="No">
</cfif>
 
<cfsetting enablecfoutputonly="No">
 
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to