Dont work for MP

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

Dont work for MP

Post by Brockway »

Hello everyone,
i have install correctly this mod, verify 2times...
it's work for register but not for mp.

You can it's work fine fo register here : Terrasquare . net
Thanks for any help.

Dont work for MP

Post by Stoker »

You have to enable Pop up window on new private message: ucp.php?i=465
Have to be set to yes.

Dont work for MP

Post by Brockway »

anyway to get the option on by default for all users ?

Edit : Thanks by the way ;)

Dont work for MP

Post by Stoker »

Open overall_header.html and find:

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_PM_POPUP and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
Replace with:

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->

Dont work for MP

Post by Brockway »

Thanks again, i test that !