The Arcive of vBulletin Modifications Site. |
|
"User Options" Link In Postbit Details »»
|
|||||||||||||||||||||||||
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&u=$post[userid]">User Options</a></td></tr> </if> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thanks For the Mod you Made For Me
WORKS GREAT MAKES MY LIFE EASIER |
|
#3
|
|||
|
|||
|
installed & thank you
is this only admin accessible? thanks |
|
#4
|
|||
|
|||
|
install, thanks
|
|
#5
|
||||
|
||||
|
I use this mod all the time thanks again
|
|
#6
|
||||
|
||||
|
This adds a query to the showthread page though
|
![]() |
|
|