Closed (fixed)
Project:
Local Menu
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2008 at 16:38 UTC
Updated:
4 Aug 2009 at 19:50 UTC
Jump to comment: Most recent file
Everything works fine as long as "Block cache" is inactive.
If I activate that cache, the block does not show for any user (authorized, anonymous) except user/1 ("admin").
Drupal version: 6.1
Block specific settings
The following settings are in place for the Local menu block:
Block title:<none>
Starting depth: Level #2
Rendered path: One level (like primary links)
Show block on specific pages:
Show on every page except the listed pages: admin/*
Custom visibility settings:
Show block for specific roles: nothing specified (everyone can see it)
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | local_menu_240166.patch | 1.18 KB | grendzy |
Comments
Comment #1
oxcoda commentedI found a similar thing. Currently running Drupal 6.2 and Local Menu 6.x-1.5.
To reproduce:
Enable the Block cache
Save
Clear cache data
Go to a page with one menu
Go to another page with a different menu (displayed by Local Menu), the same one will be displayed on every page.
My config is:
Local Menu block in the left sidebar
Custom Block title
Starting Depth: Level #2
Rendered Depth: All Levels
Custom visibility settings: Users cannot control whether or not they see this block.
Show block for specific roles:
Show block on specific pages: Show on every page except the listed pages.
We are just starting to develop this site, so if you require access I can probably arrange it so you can have a poke around. Alternatively I can get what ever other information that maybe required.
Comment #2
kruser commentedI have the same problem. Currently running Drupal 6.8 and Local Menu 6.x-1.5.
Comment #3
c-logemannHello people,
Maybe helps the following module:
http://drupal.org/project/blockcache_alter
I have not tested blockcache_alter yet myself.
When I have found it, I thought of this Issue.
Yours sincerely,
Carsten Logemann
Comment #4
grendzy commentedYou'll need to run update.php after applying this patch.
Comment #5
dave reidCommitted a slightly modified #4 to CVS. Thanks!