Thanks Mark, can I build on the problem a little. I was hoping to actually display an image based on the users secondary group. This is what I originally had:
Code:
<vb:if condition="is_member_of($post,14)">
<img src="https://s32.postimg.org/5dc09irbp/mh_MJw6_U.png" />
</vb:if>
<vb:if condition="is_member_of($post,32)">
<img src="https://s32.postimg.org/h8jobvrud/gold.png" />
</vb:if>
How can I add that into the template hook?