Closed (won't fix)
Project:
Contextual Administration
Version:
7.x-1.0-rc2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2011 at 06:55 UTC
Updated:
22 May 2012 at 12:50 UTC
Comments
Comment #1
eclipsegc commentedYup, this is a page_manager issue. Merlin removed the overlay support in order to fix some performance problems. There are a couple patches that need to be reviewed in order to get the overlays back in.
Comment #2
eclipsegc commentedMarking this "won't fix" since it's actually ctools' problem and well known.
Comment #3
PI_Ron commentedOk thanks for the quick response, are their actually working patches you could point me too?
Comment #4
PI_Ron commentedI cant seem to find any page manager issues about the overlay support, is there and issue you know of?
Comment #5
aschiwi commented@Tigeda: I just used the patch from http://drupal.org/node/1396212 (comment #4) and it seems to work well.
Comment #6
eclipsegc commentedActually it'd be better if you used #1120028: Add caching to page_manager_admin_paths()
Comment #7
keesee commentedadd the following to a custom module or theme.php file
Replace "NAME" with the name of the module or theme
Hope this helps.
J.
Comment #8
busla commentedCorpX, this didn´t work for me. Created my first custom module though :) I might have done it wrong.
1. Created the .info file
2. Created the .module file
3. Added the following code
Thanks.
J
Comment #9
eclipsegc commentedReally, just apply the patch I posted. This is what it does.
Comment #10
busla commentedNice one, thanks. Works like a chocolate/strawberry blended smooooothie!
Comment #11
keesee commentedLooks like this is closed. Blue orange the issue with your code is that you need to replace "NAME" with the name of your custom mod
To over ride that hook.
Example.... your module is named mytweaks.
if used in a theme template.php file.....
your theme is named blueorange, then
Enjoy.
Comment #12
eclipsegc commented@CorpX
PLEASE stop suggesting this. The patch I linked to make the overlay checkbox work, there's no need to custom set this stuff.
Eclipse
Comment #13
keesee commentedApologizes, EclipseG. Didn't mean to step on any toes. Awesome work on this project. I'm just hesitant to apply any patch that hasn't been commited to a future release yet. If for any reason it doesn't make the next release and you upgrade, you end up trouble shooting again. Leveraging the hook locally avoids that. The patch works great BTW. Thanks.
Anyhow. Thanks for this contribution. Love the project.
--
J.
Comment #14
eclipsegc commentedYeah, I understand, but there are tools to prevent that, drush make for example is a great way of organizing the modules and patches you'd like applied to your custom code base going forward. In this way you can document any patches necessary to make your site run how you like. Also, that patch will eventually land in ctool. One way or another.
Eclipse