I did have a play and changed the following lines it seems to work, but not 100% on coding yet so maybe a temp fix till updated mod released.
in xml i changed:
Code:
'user' => array(
'link' => $vbulletin->options['bburl'] . '/' . $config['Misc']['admincpdir'] . '/user.php?do=moderate',
'count' => 0
to this:
Code:
'user' => array(
'link' => $vbulletin->options['bburl'] . $config['Misc'] . '/admincp/user.php?do=moderate',
'count' => 0
Seems to work but like i said my coding not 100% and maybe not a good way to fix.
This is a very good mod so i hope its updated.
EDIT: forgot to add ive only allowed this for admin as it sends mods link not working.