Written by HGN
By Activating PM Popup for your users, you make sure that they read their PMs
This will activate PM Popup for new users.
Open includes/function_user.php
Find:
Code: Select all
'user_options' => 230271,
Code: Select all
'user_options' => 231295,
Code: Select all
UPDATE phpbb_users SET user_options = user_options | 1024 WHERE user_type <> 2