it works fine in my firefoxkhikho wrote:Your mod work fine for IE and Chrome But FireFox, didn't Work
Please Fix it

it works fine in my firefoxkhikho wrote:Your mod work fine for IE and Chrome But FireFox, didn't Work
Please Fix it
oddfish wrote:well, you could force popups for all your new users as per above or try this to do for all :
http://www.ktuk.net/phpBB3/viewtopic.php?f=32&t=3677
Code: Select all
UPDATE `phpBB3`.`phpbb_users` SET `user_notify_pm` = '0'
Code: Select all
select count(1) from phpbb_users where user_notify_pm ='0'
Code: Select all
UPDATE `pbpBB3`.`phpbb_users` SET `user_options` = '1919'
Yes, it works with 3.0.6 , because it is working with my 3.0.6. However, this mod could really use an additional alert sound to go with the alert box. Perhaps an .mp3 or .swf audio alert sound.Neoxxx wrote:Work with phpbb 3.0.6?