• 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 đóng dấu bản quyền johncms lần 3

Admin

Well-Known Member
Staff member
Administrator
Đóng dấu bản quyền Johncms
dongdau_zps2eb216cc.png


Hướng dẫn add:
+ Mở file style.css của bạn ra
thêm vào cuối cùng:
Code:
[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12].huyentrang {[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]    background-image: url(images/trang.png);[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]    background-repeat: no-repeat;[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]    background-position: 100% 0%;[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]    }[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]
+ Tiếp theo vào thư mục images của style đó, up file trang.png lên.
+ Mở file forum/index.php tìm:
[
Code:
[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]$text = $res['text'];[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]
+ Thêm vào trên nó:
Code:
[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]echo '<div class="huyentrang">';[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]
Tìm tiếp:
Code:
[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]if ((($rights == 3 || $rights >= 6 || $curator) && $rights >= $res['rights'])[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]
+ Thêm vào trên nó:
Code:
[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]echo '</div>';[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]
Chú ý: Bạn phải linh hoạt trong việc này.
 

Facebook Comments

New posts New threads New resources

Back
Top