- Tham gia
- 28/02/2015
- Bài viết
- 17,142
- Được Like
- 12,745
Hướng dẫn:
- Vào template page_container_js_body add vào trước
Đoạn code sau:
Nhớ thay url của forum
Ai dùng Widget Framework thì vào add 1 cái Widget, chọn vị trí thích hợp và add code sau vào
(Ai không dùng thì add bằng tay vào template mà các bạn thích)
- Tiếp theo là CSS: Add vào EXTRA.css
- Cuối cùng là upload ảnh ở file đính kèm vào thư mục images và sửa url trên đoạn css.
Demo:
Chúc các bạn thành công.
- Vào template page_container_js_body add vào trước
Mã:
</xen:hook>
</script>
Đoạn code sau:
Mã:
$('#form_search_topic').submit(function(){
var id = $(this).find('input').val();
window.open('http://cnm24h.tk/threads/'+id+'/');
$(this).find('input').val('');
return false;
});
Nhớ thay url của forum
Ai dùng Widget Framework thì vào add 1 cái Widget, chọn vị trí thích hợp và add code sau vào
Mã:
<div class="form-searchid">
<form class="searchid" action="threads/" method="get" id="form_search_topic">
<div class="inputid"> <input size="20" type="text" name="idthread" value="" placeholder="Nhập ID topic"></div>
<div class="submitid"><input type="submit" value=" Tìm " style="height:25px; font-size:13px"></div>
</form>
</div>
(Ai không dùng thì add bằng tay vào template mà các bạn thích)
- Tiếp theo là CSS: Add vào EXTRA.css
Mã:
.form-searchid .searchid {
background: url(http://cnm24h.tk/images/bgntp1.png) no-repeat;
width: 187px;
height: 36px;
margin-left: 1px;
margin-top: 5px;
margin-bottom: 5px;
}
.form-searchid {
width: 190px;
margin: 2px;
padding: 3px;
height: 45px;
}
.form-searchid .searchid .inputid input {
font-size: 13px !important;
font-family: Arial, Helvetica, sans-serif !important;
color: #5e5e5e !important;
width: 100px;
padding: 2px 5px 2px 5px;
border: 1px solid #0e93ad;
margin: 7px 0 0 36px;
float: left;
}
.form-searchid .searchid .submitid input {
font-size: 14px !important;
font-family: Arial, Helvetica, sans-serif !important;
color: #fff !important;
font-weight: bold;
border: 0;
background: none;
float: left;
text-transform: uppercase;
text-shadow: 0px 1px 2px #007891;
margin-top: 5px;
display: block;
cursor: pointer;
}
- Cuối cùng là upload ảnh ở file đính kèm vào thư mục images và sửa url trên đoạn css.
Demo:
Nguồn: azviet.asia
Đính kèm
Bài viết liên quan
Bài viết mới