Postbit Popup Menu - Add Admin/Mod Options
We've used this on my forum for many months, and it's worked great.
Description: Ever wanted a quicker and easier way to edit a user's usernotes and/or profile without having to go to their Public Profile and squint your eyes to try and read the small options? Now you can quickly and easily edit anything you'd like with ease - from the comfort of the popup menu in each post. Installation: 1. Go to AdminCP > Styles and Templates > Pick a Skin > Edit Templates > postbit. 2. Scroll to the bottom and find: Code:
<if condition="$post['userid'] AND $show['member']"> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr> $template_hook[postbit_user_popup] Code:
<if condition="can_moderate()"> <tr> <td class="thead">Moderator Options</td> </tr> <tr><td class="vbmenu_option"><b><a href="usernote.php?u=$post[userid]">View/Edit $post[username]'s Usernotes</a></b></td></tr> <tr><td class="vbmenu_option"><b><a href="moderator.php?do=useroptions&u=$post[userid]">View/Edit $post[username]'s Profile</a></b></td></tr> </if> And you're done! Click on a user's username in their post and, if you have moderating permissions, should be able to see the added two options under the heading "Moderator Options." [] Download No files for download. Screenshots |