In the current version (v.1.5a) the trail is passed back into the template,
via the custom tag and session variables. Each level of the trail creates a
session url and session title based on it's position in the hierarchy. I
know this is not the best way of doing this for two reasons: 1) Any
favourite/saved page, once returned to, has dead session variables - the get
around for this is a default message that links the user back to the home
page with a message like this:
<a href="home variable">home</a> > <i>rest of breadcrumb trail no loaded</i>
- have used code as this email is text only...
2) session variables has to be turned on in the Application.cfm.
We are currently working on alternative methods, including a cookie version,
a JavaScript version and a databased version. Currently though this works
fine - if you don't mind turning your session variables on.
James
-----Original Message-----
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: 22 January 2001 17:02
To: CF-Talk
Subject: Re: Breadcrumbs & exact location in app.
James,
In your implementation, how is the "trail" passed in to a given template?
Thanks,
Jim
----- Original Message -----
From: "James Maltby" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, January 22, 2001 8:25 AM
Subject: RE: Breadcrumbs & exact location in app.
> You could try our cf_breadcrumb custom tag either at
>
http://devex.allaire.com/developer/gallery/info.cfm?ID=05DEE796-C330-11D4-83
> E400508B94F85A&method=Full
>
> or we can send you the latest version (with tag definition files and help
> files for Cf Studio)
>
> James
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 22 January 2001 15:16
> To: CF-Talk
> Subject: Breadcrumbs & exact location in app.
>
>
>
> I'd like to have a set of links at the top of my pages within an
> application that represent a trail to the user and how they could navigate
> backwards if needed. I'm wondering what standard and/or clever ways there
> are to go about this, and where the logic might go. For example, I've
> thought about the top of each page adding it's link as the user goes
> through, but this only works in the forward direction...
>
> Here's what I'm thinking it will look like when the user has made three
> choices and is on "confirm," which wouldn't be a hyperlink like the first
> three sections.
>
> Home\Data Entry Menu\Visit Entry\Confirm.
>
> (I.e.: Home\Layer1\Layer2\Layer3)
>
> I don't necessarily need code, just ideas from people who have done it!
> Thanks very much in advance.
>
> Mark
> [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists