I have posted an issue about this but I'm hoping someone in the community at large can shed some light as well. The problem is that some links to use Colorbox for modal login/register popups do & some don't. It seems to work fine if calling a form directly but if calling a page the link has to include 'iframe=___". Here is what works & does not in IE, which can be seen at http://bit.ly/hJnvPv
At top right of page:
Works:<a href="user/login?width=400&height=240&destination=interview_advice.htm&iframe=false" class="colorbox-load">Login</a>
Does *not* work:<a href="user/register?width=700&height=400&destination=interview_advice.htm" class="colorbox-load">Register</a>
IE won't display the content of the colorbox without an ifram=false or iframe=true. This would be fine except iframe=false does NOT work.
In comment areas:
Works:<a class="colorbox-load" href="/colorbox/form/user_login?destination=node%2F61%23comment-form">Login</a>
Works:<a class="colorbox-load" href="/colorbox/form/user_register?destination=node%2F61%23comment-form">register</a>
These are great - except calling the forms directly = no error messages.
Anyone experience these? I'm switching to another modal popup plugin this afternoon if I can't resolve this by then. Thanks.