Breadcrumb + Blog
The breadcrumb doesn't seem to be affected by filtering...by that I mean if I have a breadcrumb on my master and a page at:
~/Blog
It renders
<
a
href
=
"home"
>Home</
a
> / <
a
href
=
"javascript: void(0)"
>Blog</
a
>
<
a
href
=
"home"
>Home</
a
> / <
a
href
=
"/blog"
>Blog</
a
> / <
a
href
=
"javascript: void(0"
>My blog post</
a
>
Hi Steve,
Have you found a solution? I'm having the same problem and I need to to that.
5.2 SP1 should have allowed "detail items" to showup in the breadcrumb...there's a new property on it called "AllowVirtualNodes". Set it to True and see what happens?
I haven't updated to SP1 yet myself to see if it's fixed for blogs (I know it is for module builder detail items though)
Hi Steve,
I've installed the Sitefinity 5.2 SP1 and I've changed this property as you wrote me and now the breadcrumb is working as I want.
Thanks