Login     Sign up
Change Default Privacy Setting
Dum Dum Gratis (@domgratis)
Join date: Aug 4th 2010
Community posts: 82
View Profile
Send Message

When member signup in jcow network his/her default privacy setting is "Everyone can view my profile, and comment on my wall". How i change the default for a new member to "....., but only my friends can comment on my wall". I think it better because it prevent from junk comment.

176 months ago
Ian (@eeji)
Join date: Aug 3rd 2010
Community posts: 107
View Profile
Send Message

To change the default for new accounts, run this sql query in your database (IMPORTANT! - backup your database before making any changes!)

[code]ALTER TABLE jcow_accounts CHANGE profile_permission profile_permission TINYINT( 4 ) NOT NULL DEFAULT '1'[/code]

176 months ago
Dum Dum Gratis (@domgratis)
Join date: Aug 4th 2010
Community posts: 82
View Profile
Send Message

[quote=eeji]To change the default for new accounts, run this sql query in your database (IMPORTANT! - backup your database before making any changes!)

[code]ALTER TABLE jcow_accounts CHANGE profile_permission profile_permission TINYINT( 4 ) NOT NULL DEFAULT '1'[/code] [/quote]

Thx...

176 months ago
Ak (@dragon)
Join date: Jun 16th 2010
Community posts: 46
View Profile
Send Message

eeji you are always great help thank you

176 months ago