Support Forum

Subscription plugin: allow default, subscribe to fourm

SC shaun curran
shaun curran
Member

I would like to set the default for a new user so that the user is automatically subscribed to all forums.

Additionally to have a way to change user settings via a batch interface. Either via a user list or by using user groups.

Is it possible at the moment?

If not , then if I edited the wp_sfmembers table and duplicated the value of the ‘forum_subscribe’ column should the values be identical or should some change for each user?  e.g.  a:4:{i:0;i:7;i:1;i:5;i:2;i:6;i:3;i:4;}

That’s assuming that I want all of the members to have the same setting and they have the same permissions.

 

Many thanks

Shaun

1 Answer

New Answer

MP Mr Papa
Mr Papa
Member

forum – components – subscriptions… set the option…  will only affect new users…  will have to manually do for existing one…  would have to edit the user_options column for each user in sfmembers table…

I guess you could instead subscribe them to each forum like you were indicating… you would put your forum ids in place of the second array element… for exmaple i:0;i:7 in you example is array element 0 with value of 7 which is the forum id…  so its array pairs… first number is just array index, second number is forum id subscribed to…