Closed (cannot reproduce)
Project:
Menu Minipanels
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2011 at 11:03 UTC
Updated:
14 Nov 2012 at 02:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
lekvarnik commentedpatch solved it ;)
Comment #2
TJM commentedLekvarnik.... It would be very helpful if you would give a link to the "patch solved it ;)" Thanks... TJM
Comment #3
lekvarnik commentedI found it somewhere in issues forum for Menu Minipanels. However, I cannot find it now. So, I have attached the patch here.
For applying this patch use e.g. Netbeans or command line in shell.
Comment #4
joecanti commentedHi,
Do you know what this patch was addressing? I'm getting the same issue, but am on Drupal 7?
Thanks, Joe
Comment #5
lekvarnik commentedtry this http://drupal.org/node/1025458
Comment #6
ledom commentedSame here whith 6.x-1.2
Patch solved the issue.
Comment #7
vinoth.3v commentedsame here. menu working only on menu page. empty panel for other pages.
Comment #8
pvasili commentedModule is completely non-working.
This (1.x dev and rc3 to ) Menu Minipanels working only on menu page :(
Comment #9
kerasai commentedI've run into this on 2 separate D7 projects. Putting the menu into a Nice Menus (http://drupal.org/project/nice_menus) block made the mini panel content appear. I haven't had a chance to delve into the details on why this happens but that is my short term workaround.
Comment #10
willvincent commentedAfter a bit of poking around, it seems that the issue here is that despite being declared as static, the $panels variable is not maintaining it's value throughout the duration of the page load.
I've updated the code a bit to use the drupal_static() function, and cache_get()/cache_set() to ensure this variable stays populated throughout the duration of the page load.
Comment #11
BeaPower commentedthe patch still didn't work for me, went to previous version...
Comment #12
damienmckennaPlease test out the patches I added to #1199790: Support all menus, enable the menus you wish to use (e.g. admin/build/menu-customize/primary-links/edit) and see if it now works.
Comment #13
damienmckennaThis should be a-ok.