Log in

View Full Version : Reporting Posts


Yarike
05-03-2008, 06:25 PM
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

<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.

<!-- / 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?