花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊 退出 找回密碼

織夢專題內(nèi)容頁節(jié)點(diǎn)分頁(ajax版)

時間: 2019-04-21 19:32 閱讀: 作者:素材無憂網(wǎng)

織夢專題節(jié)點(diǎn)分頁效果

織夢專題內(nèi)容頁節(jié)點(diǎn)分頁(ajax版)

專題內(nèi)容頁節(jié)點(diǎn)分頁教程

1、打開專題內(nèi)容模板,例如 /templets/default/article_spec.htm 找到

{dede:field.note/}


在它的上面加入

<script type="text/javascript" src="{dede:global.cfg_cmspath/}/include/dedeajax2.js"></script>
<script type="text/javascript">
function multi(pagenum,tagid)
{
var taget_obj = document.getElementById(tagid);
var taget_obj_page = document.getElementById("page_"+tagid);
myajax = new DedeAjax(taget_obj,false,false,'','','');
myajax.SendGet2("{dede:global.cfg_cmspath/}/plus/arcmulti.php?mtype=0&pnum="+pagenum+'&tagid='+tagid);
myajax = new DedeAjax(taget_obj_page,false,false,'','','');
myajax.SendGet2("{dede:global.cfg_cmspath/}/plus/arcmulti.php?mtype=1&pnum="+pagenum+'&tagid='+tagid);
DedeXHTTP = null;
}
</script>

必須確保/include/dedeajax2.js 和 /plus/arcmulti.php這2個文件存在,如果你模板中已經(jīng)存在上面的代碼可忽略。


2、打開 /templets/system/channel_spec_note.htm 找到

<dl class="tbox">
<dt><strong>~notename~</strong></dt>
<dd>
<ul class="d1 ico3">
~spec_arclist~
</ul>
</dd>
</dl>

在需要顯示分頁的地方加入

<dd>

~noteid~

</dd>

像我上面圖那樣的分頁的話,就是這樣的


3、打開 /include/taglib/arcpagelist.lib.php 找到

function lib_arcpagelist(&$ctag, &$refObj)

改成

function lib_arcpagelist(&$ctag, &$refObj, &$tagid)


4、打開 /include/taglib/channel/specialtopic.lib.php 找到

require_once(DEDEINC.'/taglib/arclist.lib.php');

在它的下面加入

require_once(DEDEINC.'/taglib/arcpagelist.lib.php');


繼續(xù)找到

$notename = $ctag->GetAtt('name');

在它的下面加入

$noteid = $ctag->GetAtt('noteid');


繼續(xù)找到

$idvalue = lib_arclistDone

在它的上面加入

$pagesize = $rownum;
$idArr = explode(',', $idlist);
$rownum = count($idArr)>0 ? count($idArr) : 1000;
$order='desc';
$subday=0;
$noflag='';
$tagid = $noteid;
$isweight = 'N';


繼續(xù)找到

$ctag->GetAtt('att')

改成

$ctag->GetAtt('att'), $order, $subday, $noflag,$tagid, $pagesize, $isweight


最后找到

$notestr = str_replace('~notename~', $notename, $tempStr);

改成

$arcpagelist = lib_arcpagelist($refObj, $ctag, $tagid);

$notestr = str_replace('~notename~', $notename, $tempStr);

$notestr = str_replace('~noteid~', $arcpagelist, $notestr);

完成。


版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!

轉(zhuǎn)載請注明: 織夢專題內(nèi)容頁節(jié)點(diǎn)分頁(ajax版)

標(biāo)簽:  
相關(guān)文章
模板推薦