I tried but dont work, this is my plugin:
Code:
<plugin active="1" executionorder="5">
<title>Demo</title>
<hookname>postbit_display_complete</hookname>
<phpcode><![CDATA[global $vbulletin;
$show['hidehack'] = is_member_of($post, explode(',', $vbulletin->options['select_groupid']));
]]></phpcode>
</plugin>
and my template postbit_legacy:
Code:
<vb:if condition="$show['hidehack']">code here</vb:if>