Log in

View Full Version : PM pop-up on non-vb pages?


Sylvus
08-29-2003, 10:33 PM
Thanks to Gary and Logician, I've integraded Who's Online to all pages outside of VB. The next step I'd like to do is have the PM message box pop-up on non-vb pages if a registered user receives one but are not viewing the forums at that current moment.

I am including ./global.php on all my non-vb pages and require the direction to get this working.

Syl...

Brad
08-29-2003, 10:45 PM
global.php should do all the work IIRC, as the code lives in global.php. :)

Brad
08-29-2003, 10:48 PM
Ah, make sure the $headnewpm var is included in your non-vb page'es html somewhere, if you are using the default $header and $headinclude templates on non-vb pages it should already be there.