The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
link to user?
is there a mod available to do this?
when u click on a user name in posbit there is a drop down to pm user and a few other options and maybee in the users profile too somewhere. what i would like is a direct link for staff only to go to the users profile in the admin cp. where we can edit options and make changes. would this be hard? |
#2
|
|||
|
|||
Code Provided By: Phantom
--------------------------- Add after this code: 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> Code:
<if condition="is_member_of($bbuserinfo, 6)"> <tr><td class="vbmenu_option"> <a href="http://YOURSITE.com/admincp/user.php?do=edit&u=$post[userid]">Edit this user</a> </td></tr> </if> |
#3
|
|||
|
|||
thank you very much... that worked perfect.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|