Guides & Snippets for phpBB3.
Try the Snippets here and share Your own Snippets
Post
by Steve » 26 Apr 2010, 21:50
Note that INSERT INTO phpbb_config could be different in your database.
If your tables is named something else than phpbb you will need to edit this before running the SQL.
yours might be:
Code: Select all
UPDATE `bullseye_forum_users` SET `user_notify` = 1 WHERE `user_type` <> 2
note the difference
phpbb_ was removed and replaced with
bullseye_forum_
Post
by Bullseye » 26 Apr 2010, 22:35
still not working......
Post
by heredia21 » 26 Apr 2010, 22:37
How will we get notified when a new user replies to post. popup?
Post
by Bullseye » 02 May 2010, 13:11
No email...
Post
by Stoker » 03 May 2010, 18:29
That is a user/server problem. Not really related to this post...
You can see if the settings changes, and it does. Which mean it works.
Post
by Bullseye » 03 May 2010, 23:34
Sorry for the confusion Stoker, I was replying to heredia21 when they said:
How will we get notified when a new user replies to post. popup?
However I do still have a problem...
Re: Notify by default (Post by Steve #2900)
Sorry to be a pain...
Post
by Bullseye » 03 May 2010, 23:49
Actually....
I now found this in ACP > Users and Groups > I looked up a current member > went to preferences and see this:
Post
by cisco007 » 03 May 2010, 23:55
if you ran the sql query correctly, that should have been checked for all the users that are currently registered to your site!
Post
by Bullseye » 04 May 2010, 00:02
I see, thank you!
Post
by Bullseye » 04 May 2010, 00:18
I think its working now, I looked at a few current members and their options all appear to be set to yes
Thanks again guys!
~John~