Would really appreciate if reloadWhenDone can be backported to D5. This is the only reason stopping me from using this great module. I made a pretty dumb attempt at replacing the function "Drupal.popups.formSuccess = function(data, options)" in popups.js with the version from 6.x-1.1-rc5(where reloadWhenDone was first introduced) but it did not work for me. The original page did not reload automatically upon form submit from the popup window.

Comments

drupdrips’s picture

I was able to get similar functionality as popup window with reloadWhenDone(upon form submit) using lightbox2 module. I already had lightbox2 loaded and in use with imagecache and CCK imagefield .. so I gave it a try and it worked exactly the way I wanted it.