Page 1 of 1

Admin breadcrumbs on supplemental custom object pages

Posted: Thu Jan 22, 2009 5:58 pm
by jmestep
I've added some custom objects that work parallel with the Able objects like webpage, category, products. I have new add and edit pages in the admin for them and re-route the edits to a particular page that includes the able fields plus the custom fields. All is working fine, except for the admin breadcrumbs white bar. On the custom webpage add and edit pages, that still shows up. On the custom product and category edit pages, it doesn't. I'm using the same Master page file, like for products it's MasterPageFile="~/Admin/Products/Product.master"
How can I get the breadcrumbs to show?
Thanks

Re: Admin breadcrumbs on supplemental custom object pages

Posted: Thu Jan 22, 2009 6:29 pm
by ryanstowasser
did you define a siteMapNode in Admin/Breadcrumbs.sitemap for the new edit pages?

Re: Admin breadcrumbs on supplemental custom object pages

Posted: Fri Jan 23, 2009 6:40 am
by mazhar
If you have used the admin master page for your pages then you just need to edit the breadcrumbs.sitemap file in Admin folder.

Re: Admin breadcrumbs on supplemental custom object pages

Posted: Fri Jan 23, 2009 6:52 am
by jmestep
I will look at that. I thought that was just for the drop down menu selections. Maybe I wasn't clear. I'm looking for the white breadcrumbs under that top menu.