• 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 xóa "Credits by brivium" cho xenforo

Admin

Well-Known Member
Staff member
Administrator
Vào library\Brivium\Credits\Model\Credit.php

Tìm
PHP:
public function footer(){
        return '
            <div id="BRC_CopyrightNotice" class="footerLegal" style="clear:both">
            <div class="pageContent">
            <span class="muted"><a href="http://brivium.com/link-forums/information.109/" title="Credits System" class="concealed" >Credits</a> by Brivium ™ &copy; 2012-2013  <a href="http://brivium.com/" class="concealed" title="Brivium Limited">Brivium Limited</a>.</span>
            </div>
            </div>';
    }

Và xóa đi dòng copy thì được như thế này
PHP:
public function footer(){
        return '';
    }

Lưu lại là xong
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top