Back to vBulletin 3.5 Template Modifications

Quick Profile Edit In New Window
Mod Version: 1.01, by Retell

This modification is in the archives.
vB Version: 3.5.3 Rating: (0 vote - 0 average) Installs: 11
Released: 18 Feb 2006 Last Update: Never Downloads: 1
Not Supported Template Edits  

I myself have to edit users profiles quite often, so I thought why not put it in the users drop down box? This can be done 2 ways, one with its own header, one with out its own header.

With Header:

<---Find In Postbit (Legacy)--->

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_buddy_list]</phrase></a></td></tr>
	</if>
<---/Find In Postbit (Legacy)--->

<---Add Below--->

Code:
<!-- User Setting -->
	<if condition="can_moderate()">
<tr><td class="thead">Administrate</td></tr>
	<tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$post[userid]" target="_blank">Edit <b>$post[username]</b>'s Profile</a></td></tr>
</if>
<!-- /User Setting -->
<---/Add Below--->

Without Header:

<---Find In Postbit (Legacy)--->

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_buddy_list]</phrase></a></td></tr>
	</if>
<---/Find In Postbit (Legacy)--->

<---Add Below--->

Code:
<!-- User Setting -->
	<if condition="can_moderate()">
	<tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$post[userid]" target="_blank">Edit $post[username]'s Profile</a></td></tr>
</if>
<!-- /User Setting -->
<---/Add Below--->

Retell :ninja:

Download

No files for download.

Supporters / CoAuthors

  • Retell

Screenshots

   

Similar Mods

Quick Edit! -Edit posts directly from within the thread itself vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024