b1af963916
Honor user blocks in ProfileReplyEditSubmit. Reduce boilerplate. Update account_privacy_profile_comments phrase. Add account_privacy_profile_comments_public phrase. Add account_privacy_profile_comments_registered phrase. Add account_privacy_profile_comments_self phrase. Add account_privacy_enable_embeds phrase. Add profile_comments column to users table. Add who_can_convo column to users table. You will need to run the updater / patcher for this commit.
7 lines
194 B
SQL
7 lines
194 B
SQL
CREATE TABLE "forums_permissions" (
|
|
`fid` int not null,
|
|
`gid` int not null,
|
|
`preset` varchar (100) DEFAULT '' not null,
|
|
`permissions` text DEFAULT '{}' not null,
|
|
primary key(`fid`,`gid`)
|
|
); |