Thanks for the response.
Just to say: The original template I provided was working/already in use. The only thing that seemed to stop it from working altogether was the inclusion of the:
HTML Code:
if (is_member_of($vbulletin->userinfo, array(1,2,3,4,8,17,19,20,26,15,22,16,14,18,21)))
So by itself the plugin already inserted itself into all of the templates. Is it possible to keep how it was (without having to include anything manually inside of the template files) and still only trigger it on a per usergroup basis?
Thank you!