Duckface
07-27-2015, 05:45 PM
Hiya,
I've added a new option to the memberaction_dropdown template with the following 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&showpo sts=1" class="siteicon_banUser" rel="nofollow">
Ban User
</a>
</li>
</vb:if>
I wish for the option to move the user to a certain group id in which case the Muted group (16). I don't know which admincp link I could use?
I've added a new option to the memberaction_dropdown template with the following 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&showpo sts=1" class="siteicon_banUser" rel="nofollow">
Ban User
</a>
</li>
</vb:if>
I wish for the option to move the user to a certain group id in which case the Muted group (16). I don't know which admincp link I could use?