Back to vBulletin 4.x Template Modifications

Add link "Ban User" in the drop down user (Quick Ban)
Mod Version: 1.00, by Allan

vB Version: 4.0.0 Rating: (5 votes - 4.60 average) Installs: 59
Released: 10 Jan 2010 Last Update: Never Downloads: 0
Not Supported Template Edits  

This mod add a link for ban user quickly, in the drop down user.
  • In the "memberaction_dropdown" template, find:
PHP Code:
<vb:if condition="$show['homepage']">
        <
li class="left">
            <
a href="{vb:raw memberinfo.homepage}" rel="nofollow">
                <
img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="" />
                {
vb:rawphrase visit_homepage}
            </
a>
        </
li>
        </
vb:if> 
  • Add under:
PHP Code:
<vb:if condition="is_member_of($bbuserinfo, 5, 6, 7)">
        <
li class="left">
            <
a href="modcp/banning.php?do=banuser&amp;userid={vb:raw memberinfo.userid}">
                <
img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
                
Ban User
            
</a>
        </
li>
</
vb:if> 
PS: Limited to usergroups 5,6,7 (Modo, Admin, S-modo)

Download

No files for download.

Screenshots

Click image for larger version
Name:	postbit_us.jpg
Views:	566
Size:	21.8 KB
ID:	109596   Click image for larger version
Name:	admincp_us.jpg
Views:	293
Size:	36.7 KB
ID:	109597   Click image for larger version
Name:	forumhome_us.jpg
Views:	428
Size:	34.7 KB
ID:	109598  

Similar Mods

Show Thread Enhancements "Find all started threads" in postbit & postbit_legacy dropdown vBulletin 4.x Add-ons
Profile Enhancements Add link "Find all started threads" in the drop down user vBulletin 4.x Template Modifications
Profile Enhancements Add "Find all threads started by user" back to profile page vBulletin 4.x Template Modifications
Profile Enhancements Add link "Find all started threads" on profil page vBulletin 4.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024