不改系统列表数量情况下自定义列表数量
挂接口:Add_Filter_Plugin('Filter_Plugin_ViewList_Core','appid_Filter_Plugin_ViewList_Core'); function appid_Filter_Plugin_ViewList_…
挂接口:
Add_Filter_Plugin('Filter_Plugin_ViewList_Core','appid_Filter_Plugin_ViewList_Core');
function appid_Filter_Plugin_ViewList_Core(&$type,&$page,&$category,&$author,&$datetime,&$tag,&$w,&$pagebar) {
if($type == 'index'){
//$pagebar->PageCount = 20;
//$pagebar = new Pagebar($zbp->option['ZC_INDEX_REGEX']);
$pagebar->PageCount = 20;
//$pagebar->PageNow = $page;
//$pagebar->PageBarCount = $zbp->pagebarcount;
}
}
