Skip to main content
June 8, 2009
Answered

building breadcrumb navigation

  • June 8, 2009
  • 1 reply
  • 997 views

IDsublevelitemname
1top level
131next level
6813next level
32368item page

Hello,

Im building a breadcrumb navigation and having difficulties. I'd like to build the breadcrumb from the current item page. So, if the item ID is 323 then I should be able to get the level under, which would be 68.... then 13... and so on until I hit the top level.

Does anybody know the proper cfloop that would generate this.

Thank You!

This topic has been closed for replies.
Correct answer davidsimms

Why re-build what someone else has already built?

http://www.cflib.org/index.cfm?event=page.udfbyid&udfid=1186

(Though I must say, I prefer to do breadcrumb trails using javascript rather than CF to put the burden of processing on the client rather than server.)

1 reply

davidsimms
davidsimmsCorrect answer
Inspiring
June 8, 2009

Why re-build what someone else has already built?

http://www.cflib.org/index.cfm?event=page.udfbyid&udfid=1186

(Though I must say, I prefer to do breadcrumb trails using javascript rather than CF to put the burden of processing on the client rather than server.)

June 8, 2009

thanks