This is awesome, thank you for sharing it with the community.!
There's a small typo that I noticed in your
vBSupport.php file, however:
Code:
$ticketcategorydm->setr('categoryname', $vbulletin->GPC['categoryadmins']);
Should be:
Code:
$ticketcategorydm->setr('categoryadmins', $vbulletin->GPC['categoryadmins']);
Some of the templates also leave something to be desired.. I'll be having a play around with them later and may post them here if you're interested? I don't want to be treading on any toes..