Privacy default settings

I have a quick question.  After a member registers, i want his/her wall, video chat, and IM to be "friends only" as a default. Can this be done?

Quote · 4 Apr 2010

UPDATE `sys_privacy_actions` SET `default_group` = '5' WHERE `sys_privacy_actions`.`id` =21 LIMIT 1 ;

Where id = 21  = Video on my database may be different on yours.  This will set the default to friends but only to the new people who sign up after this query. 

You will need another query to change the default for members already signed up.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 5 Apr 2010

super!  Thanks a lot! ;)

Quote · 5 Apr 2010

Thanks, i was also looking for this.

Quote · 6 Apr 2010

Hello! What query do I need to change the default for members already signed up. I transfered my member database but everyone has automatically been assigned to 'Me Only' which means no one can view each others profiles unless they change their setting manually and most members can't get around the site at the best of times. How can I do this for them by setting up a default query for members already signed up? 

 

 

UPDATE `sys_privacy_actions` SET `default_group` = '5' WHERE `sys_privacy_actions`.`id` =21 LIMIT 1 ;

Where id = 21  = Video on my database may be different on yours.  This will set the default to friends but only to the new people who sign up after this query. 

You will need another query to change the default for members already signed up.

 

Quote · 10 Jul 2010

Hey loved your posts how can i do the same but as  default for new members as soon as they join?

Quote · 27 Apr 2011

Sorry didnt explain well I meant for their whole profiles.

Quote · 27 Apr 2011

Jay, or anybody - is this still the best way to do this?

I have a few sites where I want the "default" on publishing things like photos, and sites to be "member's only" but still leave them with a public option.    Will this mod do this?  or is there some other way?

Rob

Quote · 4 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.