Hi Martin,

This happens because News items are dynamic content (they don't live in the tree.)

One way to restore navigational balance is to override request.navid with a navalias of your main News page.

<cfif not isDefined("url.navID")>
        <cfset request.navID = application.navID.news>
</cfif>

Then when you call the breadcrumb:

<cfmodule template="/farcry/#application.applicationname#/webskin/includes/_breadcrumb.cfm"
here="#stObj.title#"
startLevel="1"
bIncludeSelf="1">


This should also set your site navigation straight if you use request.navID for things like active menu items and drill-downs.

hth,

Ben
http://www.daemon.com.au/


Martin Orth wrote:
Hello,

I display news in a special news container with the news rule. All news
objects are categorized. The News Overview pages are normal dmHtml Pages
within  a navigation structure like home / news / digital cameras / nikon
.When I click on a news to see the full news the breadcrumb only shows Home
/ Name Of News instead of home / news / digital cameras / nikon / name of
news. Any Ideas?

Thanks

Martin
--
cfsolutions - Martin Orth
Hornstrasse 127, 51465 Berg. Gladbach
Tel. 02202 862512, Fax 02202 862513
http://www.cfsolutions.de





--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to