Context blocks show the nodes as menu items reguardless of settings/taxonomy_context "Show nodes in block:" setting.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | taxonomy_context_2.patch | 1.17 KB | Pinolo@www.drupalitalia.org |
Context blocks show the nodes as menu items reguardless of settings/taxonomy_context "Show nodes in block:" setting.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | taxonomy_context_2.patch | 1.17 KB | Pinolo@www.drupalitalia.org |
Comments
Comment #1
nedjoI believe this is fixed in 5.0. Anyone want to backport the fix?
Comment #2
nathanraft commentedA backport to 4.7 would be greatly appreciated!
I tried it and am just not familiar enough with 5.0 to make it work. I must be missing something simple but just can't get it.
Comment #3
chrisroditis commentedI hate to be asking for this -since I am not contributing any Drupal code- but has anybody got this fixed?
Comment #4
nathanraft commentedI looked at the code and ended up hacking a solution. Basically I never want the nodes to show in the blocks so I took the menu item for nodes out. Pretty straight forward.
if someone has spent the time to do a backport that would be nice but not necessary at this time.
Comment #5
Pinolo@www.drupalitalia.org commentedI've updated the 4.7 module. It shouldn't be difficult to port changes to 5.x, but I haven't the chance to test, so I'm providing only the 4.7 version.
Changes: 2 wrong calls to variable reading the criteria for showing the block; added case for "none".
Comment #6
Pinolo@www.drupalitalia.org commentedComment #7
nancydruReopen this with a current release if it is still valid.