PM Notify & Guest Register bar

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Re: PM Notify & Guest Register bar

Post by Stoker »

Yes, exactly

Re: PM Notify & Guest Register bar

Post by Steve »

here you go :
800.zip

Re: PM Notify & Guest Register bar

Post by Stoker »

Thanks, I will see if I can get the new release done next week

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, 16:03, edited 1 time in total.
Reason: removed email address

Re: PM Notify & Guest Register bar

Post by Steve »

Link to download the style please,ill take a look at it.

Re: PM Notify & Guest Register bar

Post by DJ Danni »

http://www.einkaspjall.net/supernova.rar Here is the style like i have him.

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

Re: PM Notify & Guest Register bar

Post by DJ Danni »

Can do share it how you did it? I am not good at php.

Re: PM Notify & Guest Register bar

Post by Steve »

instructions are in the 1st post ;)

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, 16:20, edited 1 time in total.