Great module, the only problem is that this doesn't work with the standard adminoverlay feature in Drupal 7. Because my website is only accesible for a few registered users, I give permission to them to use the overlay, as it makes the site more userfriendly.
Is there any way to make this work with the overlay?
Comments
Comment #1
p4trizio commentedThis is exactly the function I am looking for, I am going to study this module next week and try to improve this part
Comment #2
pwolanin commentedYes, it seems pretty broken with overlay.
In the 7.x-2.x branch, even disabling it on overlay-rendered pages doesn't solve it, maybe because of the underlying page.
Possibly need to use Drupal.behaviors and context to solve it?