Yes, I forgot to mention one step : - go to the ZMI - go to portal_javascripts - and click on "save"
That should do the work! See you! serge 2014-03-03 9:19 GMT+01:00 Sarah E <[email protected]>: > Hi Serge, > > > > Thanks Serge.. > > I have remove the part of the coding as told... but IE still refuse to load > the login/registration popup window when click in IE.. > > The loading icon just keep turning.. > > And the javascript error says: > > > > Webpage error details > > > > User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; > Trident/4.0; GTB7.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET > CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322) > > Timestamp: Mon, 3 Mar 2014 08:17:53 UTC > > > > > > Message: Syntax error > > Line: 2 > > Char: 5 > > Code: 0 > > URI: http://172.31.88.132:8080/OneStop > > > > > > Message: Could not complete the operation due to error 80020101. > > Line: 4 > > Char: 11321 > > Code: 0 > > URI: > http://172.31.88.132:8080/OneStop/portal_javascripts/Sunburst%20Theme/resourceplone.app.jquery-cachekey-33c11b2c776528bb01eb079e17cd776e.js > > > > 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~ > > > > *From:* Serge Renfer [mailto:[email protected]] > *Sent:* Monday, March 03, 2014 4:00 PM > *To:* Sarah E > *Cc:* [email protected] > *Subject:* Re: [Setup] Problem Login Pop Up Screen in IE > > > > 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 > > > > /**************************************************************************\ > > 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. > > \**************************************************************************/ > >
<<inline: image005.jpg>>
<<inline: image004.jpg>>
<<inline: image001.jpg>>
_______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
