Code này sẽ ẩn phân trang của filelist xtgem nhưng không ảnh hưởng tới filelist.Bạn đặt per_page trong filelist = bao nhiêu thì bằng đó bài show ra,bài mới ra thì bài cũ mất. Demo: http://niemvuigiaitri.xtgem.com phần truyện mới cập nhật.
CODE ĐÂY,DÁN VÀO PHÍA TRÊN FILELIST NHÉ.
<!--parser:xtscript-->
#code by Pupy
# Paging function
function paging_template $page;$cut_pages;
if $cut_pages == 1
endif
if $page == $cut_pages
endif
endfunction
<!--/parser:xtscript-->