- Tham gia
- 28/02/2015
- Bài viết
- 17,142
- Được Like
- 12,745
Tương tự như bài: Tạo nội quy thông báo khi tạo chủ đề mới cho Xenforo
Vào extra.css thêm đoạn code sau
vào template thread_create tìm đoạn code sau
thêm vào bên dưới đoạn code sau:
Demo:
Vào extra.css thêm đoạn code sau
Mã:
.threadCreate{
font-size: 13px;
color: rgb(112, 62, 62);
text-align: center;
font-weight: bold;
border: 1px solid #0B4424;
background: rgb(207, 193, 193);
padding:5px;
}
vào template thread_create tìm đoạn code sau
Mã:
<xen:title>{xen:phrase create_thread}</xen:title>
thêm vào bên dưới đoạn code sau:
Mã:
<div class="threadCreate"><p>Xin đọc trước <a href="help/terms" target="_blank">Quy định và nội quy</a>. Bài viết vi phạm sẽ bị xóa mà không cần báo trước</p></div>
Demo:
Nguồn: tailieu24h.net
Bài viết liên quan
Bài viết mới