ohh sorry, I missed out that.
Thanks a lot for your help Jake.
Announcement
Collapse
No announcement yet.
How do I set the email options manually
Collapse
X
-
That is in that thread:
Originally posted by Jake BunceTurn OFF a bit:
UPDATE tablename SET fieldname = fieldname - # WHERE fieldname & #
Leave a comment:
-
Originally posted by Jake BunceSame as the other queries, but the number is 256.now the last one how do I unset it?
Leave a comment:
-
Hello Jake,
Thanks a lot for this information. I need to set/unset one more field in the user table which is "Receive Email from Other Members" how do I set it using sql query or is there in option chart so that I can see the option value for the each Email Option there.
Thanks again.Last edited by truthaddict; Mon 12 Sep '05, 12:54am.
Leave a comment:
-
Originally posted by truthaddictbut still its not sending the Welcome Email to the registred user, am I wrong any where?
Leave a comment:
-
Originally posted by Jake BunceSee this thread for a detailed explanation. These queries will update all user records unless you add something like "AND userid = X" on the end, where X is the userid of the new user.
UPDATE user SET options = options + 16 WHERE NOT(options & 16)
UPDATE user SET options = options + 2048 WHERE NOT(options & 2048)
UPDATE user SET options = options + 4096 WHERE NOT(options & 4096)
UPDATE user SET autosubscribe = 1
it works fine. It is showing all the values correct in the forum admin panel
Receive Admin Emails: Yes
Receive Private Messages: Yes
Send Notification EmailWhen a Private Message is Received: Yes
Automatic Thread Subscription Mode to : Instant email notification
and the option value set in table is 6175.
but still its not sending the Welcome Email to the registred user, am I wrong any where?Last edited by truthaddict; Fri 9 Sep '05, 1:33am.
Leave a comment:
-
See this thread for a detailed explanation. These queries will update all user records unless you add something like "AND userid = X" on the end, where X is the userid of the new user.
Originally posted by truthaddictReceive Admin Emails: Yes
Originally posted by truthaddictReceive Private Messages: Yes
Originally posted by truthaddictSend Notification Email When a Private Message is Received: Yes
Originally posted by truthaddictAutomatic Thread Subscription Mode to : Instant email notification
Leave a comment:
-
How do I set the email options manually
I am using my own registration page in which I have included selective entries like username,password,email,first name and last name, once the values are inserted in user table I want to set
Receive Admin Emails: Yes
Receive Private Messages: Yes
Send Notification Email When a Private Message is Received: Yes
Automatic Thread Subscription Mode to : Instant email notification
please let me know how do I set these values using mysql queries.Tags: None
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: