PDA

View Full Version : disable PM popup per page?


aubej
09-06-2008, 11:37 PM
Anyone know if it;s possible to disable the PM popup on a specific custom page?

tks in advance,
Jason

Lynne
09-07-2008, 12:00 AM
I'm guessing you could put a condition around the script in "pm_popup_script". Like <if condition="THIS_SCRIPT=='this page'"> or whatever. I've never tried it and I'm not sure if that would then make it so the PM popup never shows up for that particular PM or if it would then wait to show up until you are on the correct page where the script shows up.

MoT3rror
09-08-2008, 12:18 AM
Use define('NOPMPOPUP', 1);
in init_start with a if condition around it.