Quote:
Originally Posted by Goatpod
Hi Elfmage,
Thanks for the mod.  Got it working fine in that the cross log in works but when it comes to mapping VB usergroups to Wiki usergroups I'm not seeing anything under my VB usergroup when editing it to allow me to do this!
I'm using VB 3.6.4
MediaWiki 1.6.9
Thanks in advance for any help you can offer 
|
Hi Goatpod,
User group mapping in the Standard version is done through vbWiki_Init.php.
For instance, add and customize the following to the '
custom settings' section in vbWiki_Init.php:
PHP Code:
$g_vbWiki_Usergroup_Mapping = array (
6 /*Administrators*/ => "sysop,bureaucrat",
2 /*Registered Users */ => "editors"
);
Thanks.