Page 2 of 2

Re: Notify by default

Posted: 26 Apr 2010, 23:50
by Steve
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_

Re: Notify by default

Posted: 27 Apr 2010, 00:35
by Bullseye
still not working...... :(

Re: Notify by default

Posted: 27 Apr 2010, 00:37
by heredia21
How will we get notified when a new user replies to post. popup?

Re: Notify by default

Posted: 02 May 2010, 15:11
by Bullseye
No email...

Re: Notify by default

Posted: 03 May 2010, 20:29
by Stoker
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.

Re: Notify by default

Posted: 04 May 2010, 01:34
by Bullseye
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...

Re: Notify by default

Posted: 04 May 2010, 01:49
by Bullseye
Actually....

I now found this in ACP > Users and Groups > I looked up a current member > went to preferences and see this:

Re: Notify by default

Posted: 04 May 2010, 01:55
by cisco007
if you ran the sql query correctly, that should have been checked for all the users that are currently registered to your site!

Re: Notify by default

Posted: 04 May 2010, 02:02
by Bullseye
I see, thank you! :D

Re: Notify by default

Posted: 04 May 2010, 02:18
by Bullseye
I think its working now, I looked at a few current members and their options all appear to be set to yes :D


Thanks again guys! :D



~John~