Creating breadcrumbs for the whole site, not just categories

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anos atrás
Hello all,

I haven't seen this asked or answered so here we go.

I've modified the way the breadcrumbs show on the page which involved moving it from the individual template controls to a web control of it's own. The master pages now have a place holder for this control.

As of now, obviously, it works perfectly for the category pages etc.

I haven't been able to find a similar entry in the wealth of code that comes with which will build the breadcrumbs for topic pages etc.

For instance:

rptrCategoryBreadcrumb.DataSource = CategoryManager.GetBreadCrumb(CategoryID);

Is this routine availabe to pages/topics somewhere in the DLLs?

It's like looking for a needle in a haystack.
14 anos atrás
I don't see it referenced anywhere else then in categorical pages as you mention.
14 anos atrás
You are out of luck on this. The breadcrumbs are built off category table in the database. You would have to create some new methods at the least to accomplish what you are looking for.

I am going to start a similar thread though about dynamic main menus.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.