I fixed vbacmps path issue (at least apparently) is that ok?
find and change:
Find
Code:
$groupurl = "joinrequests.php?usergroupid=".$request['GroupID'];
Replace with
Code:
$groupurl = "$vboptions[bburl]/forum/joinrequests.php?usergroupid=".$request['GroupID'];
Find
Code:
$groupurl = "profile.php?do=editusergroups";
Replace with
Code:
$groupurl = "$vboptions[bburl]/forum/profile.php?do=editusergroups";