Yes, I've done it -- modified fusebox.  It's not public yet.

What I did was to use subdirectories/Circuit Applications,
each of which uniquely and implicitly defines the fuseaction.

For example, the directory /HL/index.cfm displays Headings in
the Yellow Pages that start with a letter of the alphabet, for
example "A"

The directory /HL/LL/index.cfm displays Listings in the
Yellow Pages under the Heading "Accountants" (for example)

The directory /HL/LL/LO/index.cfm displays the Listing for
"Acme Certified Public Accountants" (for example)

The directory/sub-directory structure was used to display
the breadcrumb trail at each level, with links to jump to any
up-level.

I passed parameters a la /HL/index.cfm/AL.A
to list Headings that begin with "A", /HL/index.cfm/AL.B to list
Headings that begin with "B", and so forth.

Similarly, /HL/LL/index.cfm/AL.A/HD.12345 passes "A" and "12345"
lists the names of the many accounting firms, where 12345 is the
ID for the Heading "Accountants" (for example)

Similarly /HL/LL/LO/index.cfm/AL.A/HD.12345/OR.36929 passes "A",
"12345", and "36929", and displays a single Listing, where
36929 is the ID for the Listing "Acme Certified Public Accountants"
(for example).

I'm not sure if the above URLs are already "search-engine friendly"
or if I'll have to tack on a ".htm" to each one.

HTH

best,  paul




At 07:13 AM 8/8/00 -0700, you wrote:
>1) Has anyone implemented 'breadcrumb' navigation using CF, particularly
>FuseBox? How did you do it?

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to