The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New "memberaction_dropdown" option
Hiya,
I've added a new option to the memberaction_dropdown template with the following code: HTML Code:
<vb:if condition="$show['modcplink'] "> <li class="right"> <a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw memberinfo.userid}&contenttype=vBForum_Post&showposts=1" class="siteicon_banUser" rel="nofollow"> Ban User </a> </li> </vb:if> |
#2
|
||||
|
||||
Only admin will see link
HTML Code:
<vb:if condition="$show['admincplink'] "> <li class="right"> <a href="{vb:raw vboptions.bburl}/admincp/user.php?{vb:raw session.sessionurl}do=edit&u={vb:raw memberinfo.userid} class="siteicon_edit_user " rel="nofollow"> Edit User </a> </li> </vb:if> Code:
.memberaction_body.popupbody li .siteicon_edit_user { background:url({vb:stylevar imgdir_button}/edit_40b.png) {vb:stylevar left} 2px no-repeat; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|