Closed (fixed)
Project:
Node breadcrumb
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2008 at 16:45 UTC
Updated:
18 Dec 2008 at 03:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
edhel commentedTry this. It was upgraded by one of module's users... and it's not tested by me yet.
Comment #2
lonehorseend commentedI will once I reach Druapl 6. Right now, I'm waiting for other modules to be completed as well. I was just so exicted that I had to make sure that this module was included. And my excitement was well-founded, I tried it last night on a site that I'm working on and I absolutely love it. It solves a major issue where I don't have the nodes in the menu system, yet still want the breadcrumbs to reflect the node's terms.
Thank you for this wonderful module.
Comment #3
encho commentedsubscribing
Comment #4
josuealcalde commentedsubscribing
Comment #5
tuwebo commentedHi,
It is the first time that I use this module "node_breadcrumb-6.x-1.x-dev.zip", and it looks good for me. I haven´t done too much testing, but installing it and set some "node breadcrumb" options works on Drupal 6.2, Content Construction Kit 6.x-2.0-beta, Views 6.x-2.0-beta3 (I don´t know if it is something to do with views and cck but just in case).
At least I looks good for testing and maybe somebody with more skills can try it and report another opinion.
Thank you.
Comment #6
demeester_roel commentedThe module in #1 seems to work well except.
Even if the user has the correct permission to edit a node that matches any of the rules, The 'view'|'edit' tab menu's are no longer displayed.
I think this might have to do with the way the new menu system works with menu patterns like /node/%node/edit etc.
Since the node_breadcrumb will use 'menu_set_active_item' to make another menu-item active, this new url no longer matches (internally) to /node/%node/edit.
Anyone has second thoughts about this?
Comment #7
demeester_roel commentedAt line 35 i've inserted the following ..
As a result this module also works for submenu's generated by the taxonomy menu module
To get it working:
Make a rule for the content-type that is also configured for display by taxonomy.
Select the top-level of the menu generated by taxonomy (typically the one which has the same name as your vocabulary).
Browser through the taxomenu and select a node.. The breadcrumb will match the correct path.
Comment #8
andypostup
Comment #9
Mattias-J commentedsubscribing
Comment #10
roitsch commentedi had a problem with node bradcrumb (6.x) and displaying the right local tasks (tabs). i solved it by forcing the local tasks to be loaded ("menu_local_tasks") before the new active menu-item is set.
sorry for my hobby-english... ;-(
Comment #11
jvinci commentedsubscribing
Comment #12
edhel commentedhttp://drupal.org/node/333917 - beta1 for 6.x
ps: it's not tested with local tasks yet
Comment #13
edhel commented----
Comment #14
andypost