works fine for me
and I have a little suggestion and a little edit I've made
I added the code in red so it was like this:
Code:
<!-- Moderation tool addon -->
<if condition="is_member_of($vbulletin->userinfo, 6)">
<tr><td class="vbmenu_option">
<a href="moderator.php?do=useroptions&u=$post[userid]" target="blank">Moderate $post[username]</a>
</if>
<!-- Moderation tool addon -->
because I didn't want to leave the page while moderate user
^^