2008/9/16 Huib Laurens sterkebak@gmail.com:
Hi,
Did you check the group permission's?
Indeed, you need to look in LocalSettings.php and check sysops do have the permissions you expect them to.
At 10:14 PM 9/16/2008, you wrote:
2008/9/16 Huib Laurens sterkebak@gmail.com:
Hi,
Did you check the group permission's?
Indeed, you need to look in LocalSettings.php and check sysops do have the permissions you expect them to.
Alright, I have added the following there
$wgEnableEmail = true; $wgEnableUserEmail = true; $wgGroupPermissions['Sysop']['block'] = true; $wgGroupPermissions['Sysop']['createaccount'] = true; $wgGroupPermissions['Sysop']['delete'] = true; $wgGroupPermissions['Sysop']['bigdelete'] = true; // can be separately configured for pages with > $wgDeleteRevisionsLimit revs $wgGroupPermissions['Sysop']['deletedhistory'] = true; // can view deleted history entries, but not see or restore the text $wgGroupPermissions['Sysop']['undelete'] = true; $wgGroupPermissions['Sysop']['editinterface'] = true; $wgGroupPermissions['Sysop']['editusercssjs'] = true; $wgGroupPermissions['Sysop']['import'] = true; $wgGroupPermissions['Sysop']['importupload'] = true; $wgGroupPermissions['Sysop']['move'] = true; $wgGroupPermissions['Sysop']['move-subpages'] = true; $wgGroupPermissions['Sysop']['patrol'] = true; $wgGroupPermissions['Sysop']['autopatrol'] = true; $wgGroupPermissions['Sysop']['protect'] = true; $wgGroupPermissions['Sysop']['proxyunbannable'] = true; $wgGroupPermissions['Sysop']['rollback'] = true; $wgGroupPermissions['Sysop']['trackback'] = true; $wgGroupPermissions['Sysop']['upload'] = true; $wgGroupPermissions['Sysop']['reupload'] = true; $wgGroupPermissions['Sysop']['reupload-shared'] = true; $wgGroupPermissions['Sysop']['unwatchedpages'] = true; $wgGroupPermissions['Sysop']['autoconfirmed'] = true; $wgGroupPermissions['Sysop']['upload_by_url'] = true; $wgGroupPermissions['Sysop']['ipblock-exempt'] = true; $wgGroupPermissions['Sysop']['blockemail'] = true; $wgGroupPermissions['Sysop']['markbotedits'] = true; $wgGroupPermissions['Sysop']['suppressredirect'] = true; $wgGroupPermissions['Sysop']['apihighlimits'] = true; $wgGroupPermissions['Sysop']['browsearchive'] = true; $wgGroupPermissions['Sysop']['noratelimit'] = true; $wgGroupPermissions['Sysop']['mergehistory'] = true; $wgGroupPermissions['Sysop']['siteadmin'] = true; $wgGroupPermissions['bureaucrat']['userrights'] = true; $wgGroupPermissions['Sysop']['userrights'] = true; $wgAddGroups['Sysop'] = array( 'bot' ); $wgRemoveGroups['Sysop'] = array( 'bot' ); $wgGroupPermissions['Sysop']['userrights'] = true;
but still no joy.
Henny (Lee Hae Kang) ----------------------------- http://www.henny-savenije.pe.kr Portal to all my sites http://www.hendrick-hamel.henny-savenije.pe.kr (in English) Feel free to discover Korea with Hendrick Hamel (1653-1666) http://www.hendrick-hamel.henny-savenije.pe.kr/indexk2.htm In Korean http://www.hendrick-hamel.henny-savenije.pe.kr/Dutch In Dutch http://www.vos.henny-savenije.pe.kr Frits Vos Article about Witsen and Eibokken and his first Korean-Dutch dictionary http://www.cartography.henny-savenije.pe.kr (in English) Korea through Western Cartographic eyes http://www.hwasong.henny-savenije.pe.kr Hwasong the fortress in Suwon http://www.oldKorea.henny-savenije.pe.kr Old Korea in pictures http://www.british.henny-savenije.pe.kr A British encounter in Pusan (1797) http://www.genealogy.henny-savenije.pe.kr/ Genealogy http://www.henny-savenije.pe.kr/phorum Bulletin board for Korean studies
mediawiki-l@lists.wikimedia.org