PDA

View Full Version : 2 things, PM Popup on nonVB and Send Message hack?


TheCaver
12-27-2001, 09:02 PM
Searched around and very little info......

1. Would like to have the PM Popup ability on a nonVB page.

2. I'm looking for an IM type thing where instead of sending a PM which requires the user to click a few times, the message pops up in an alert type box.

Is this the elusive Send Message hack?

Any info on the above is GREATLY appreciated.

TIA,

JC

zman
09-23-2002, 04:22 AM
need PM Popup ability on a nonVB page too.

NTLDR
09-23-2002, 11:59 AM
Originally posted by TheCaver
1. Would like to have the PM Popup ability on a nonVB page.

As I put in the other thread if you have a PHP page and required global.php make sure you have $headnewpm in the <head> of the page or make sure you use the headinclude template by puting $headinclude in there.

2. I'm looking for an IM type thing where instead of sending a PM which requires the user to click a few times, the message pops up in an alert type box.

I think this is what you are looking for: https://vborg.vbsupport.ru/showthread.php?s=&threadid=26044&highlight=%24headnewmsg

Neo
09-23-2002, 12:08 PM
I might not suggest you add

$headinclude

to non VB pages.

Instead make a new temp with only the javascript it requires.

zman
09-25-2002, 01:12 AM
could you elaborate neo?