Notify by default
Re: Notify by default
and the sql query to update this to already registered user, go to either you phpmyadmin page or use the STK!
Code: Select all
UPDATE `phpbb_users` SET `user_notify` = 1 WHERE `user_type` <> 2
Re: Notify by default
i do this everytime I upgrade a site just to be sure, i know i probably don't have to but i do it anyways! 

Re: Notify by default
Sorry to be a pain, but I'm not really sure how to do this, do I need to modify a file, if so which one?cisco007 » 26 Apr 2010, 18:35 wrote:and the sql query to update this to already registered user, go to either you phpmyadmin page or use the STK!
Code: Select all
UPDATE `phpbb_users` SET `user_notify` = 1 WHERE `user_type` <> 2
I've done the other one for new users, is there a way to do it for current users by altering a file?
Re: Notify by default
the forum one?
Installed put it in that one and got this message:
Installed put it in that one and got this message:
How ever underneath that message, it says 'edit' and 'create PHP code'#1146 - Table 'bullseye_forum.phpbb_users' doesn't exist