Ok, so I found where the code should go, in the "Postbit"-template.
But how should I make the code?
Code:
1 <if condition="$show['profile']">
2 <tr>
3 <td class="vbmenu_option">
4 <a href="moderator.php...">$vbphrase[edit_user_profile]</a>
5 </td>
6 </tr>
7 </if>
Line 1: How do I restrict access to this, so that it only is avalible to admins?
Line 4: How should this line be? So that the correct userID is included?