Back to vBulletin 3.5 Template Modifications

"Edit User" in postbit username menu
Mod Version: 1.00, by Dream

This modification is in the archives.
vB Version: 3.5.0 Rating: (1 vote - 5.00 average) Installs: 36
Released: 17 Jul 2005 Last Update: 17 Jul 2005 Downloads: 26
Not Supported Re-usable Code  

This will show an "Edit User" link in the postbit user menu. Its the same as going to the user profile and clicking the "User Options" link.

edit postbit template (or postbit_legacy) and fine

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]"><ph
rase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
	</if>

after that, add

Code:
	<if condition="$post[usergroupid]!= 6 AND $bbuserinfo[usergroupid] == 6">
	<tr><td class="vbmenu_option"><a 
href="moderator.php?$session[sessionurl]do=useroptions&u=$post[userid]"><phrase 
1="$post[username]">Edit User</phrase></a></td></tr>
	</if>

Download

This modification is archived and cannot be downloaded.

Similar Mods

Moderators Functions FractalizeR: "Edit User" Button in postbit vBulletin 3.7 Add-ons
Administrative and Maintenance Tools "Edit User" Button in postbit vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024