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

p4trizio’s picture

This is exactly the function I am looking for, I am going to study this module next week and try to improve this part

pwolanin’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Issue summary: View changes

Yes, 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?