Page 1 of 1
Expanding Breadcrumb Depth in Webhelp
Posted: Wed Mar 19, 2014 9:02 pm
by manthony
Is there anyway to expand the depth of the breadcrumbs? We'd like to modify both the depth of the path and the separator used. This image illustrates what we are trying to accomplish:

Re: Expanding Breadcrumb Depth in Webhelp
Posted: Wed Mar 19, 2014 9:04 pm
by manthony
Re: Expanding Breadcrumb Depth in Webhelp
Posted: Wed Mar 19, 2014 9:53 pm
by manthony
I've been able to modify the separator by modifying the skins/desktop/ toc_driver.js file at line 205:
/* $('#breadcrumbLinks').find('a').after('<span> / </span>'); Original */
$('#breadcrumbLinks').find('a').after('<span> > </span>'); /* PLATFORA Custom */
Now, all I need is a way to get the full path back to the root map for the book.
Has anybody made this work?
Re: Expanding Breadcrumb Depth in Webhelp
Posted: Thu Mar 20, 2014 4:57 pm
by sorin_ristache
Hello,
IN a future version we will try to allow more than two levels in the breadcrumb, maybe with a new parameter like webhelp.breadcrumb.depth in the Webhelp transformation.
Regards,
Sorin
Re: Expanding Breadcrumb Depth in Webhelp
Posted: Thu Mar 20, 2014 8:06 pm
by manthony
Sorin,
Thank you for that reply. Yes it would be nice to have that in the future. For the present, I am trying to customize this for my company. Any chance you could suggest which files I would need to change? (I'm hampered by the inability to run a debugger over this transformation.)
It appears dita2webhep.xsl is one file but is it the only one?
Thanks,
Mary
Re: Expanding Breadcrumb Depth in Webhelp
Posted: Fri Mar 21, 2014 11:14 am
by sorin_ristache
If you want to customize this I think you can start from the template with the attribute mode="gen-user-header" in the file [Oxygen-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\xsl\dita\dita2webhelp.xsl.
Regards,
Sorin
Re: Expanding Breadcrumb Depth in Webhelp
Posted: Tue Jul 05, 2016 2:33 pm
by Costin
Hello,
Just to update the thread, this problem has been resolved in Oxygen v18.
Now all parents are displayed in the breadcrumb.
If you have a license compatible with version 18 of oXygen, you can download the latest maintenance build of oXygen - 2016062718 (released on June 28th) - from our web site:
http://www.oxygenxml.com/download.html
The list of bug-fixes can be found here:
http://www.oxygenxml.com/build_history.html#2016062718
You can follow the release/build RSS feed here:
http://www.oxygenxml.com/rssBuildID.xml
Regards,
Costin