When viewing a story that is outlined to a book (the node is a story but its parent is a book node) ,
the diplayed breadcrumb is the taxonomy term assigned to the current viewed story node , but id like to have it display the book node (the parent node)
So i guess officially a node in a book node should be a (child) book node, but that leads to all kinds of inconviniences which i wont elaborate and so i dont use the book node in that way, i just outline story nodes to book nodes.
The option in the admin/settings shows the exclusion of certain node types (such as book) but in this case the node is not a book but a 'regular' story and exluding the story node at all is not an option.
So to be short id like the taxonomy_breadcrumb to display the parent book node when a story node is outlined to a book.
Ya think its possible ?
Comments
Comment #1
_craig commentedIf you turn off taxonomy_breadcrumb do you get the behavior you want for the stories have a book parent?
If this is true, you could create "pages" instead of "stories" where you want the breadcrumbs to revert to what you want. Then, exclude both the "book" type and "page" type on the taxonomy_breadcrumb settings page.
Comment #2
gomorrah commentedyeah that would be a possible workaround
but wont give the possibility to move existing stories into (new) books (which i frequently use) or even moving existing pages out of a book or the possibility of deleting books ....
Comment #3
gomorrah commentedanyway another possible workaround is assigning each story node to a taxonomy term and then change the url for that term to the book to which the story nodes are outlined
this is how im using it now
Comment #4
_craig commentedComment #5
gomorrah commentedso you prefer workarounds than to actually move your ass
ill do the modifications necesary myself then thank you