Support Forum
I clicked the "Auto subscribe members to all topics they post in:" under Member Settings a few months ago. New members still aren't getting emails when someone posts to their topics.
Note - I haven't upgraded since right before the Beta release because I don't want to upgrade to 3.3. Do I need to upgrade in order to get the emails to work?
we dont seem to be having an issues here or any other reports... but dont know anyone else still on the alpha which is known to have some issues with old wp... which is why the min was changed for beta...
What's the hesitation on upgrading to wp 3.3??
Visit Cruise Talk Central and Mr Papa's World
My simple-press customizations were to the theme, so I was able to duplicate my theme so it wouldn't get written over. I upgraded everything to 3.3, and so far so good. Thank you!
One question...what field in the database stores whether a member is receiving emails when they get responses to their topics? I would like to set all of our existing members to auto-subscribe (I believe the option to do this in the forum backend only applies to new members).
Thanks!
Lisa
Ooh. Tricky one.
The setting is in the sfmembers table in the column user_options. The problem is that this a serialised array. if you take a look you will see the array element named 'autosubpost'. Actually the part you need to look at is:
s:11:"autosubpost";b:0;
To change this turned on it would need to be:
s:11:"autosubpost";b:1;
Not something that could be done with a simple SQL query I am afraid.
YELLOW
SWORDFISH
|
1 Guest(s)