Hey!
I wanted to change my "Post Report" icon so it appears alike the reputation a pop up instead.
I was going on the navigation style such as drop down menu and add my custom tables ect that way.
I tried
PHP Code:
<if condition="$show[popups]">
<div class="cfh">
<a href="#">Report!</a>
<script type="text/javascript">
vbmenu_register("cfh");
</script>
</if>
In the postbit legacy however it doesnt work, the text appears but nothing works.
This is my navbit template.
PHP Code:
<!-- / user cp tools menu -->
<div class="vbmenu_popup" id="cfh_menu" style="display:none" align="$stylevar[left]">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Report Post</td></tr>
<tr><td class="vbmenu_option"><a href="url">N</a></td></trame>
</table>
</div>
<!-- / user cp tools menu -->
However it doesnt work any ideas?