欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

织梦arclist标签当前文章高亮方法

相关案例演示

织梦arclist标签支持文章高亮currentstyle属性方法:

include/taglib/arclist.lib.php

第一步:查找:

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

替换:

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

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

第二步:查找:

$ctag->GetAtt('limit'), $flag,$ctag->GetAtt('orderway'), $ctag->GetAtt('subday'), $ctag->GetAtt('noflag'),

$tagid,$pagesize,$isweight

替换:

$ctag->GetAtt('limit'), $flag,$ctag->GetAtt('orderway'), $ctag->GetAtt('subday'), $ctag->GetAtt('noflag'),

$tagid,$pagesize,$isweight,$currentstyle

第三步:查找:

function lib_arclistDone(&$refObj, &$ctag, $typeid=0, $row=10, $col=1, $titlelen=30, $infolen=160,

$imgwidth=120, $imgheight=90, $listtype='all', $orderby='default', $keyword='',

$innertext='', $arcid=0, $idlist='', $channelid=0, $limit='', $att='', $order='desc', $subday=0, $noflag='',$tagid='', $pagesize=0, $isweight='N')

替换:

function lib_arclistDone(&$refObj, &$ctag, $typeid=0, $row=10, $col=1, $titlelen=30, $infolen=160,

$imgwidth=120, $imgheight=90, $listtype='all', $orderby='default', $keyword='',

$innertext='', $arcid=0, $idlist='', $channelid=0, $limit='', $att='', $order='desc', $subday=0, $noflag='',$tagid='', $pagesize=0, $isweight='N', $currentstyle='')

第四步:查找:

$row['textlink'] = "<a href='".$row['filename']."'>".$row['title']."</a>";    

替换:     

$row['textlink'] = "<a href='".$row['filename']."'>".$row['title']."</a>";

if($currentstyle=='on')

{

if($row['id']==$arcid)  $row['style']="on";

else $row['style']="";

}

调用方法:

{dede:arclist titlelen='60'  currentstyle='on'  row='8' typeid='3'}

<li><a class="[field:style/]" href=http://www.dede58.com/a/dedejq/"[field:arcurl/]" title="[field:title/]">[field:title/]</a></li>

{/dede:arclist}

织梦arclist标签当前文章高亮方法

作者:欣怡建站 挑错 时间:2020-01-13 00:24
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服