PDA


View Full Version : PM notification popup


cLord
05-31-2004, 05:19 AM
Hi,

I just noticed....
The PM notification popup isn't working on the CMPS page! (email notification works as usual)

I receive a popup when I login @ my forum but not when using the CMPS page...

Please help,
cLord ;)

Brian
05-31-2004, 10:57 AM
Just tested and it's working fine here... You don't have the PM popup enabled on your account here.

Drakah
05-31-2004, 12:55 PM
Actually I thought it was me... but ya, I do not get any PM notification popups either on my site anymore, and I have the box checked off too.

cLord
05-31-2004, 12:56 PM
Oops, you're right Brian, it wasn't enabled here!
But still I don't know what could be causing this at my place...

I have PM popup enabled ;)

Brian
05-31-2004, 01:15 PM
Looks like you're right... Would you mind submitting a support ticket so I can have a look and see what the problem is?

bluesteel
05-31-2004, 01:29 PM
FYI Brian, it works fine for me.
Al

cLord
05-31-2004, 01:36 PM
Support ticket opened...

Drakah
05-31-2004, 01:45 PM
Also I just checked an unaltered template of the homepage and it does not work there either (meaning the Index page).

However, if you go to the Forums 1st (not going to the homepage at all), you do get the pop-up just fine.

If you go to the Homepage 1st (not going directly to the forums), then click on the Forums area, it still will not pop-up, as if it thinks you had already hit some "Cancel" button the pop-up window that did not exist previously.

Oh, FYI, on vBadvanced, the navagation links for:
vBadvanced > Members Area > Support Ticekts

you have a little mis-spelling there :)

ogetbilo
05-31-2004, 01:47 PM
I think I have the same problem

cLord
05-31-2004, 01:48 PM
Glad I'm not the only one with this "problem" :)
Been looking for a solution since this morning *sig* found nothing...

cLord

Brian
05-31-2004, 02:17 PM
cLord - Fixed on your site now. :)

Anyone else having the problem, please open your forum/includes/vba_cmps_include_bottom.php file and look for:

if ($shownewpm AND $vboptions['showpm'])

Replace that with:

if ($shownewpm)

And that will fix the problem. :)

cLord
05-31-2004, 02:24 PM
Thank you Sir!
Got a PayPal addy?

cLord :)

Brian
05-31-2004, 02:29 PM
No problem. :)
my name _at_ vbadvanced.com

cLord
05-31-2004, 02:46 PM
Check PayPal... ;)

nsox
02-17-2005, 11:17 AM
edit.
Disregard this post, I tried downloading the cmps again, and it seems like I must have removed the source from the file for some odd reason.
I cannot recall doing something like this, but I guess it's yet another sideeffect of me never sleeping enough :)



Hi.

I would like to report that I have this exact same problem.
My vba_cmps_include_bottom.php does NOT include any refference to shownewpm, so I'm really confused here.

I run vBA CMPS 1.0.1 and you see the site here;
http://www.freakforum.nu/index.php?
here is a subpage for your refference
http://www.freakforum.nu/index.php?p=vis&nid=48339

My frontpage is what gets hit the most, and most users tend to F5 it to get the latest posts. Thus it is kind of annoying that the PM popup does not work there.

Any input on this matter would be swell.

Best regards

Brian
02-17-2005, 11:23 AM
Donwload the package from here again and upload the /forum/includes/vba_cmps_include_bottom.php file over your existing one.

mholtum
02-17-2005, 12:21 PM
I have the "new" file uploaded as I needed it to fix a different problem, yet I still dont get the PM popup notifier..

ANy ideas?

N/M

I am retarded.

rbl
02-17-2005, 08:45 PM
I didn't have that if clause at all. It's working now.