The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
username drop-down to admincp
i think this would just require a template edit im not sure how vb3 works just yet
what i want is u know when u click someones user name and u get a drop down box with a list of choices, i want to have a option to go to the admincp and be in their profile that would be very convient |
#2
|
|||
|
|||
After this:
<if condition="$post['userid']"> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]" target="blank"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr> </if> Put this: <if condition="can_moderate()"> <tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]" target="blank"><font color="#40FFFF">Edit $post[username]'s Profile</font></a></td></tr> </if> |
#3
|
||||
|
||||
where?
|
#4
|
|||
|
|||
Sorry, thought you would have known where
postbit_legacy or postbit, whichever one you use |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|