Hi Rene, On Jul 18, 2007, at 8:31 PM, [email protected] wrote:
Hi,
After I create a blog entry using Create New Blog Post (let's say I named it crumbTest) and then view the entry, the navigational breadcrumb shows as Blog:Administration>crumbTest.
I would have expected it to just say Blog:crumbTest. Where does the Administration come from? Is this the way it was intended to work?
My guess is the parent determines the breadcrumb - which is XWiki.Webhome.
This was a bug, see http://jira.xwiki.org/jira/browse/XE-90 See also that issue to see how you can fix it in your wiki.
I'd like to have the navigational crumbs be consistent with what space the user is in. I've looked at the templates/classes for the blog but I can't figure out where the parent gets set when the blog entry is created.
A template document is copied (ArticleClassTemplate). The new page is a copy of that template.
I also tried creating a blog entry from the Blog.WebHome using the Add an Article button -and the resulting document was stored in the Main space (rather than Blog) and its breadcrumb showed Main:Administration>crumbTest2.
Can you point me in the right direction?
See above and check http://jira.xwiki.org/jira/browse/XE-90 Thanks -Vincent