Đóng dấu bản quyền Johncms
Hướng dẫn add:
+ Mở file style.css của bạn ra
thêm vào cuối cùng:
+ 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:
[
+ Thêm vào trên nó:
Tìm tiếp:
+ Thêm vào trên nó:
Chú ý: Bạn phải linh hoạt trong việc này.
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]
+ 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]
Code:
[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]echo '<div class="huyentrang">';[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]
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]
Code:
[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]echo '</div>';[/SIZE][/COLOR][/FONT]
[FONT=Arial][COLOR=#5f5a59][SIZE=12]