The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
The PM Popups are enable but dont come up. Help!
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. |
#2
|
|||
|
|||
Do you have a pop-up blocker?
|
#3
|
|||
|
|||
This is my pm poppup script template:
Code:
<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=yes,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> --------------- Added [DATE]1219982022[/DATE] at [TIME]1219982022[/TIME] --------------- No friend. I dont have, anyone. |
#4
|
|||
|
|||
Very nice, but "Do you have a pop-up blocker?"
|
#5
|
|||
|
|||
No Dave, i dont have one.
|
#6
|
||||
|
||||
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. |
#7
|
|||
|
|||
i have the same problem since 3.7.1.
no popup blocker |
#8
|
|||
|
|||
Yes, the problem is the style, how can i solve it?
|
#9
|
||||
|
||||
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.
|
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|