[13:35:22] Hi there, I would like to know if it is possible to disable the "editcontentmodel" permission or restrict it to only admins? On my wiki this permission is granted to the "users" group. Thanks [13:35:51] Guest7: hi, you can change permission assignments https://www.mediawiki.org/wiki/Manual:$wgGroupPermissions in your LocalSettings.php file [13:36:18] actually, https://www.mediawiki.org/wiki/Manual:User_rights is a better documentation link in this case [13:36:26] I tried it already and set $wgGroupPermissions['*']['editcontentmodel'] = false; but it's not working for some reason. [13:37:07] that's because you unassigned the permission from the `*` group, but you want to unassign it from the `user` group [13:37:32] Let me try with users [13:37:42] Guest7: it's singular, user. [13:39:25] Ahh great! it's working. I was doing "users" instead of user. Thanks a ton. [13:39:48] Guest7: no worries. at Special:UserGroupRights, you can see the internal name of each of the group. might be helpful :) [13:40:14] Thank you for the tip. :) [13:40:16] np [23:01:14] Does anyone know how to set up a Feed (for an Article of the Day or On this Day...) on a Wiki Main Page? It's a little out of my paygrade here. I have the extensions FeaturedFeeds and RSS.