Back to vBulletin 3.8 Template Modifications

Postbit Popup Menu - Add Admin/Mod Options
Mod Version: 1.00, by sheppardzwc

vB Version: 3.8.x Rating: (2 votes - 5.00 average) Installs: 13
Released: 04 Apr 2009 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

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&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
$template_hook[postbit_user_popup]
3. Replace under <phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>:

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>
4. Save, repeat for all other skins.

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

Click image for larger version
Name:	example.png
Views:	675
Size:	41.2 KB
ID:	97280  


vblts.ru supports vBulletin®, 2022-2024