it seems to be - is it a structural problem - or is there a chance to solve this?

thanks momper

CommentFileSizeAuthor
#11 menu_block_split-nocache-367737.patch783 byteshutch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

momper’s picture

the system block cache

anrikun’s picture

Noticed it too!

robertgarrigos’s picture

Status: Active » Fixed

This should have been fixed with latest 6.x release of this module. Please, reopen this issue otherwise.

momper’s picture

thanks :)

morenstrat’s picture

Version: 6.x-1.x-dev » 6.x-1.2
Status: Fixed » Active

Problem persists with D6.9 and the 1.2 release.

anrikun’s picture

Category: support » bug

It persists.
Actually, the module should not cache its blocks, as the active item would not be displayed anymore, would it?

robertgarrigos’s picture

Version: 6.x-1.2 » 6.x-2.x-dev
Status: Active » Fixed

I cannot reproduce this problem with the latest 6.x-2.x-dev version. marking as fixed. please, reopen otherwise

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

checker’s picture

Version: 6.x-2.x-dev » 6.x-2.3
Status: Closed (fixed) » Active

Bug is still there. I 'm using d 6.19 und latest 6.x.-2.3 of this module. If you turn on block cache anonymous visitors can't see menu block splits.

hutch’s picture

I will have a look, caching is a bit of a mystery to me but there must be a way

hutch’s picture

Attached is a patch that should fix this, as I do not have access to any sites with more than one level depth in a menu for unauthorised users I cannot test it.

hutch’s picture

Version: 6.x-2.3 » 6.x-2.x-dev

Has anyone tried the patch in #11?

checker’s picture

I'm using "Menu block" now. Maybe you can merge your projects?

adavis.co.uk’s picture

I'm using Menu Block Split (6.x-2.3) and have just run into this issue. I tried the patch above and it didn't fix the problem. Have had to switch block caching off.

hutch’s picture

Try uninstalling, flush cache and reinstalling the module menu_block_split
Please let this thread know if that does it, it might well as there is a bug in Drupal about this apparently

hutch’s picture

Status: Active » Closed (cannot reproduce)
rad_one’s picture

Version: 6.x-2.x-dev » 6.x-2.3
Status: Closed (cannot reproduce) » Active

I have primary menu with a second level menu in it.
I use menu split block module to display this second level menu in some content type nodes.

The block is always displayed, However, when I enable block caching active link doesn't change when I change node or click on links.
SITE URL
In this url, see footer block, there are 3 links where color should be white on active link.

I'm using 6.x-2.3 version with drupal 6.22.

hutch’s picture

Have you tried the patch in #11?

rad_one’s picture

Yes, I did and it did not fix the problem.

hutch’s picture

see #15, I just did a search on api.drupal.org (for D6, hook_block) and there it suggests that this is a drupal bug.