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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PM Notify & Guest Register bar
Thanks, I will see if I can get the new release done next week
Board rules! No PM 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, 18: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.
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
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
Can do share it how you did it? I am not good at php.
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, 18:20, edited 1 time in total.