PM Notify & Guest Register bar

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
Locked
User avatar
Stoker
Site Admin
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

Post by Stoker »

Yes, exactly
Board rules! No PM support
User avatar
Steve
BBCoder VI
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

Post by Steve »

here you go :
800.zip
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
Stoker
Site Admin
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

Post by Stoker »

Thanks, I will see if I can get the new release done next week
Board rules! No PM support
DJ Danni
BBCoder II
BBCoder II
Posts: 31
Joined: 24 Aug 2010, 17:54

Re: PM Notify & Guest Register bar

Post by DJ Danni »

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
User avatar
Steve
BBCoder VI
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

Post by Steve »

Link to download the style please,ill take a look at it.
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
DJ Danni
BBCoder II
BBCoder II
Posts: 31
Joined: 24 Aug 2010, 17:54

Re: PM Notify & Guest Register bar

Post by DJ Danni »

http://www.einkaspjall.net/supernova.rar Here is the style like i have him.
User avatar
Steve
BBCoder VI
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

Post by Steve »

works fine make sure in board settings you have pm messages in pop up enabled
was easy.PNG
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
DJ Danni
BBCoder II
BBCoder II
Posts: 31
Joined: 24 Aug 2010, 17:54

Re: PM Notify & Guest Register bar

Post by DJ Danni »

Can do share it how you did it? I am not good at php.
User avatar
Steve
BBCoder VI
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

Post by Steve »

instructions are in the 1st post ;)
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
DJ Danni
BBCoder II
BBCoder II
Posts: 31
Joined: 24 Aug 2010, 17:54

Re: PM Notify & Guest Register bar

Post by DJ Danni »

i know but i couldint get it to woork.

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 -->
Shut i realy delet this?
Last edited by DJ Danni on 24 Aug 2010, 18:20, edited 1 time in total.
Locked