Hi,
I've installed this and I am not being given sysop privileges.
I've added:
PHP Code:
$g_vbWiki_Usergroup_Mapping = array (
6 /*Administrators*/ => "sysop",
2 /*Registered Users */ => "editors"
);
And also tried
PHP Code:
$g_vbWiki_Usergroup_Mapping = array (
6 /*Administrators*/ => "bureaucrat,sysop",
2 /*Registered Users */ => "editors"
);
to vbWiki_Init.php. I'm using vB3.7.2 PL 2 and MediaWiki 1.13.0
Any advice?
Thanks!