I'm not sure if that will work, because some users are in several different usergroups
Code:
<div class="info"><b>Group:</b> {$GLOBALS['vbulletin']->usergroupcache[$post[usergroupid]]['title']}</div>
<if condition="$groupstr != ''"><div><b>$vbphrase[member_groups]:</b> <br>$groupstr</div></if>
<if condition="$show['reppower']"><div class="info"><b>$vbphrase[reppower]:</b> $post[reputationdisplay] $post[reppower]</div></if>
This is the code that I have right now with the plugin which... does not work at all. Any ideas as to how I can have ALL additional usergroups displayed?
Edit: Just tested the code you provided. It does not work.