Quote:
Originally Posted by Deyth
I figured out the other problem. Here is what the postbit template edits should look like:
Code:
<if condition="is_member_of($vbulletin->userinfo, $gm_user_groups_allowed)">
<div id="GuildMate_$post[postid]" class="vbmenu_control">
<a class="smallfont" href="#">$vbphrase[gm_postbit_text]</a>
<script type="text/javascript">
vbmenu_register("GuildMate_$post[postid]");
</script>
</div>
<div class="vbmenu_popup" id="GuildMate_$post[postid]_menu" style="display:none">
<table>$gm_char_data</table>
</div>
</if>
|
thank you sir ... works like a charm now. :up: