• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn thêm chức năng ban thành viên nhanh gọn lẹ

Admin

Well-Known Member
Staff member
Administrator
Tìm Template memberaction_dropdown
Tìm đoạn code :
PHP:
<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>
Thêm vào phía sau :
PHP:
<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>
vậy là ok
Demo :

tự động chuyển vào modcp phần ban nick của chính thành viên đó :)
 
của em không có code đó toàn bộ cose trong đó nè
PHP:
<a class="username {vb:raw memberinfo.online} popupctrl" href="{vb:link member, {vb:raw memberinfo}}" title="{vb:rawphrase {vb:raw memberinfo['onlinestatusphrase']}, {vb:raw memberinfo.username}}"><strong><vb:if condition="$memberinfo['musername']">{vb:raw memberinfo.musername}<vb:else />{vb:raw memberinfo.username}</vb:if></strong></a>
 
Lấy nó mà dán vào style mb, demo TTVN khi nào em ở vị trí mod trở lên sẽ thấy
 

Facebook Comments

New posts New threads New resources

Back
Top