You may want to remove
That same trick also works for moderated profile messages.
However, this send you to the modCP, which is et up really bad, in contrast to /forum/moderation.php?do=viewvms&type=moderated
So I suggest this to get VM moderation working:
Code:
'visitormessage' => array(
'link' => $vbulletin->options['bburl'] . '/moderation.php?do=viewvms&type=moderated',
'count' => 0
),