[You must be registered and logged in to see this image.]
Chức năng:
Tìm bài viết mới
Gửi bài mới
Xem RSS
Hướng dẫn:
ACP - Display - Templates - Ganeral - Index_box:
Tìm đoạn sau:
Đặt vào sau nó:
Tuy nhiên bạn cũng có thể đặt vào vị trí khác tùy sở thích (yêu cầu phải hiểu cấu trúc index_box). Để các nút chức năng nằm bên trái, bạn thay float:right thành float:left
Nguồn FMvi.org
Chức năng:
Tìm bài viết mới
Gửi bài mới
Xem RSS
Hướng dẫn:
ACP - Display - Templates - Ganeral - Index_box:
Tìm đoạn sau:
- Code:
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a>
Đặt vào sau nó:
- Code:
<span style="float:right">
<script type="text/javascript">
var FMvi = "{catrow.forumrow.U_VIEWFORUM}";
if (FMvi.indexOf("/f") == 0) {
var fid = FMvi.slice(2, FMvi.indexOf("-"));
document.write('<a rel="nofollow" href="/search?search_keywords=&search_author=*&search_where=f' + fid + '&search_id=newposts"><img src="http://i44.servimg.com/u/f44/15/44/78/93/newpos10.gif" border="0" width="11" height="11" hspace="2" alt="Xem bài mới nhất!" /></a> <a rel="nofollow" href="/post?f=' + fid + '&mode=newtopic"><img src="http://i44.servimg.com/u/f44/15/44/78/93/newthr11.gif" border="0" width="11" height="11" hspace="2" alt="Viết chủ đề mới!" /></a> <a rel="nofollow" href="/feed?f=' + fid + '"><img src="http://i44.servimg.com/u/f44/15/44/78/93/rss10.gif" border="0" width="11" height="11" hspace="2" alt="RSS feed!" /></a>')
}
</script>
</span>
Tuy nhiên bạn cũng có thể đặt vào vị trí khác tùy sở thích (yêu cầu phải hiểu cấu trúc index_box). Để các nút chức năng nằm bên trái, bạn thay float:right thành float:left
Nguồn FMvi.org