PM Notify & Guest Register bar
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Re: PM Notify & Guest Register bar
Stoker. Can you help me to get this to woork for the style supernova? MSN
Last edited by Steve on 24 Aug 2010, 16:03, edited 1 time in total.
Reason: removed email address
Reason: removed email address
Re: PM Notify & Guest Register bar
http://www.einkaspjall.net/supernova.rar Here is the style like i have him.
Re: PM Notify & Guest Register bar
works fine make sure in board settings you have pm messages in pop up enabled
Re: PM Notify & Guest Register bar
i know but i couldint get it to woork.
Shut i realy delet this?
Code: Select all
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
var url = '{UA_POPUP_PM}';
window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
}
<!-- ENDIF -->
Last edited by DJ Danni on 24 Aug 2010, 16:20, edited 1 time in total.