Page 1 of 2

Notify by default

Posted: 04 Mar 2010, 21:57
by Stoker
Notify by default

Moved here: viewtopic.php?f=45&t=1259

Re: Notify by default

Posted: 26 Apr 2010, 17:57
by Bullseye
Thanks :)

Re: Notify by default

Posted: 26 Apr 2010, 18:35
by cisco007
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

Posted: 26 Apr 2010, 18:39
by Steve
Thanks for that cisc007 was wondering why this didnt work on my site.

Re: Notify by default

Posted: 26 Apr 2010, 18:44
by cisco007
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! :thumb:

Re: Notify by default

Posted: 26 Apr 2010, 19:04
by Bullseye
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 
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?

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

Posted: 26 Apr 2010, 23:19
by Steve
viewtopic.php?f=10&t=53 < read down and look at the part "Doing SQL changes"

Re: Notify by default

Posted: 26 Apr 2010, 23:29
by Bullseye
Which database do I need to modify?

Re: Notify by default

Posted: 26 Apr 2010, 23:34
by Steve
Yours.

Re: Notify by default

Posted: 26 Apr 2010, 23:42
by Bullseye
the forum one?

Installed put it in that one and got this message:
#1146 - Table 'bullseye_forum.phpbb_users' doesn't exist
How ever underneath that message, it says 'edit' and 'create PHP code'