Hi Sarah, You could proceed this way:
- get into the ZMI
- go to portal_skins/plone_ecmascripts
- open popuforms.js
- customize it
- put comments on (or remove) the following lines :
// login form
$('#portal-personaltools a[href$="/login"], #portal-personaltools
a[href$="/login_form"], .discussion a[href$="/login"], .discussion
a[href$="/login_form"]').prepOverlay(
{
subtype: 'ajax',
filter: common_content_filter,
formselector: 'form#login_form',
cssclass: 'overlay-login',
noform: function () {
if (location.href.search(/pwreset_finish$/) >= 0) {
return 'redirect';
} else {
return 'reload';
}
},
redirect: function () {
var href = location.href;
if (href.search(/pwreset_finish$/) >= 0) {
return href.slice(0, href.length-14) + 'logged_in';
} else {
return href;
}
}
}
);
That's it => it should do the work!
!!! comments in js are //
Best regards!
serge
2014-03-03 4:31 GMT+01:00 Sarah E <[email protected]>:
> Hi,
>
>
>
> My user are having problem opening the login or register pop up window in
> IE.
>
> No issue at all open in Google Chrome. Is there a way to resolve this?
>
> Thank you~
>
>
>
>
>
> Sarah E
>
> PUTRAJAYA PERDANA BERHAD GROUP OF COMPANIES
>
> *[image: fav]* IT DEPARTMENT
>
> ( +6 03-88868888 ext 865 | 7 +6 03-888892626
>
> [image: tree] Please consider our environment before printing this
> email~
>
>
>
> /**************************************************************************\
>
> DISCLAIMER:
>
> This message is intended only for the use of the person to whom it is
> expressly addressed and may contain information that is confidential
> and legally privileged. If you are not the intended recipient, you are
> hereby notified that any use, reliance on, reference to, review,
> disclosure or copying of the message and the information it contains
> for any purpose is prohibited. If you have received this message in
> error, please notify the sender by reply e-mail of the misdelivery
> and delete all its contents.
>
> Opinions, conclusions and other information in this message that do not
> relate to the official business of Putrajaya Perdana Berhad shall be
> understood as neither given nor endorsed by it.
>
> \**************************************************************************/
>
>
> _______________________________________________
> Setup mailing list
> [email protected]
> https://lists.plone.org/mailman/listinfo/plone-setup
>
>
<<inline: image002.jpg>>
<<inline: image001.jpg>>
_______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
