Back to vBulletin 3.6 Template Modifications

"User Options" Link In Postbit
Mod Version: 1.00, by sunilvarma

This modification is in the archives.
vB Version: 3.6.x Rating: (2 votes - 5.00 average) Installs: 20
Released: 27 Aug 2007 Last Update: 27 Aug 2007 Downloads: 43
Not Supported Template Edits  

This modification allows Moderators/Administrators to see a link to the "User Options" in the postbit/postbit_legacy. This link is visible in the username drop down menu.

With this installed, you can directly edit the user options by clicking the link in the postbit. (See screenshot).

INSTALLATION

In your postbit / postbit_legacy template:

FIND:
Code:
<if condition="$show['profile']">
		<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
	</if>

AFTER, ADD:
Code:
<if condition="can_moderate()">
		<tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$post[userid]">User Options</a></td></tr>
	</if>

Download

This modification is archived, downloads are still allowed.

File Type: %1$s User Options Link in Postbit.txt (816 Bytes, 39 downloads)

Screenshots

Click image for larger version
Name:	screenshot.jpg
Views:	267
Size:	64.6 KB
ID:	69104  

Similar Mods

[release] Adding "clickable" MSN Messenger link to postbit vBulletin 2.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024