[02:36:36] Hello team, on vector 2022 skin on 1.43, is there anyway to customize the "Tools" menu on the top right corner of main page content ? specifically the "General" section that has "What links here etc" [20:09:55] Kone siaka côté divoire contact 00225(0758057415 commende de sakiamouni indien [22:21:21] is it possible to leave 'User creation log' and 'User rename log' (and any other user account logs) out of the listing in Special:RecentChanges? [22:25:03] jj5: If you set $wgLogRestrictions so that the log is restricted, but the restriction is for some right that all users have, the end result is everyone will still be able to view it, but it will no longer show up in RecentChanges [22:40:00] bawolff: thanks. but what do I use for the $wgLogRestrictions key for user account management logs? [22:41:37] jj5 I think for renames it is 'renameuser' and for user creation it is 'newuser'. If you go to the log page for them, the name should be in the url as the type [22:45:44] I found 'newusers' and 'renameuser' from the log URLs, but when I add them into $wgLogRestrictions I get Internal error: Fatal exception of type 'TypeError' [22:47:45] They syntax would look something like: $wgLogRestrictions['newuser'] = 'read'; $wgLogRestrictions['renameuser'] = 'read'; [22:47:50] is that what you have? [22:48:47] no I had: $wgLogRestrictions[ 'newuser' ] = [ 'sysop' ]; so I got that wrong... [22:53:49] I set $wgLogRestrictions[ 'newuser' ] = 'viewlog'; and $wgGroupPermissions['user']['viewlog'] = false; but the 'User create log' and 'User rename log' still both appear on the Special:RecentChanges page... [22:54:29] jj5: Probably would only apply to new log events going forward, not older ones [22:55:09] bawolff: oh, I see. maybe I can purge the existing logs?