I have four tabs in the primary link, About Us, Deposition Services, Services and Support. I have a page called Contact Us. It was first set in the About Us tab,and it worked fine. After installing this module, I also set it in the Services as well as the Support tabs.
When I click the Contact Us in About Us, I get this:
Home › About Us › Contact Us
Which is correctly displayed.
When I click Contact Us in Services, I get this:
Home › About Us › Deposition Services › Services
Which is not correctly displayed. About Us and Deposition Services should not be displayed and the Contact Us link is not showing.
When I click Contact Us in Support, I get this:
Home › About Us › Deposition Services › Services › Support
Which is not correctly displayed. About Us, Deposition Services and Services should not be displayed and the Contact Us link is not showing.
Ok, did I miss something in setting this up? I hope so, this is what I am looking for... Please help me out here..
Thanks...
Gene
Comments
Comment #1
davidafuller01 commentedI have a similar thing going on. If I use menu items that have NodeSymlinks assigned, NodeSymlinks "remembers" the sequence in which I selected the menu items rather than the expected behavior of displaying the path back to Home. I can e-mail a screen shot if needed.
Comment #2
wojtha commentedHmm, I can't reproduce this behavior.
I created two pages in the Primary links: About Us and Services. Than I added Contact Us under both items as a symlink.
For both cases I got right breadcrumb:
Home › About Us › Contact Us
Home › Services › Contact Us
Comment #3
shaneforsythe commentedI am also seeing this behavior
I have
- Locations
-- Location A
--- Program 1
--- Program 2
-- Location B
-- Location C
- Programs Categories
-- Category 1
-- Category 2
-- Category 3
--- Program 1
--- Program 2
clicking Program 1 under Locations gives
Locations -> Location A -> Program 1
under Program Categories gives
Locations -> Categories -> Category 1 -> Category 3 -> Program 1
Comment #4
TravisJohnston commentedI just started experiencing the same issue on our installation. It seemed to be OK in the beginning but now its placing any expanded menu items before the current page as part of the trail. Which is basically the same thing as the last post, which shows that expanded items show as being a part of the trail.
Comment #5
TravisJohnston commentedSo yeah that was it, there is a bug that causes any previous Expanded menu items to show as part of the breadcrumbs. This only applies to the added Location, not the Original Node.
So to fix, temporarily, you can uncheck Expanded in the menu next to the previous menu items and it will work.
Comment #6
TravisJohnston commentedSetting status to Active, not postponed since the reasoning is in the last post
Comment #7
wojtha commentedOk, the recent comments finally got me the missing pieces of the puzzle and I was able to reproduce it finally.
Should be fixed in http://drupalcode.org/project/nodesymlinks.git/commit/7dd4db4
Comment #8
wojtha commentedProbably needs to be fixed in 7.x as well
Comment #9
wojtha commentedIt seems that there is no issue like that in D7.x. Thus marking as fixed.
Comment #10
wojtha commented