Log in

View Full Version : The PM Popups are enable but dont come up. Help!


acast
08-29-2008, 02:19 AM
Hi, i have one problem and i cant solve them, in my new forum the PM popups dont come up. Are enable in registration, and also are enable in the users but dont come up. Anybody knows how i can solve the problem? Is a template problem?

Thanks if you can help me.

Dave Hawley
08-29-2008, 02:25 AM
Do you have a pop-up blocker?

acast
08-29-2008, 02:32 AM
This is my pm poppup script template:

<script type="text/javascript">
<!--
// script to show new private message popup

if (confirm("<phrase 1="$newpm[username]" 2="$newpm[title]">$vbphrase[have_new_pm_popup_x_y]</phrase>"))
{
// Output when OK is clicked
if (confirm("$vbphrase[open_message_in_new_window]"))
{
var winobj = window.open("$pmpopupurl", "pmnew", "statusbar=yes,menubar=yes,scrollbars=yes,toolbar=y es,location=yes,directories=yes,resizable=yes,top= 50,left=50");
if (winobj == null)
{
alert("$vbphrase[window_open_failed_blocker]");
}
}
else
{
window.location = "$pmpopupurl";
}
}

// end pm popup script
//-->
</script>

I think there have to be the problem...

--------------- Added 1219982022 at 1219982022 ---------------

Do you have a pop-up blocker?
No friend. I dont have, anyone.

Dave Hawley
08-29-2008, 02:54 AM
Very nice, but "Do you have a pop-up blocker?"

acast
08-29-2008, 03:14 AM
No Dave, i dont have one.

Lynne
08-29-2008, 03:32 AM
Your pm_popup template is the same as mine, so it must be something else.

Make a totally default style - Style Manager > Create New Style > Select No Parent and then browse your site using that style and see if you get the pop-ups then.

thompson
08-29-2008, 11:44 AM
i have the same problem since 3.7.1.

no popup blocker

acast
08-30-2008, 02:54 AM
Yes, the problem is the style, how can i solve it?

Lynne
08-30-2008, 03:07 AM
Download your style (Styles & Templates > Download/Upload Styles) and then Upload the style but click the Create New Style one and give it a new name and No Parent. Now you can go and Revert templates in that style to figure out which one is causing the problem. Basically, send yourself a PM, revert a template, click on your site (remember to do this which using this new style) and see if the pop-up comes. If not, send another PM, revert another template, click on another link on your site and see if the pop-up comes. Keep doing that until eventually reverting one of the templates will fix it and you'll know it's that template.

acast
09-01-2008, 02:36 AM
Download your style (Styles & Templates > Download/Upload Styles) and then Upload the style but click the Create New Style one and give it a new name and No Parent. Now you can go and Revert templates in that style to figure out which one is causing the problem. Basically, send yourself a PM, revert a template, click on your site (remember to do this which using this new style) and see if the pop-up comes. If not, send another PM, revert another template, click on another link on your site and see if the pop-up comes. Keep doing that until eventually reverting one of the templates will fix it and you'll know it's that template.

Thanks Lynne, i think the problem is that my style uses header template instead of NAVBAR, and there must be something about the popups that i dont know.

Twilkey
09-01-2008, 02:43 AM
What browser do you use?

acast
09-01-2008, 03:27 AM
What browser do you use?Firefox, lets prove with other browsers now... but i think is with all, because the popups dont come for all the people.