Context blocks show the nodes as menu items reguardless of settings/taxonomy_context "Show nodes in block:" setting.

Comments

nedjo’s picture

I believe this is fixed in 5.0. Anyone want to backport the fix?

nathanraft’s picture

A 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.

chrisroditis’s picture

I hate to be asking for this -since I am not contributing any Drupal code- but has anybody got this fixed?

nathanraft’s picture

I 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.

Pinolo@www.drupalitalia.org’s picture

StatusFileSize
new1.17 KB

I'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".

Pinolo@www.drupalitalia.org’s picture

Status: Active » Needs review
nancydru’s picture

Status: Needs review » Closed (fixed)

Reopen this with a current release if it is still valid.