在织梦标签dede:list中增加noflag属性的方法支持5.7版本(9)
$row[‘typeurl’] = GetTypeUrl($row[‘typeid’],MfTypedir($row[‘typedir’]),$row[‘isdefault’],$row[‘defaultname’],
$row[‘ispart’],$row[‘namerule2’],$row[‘moresite’],$row[‘siteurl’],$row[‘sitepath’]);
if($row[‘litpic’] == ‘-‘ || $row[‘litpic’] == ”)
{
$row[‘litpic’] = $GLOBALS[‘cfg_cmspath’].’/images/defaultpic.gif’;
}
if(!preg_match(“/^http:\/\//i”, $row[‘litpic’]) && $GLOBALS[‘cfg_multi_site’] == ‘Y’)
{
$row[‘litpic’] = $GLOBALS[‘cfg_mainsite’].$row[‘litpic’];
}
$row[‘picname’] = $row[‘litpic’];
$row[‘stime’] = GetDateMK($row[‘pubdate’]);
$row[‘typelink’] = “<a href='”.$row[‘typeurl’].”‘>”.$row[‘typename’].”</a>”;
$row[‘image’] = “<img src='”.$row[‘picname’].”‘ border=’0′ width=’$imgwidth’ height=’$imgheight’ alt='”.preg_replace(“/[‘><]/”, “”, $row[‘title’]).”‘>”;
$row[‘imglink’] = “<a href='”.$row[‘filename’].”‘>”.$row[‘image’].”</a>”;
$row[‘fulltitle’] = $row[‘title’];
$row[‘title’] = cn_substr($row[‘title’],$titlelen);
if($row[‘color’]!=”)
{
$row[‘title’] = “<font color='”.$row[‘color’].”‘>”.$row[‘title’].”</font>”;
}
if(preg_match(‘/c/’, $row[‘flag’]))
{
$row[‘title’] = “<b>”.$row[‘title’].”</b>”;
}
$row[‘textlink’] = “<a href='”.$row[‘filename’].”‘>”.$row[‘title’].”</a>”;
$row[‘plusurl’] = $row[‘phpurl’] = $GLOBALS[‘cfg_phpurl’];
$row[‘memberurl’] = $GLOBALS[‘cfg_memberurl’];
$row[‘templeturl’] = $GLOBALS[‘cfg_templeturl’];
//编译附加表里的数据
foreach($row as $k=>$v)
{
$row[strtolower($k)] = $v;
}
foreach($this->ChannelUnit->ChannelFields as $k=>$arr)
{
if(isset($row[$k]))
{
$row[$k] = $this->ChannelUnit->MakeField($k,$row[$k]);
}
}
if(is_array($this->dtp2->CTags))
{
foreach($this->dtp2->CTags as $k=>$ctag)
{
if($ctag->GetName()==’array’)
{
//传递整个数组,在runphp模式中有特殊作用
$this->dtp2->Assign($k,$row);
}
else
{
if(isset($row[$ctag->GetName()]))
{
$this->dtp2->Assign($k,$row[$ctag->GetName()]);
}
else
{
$this->dtp2->Assign($k,”);
}
}
}
}
$artlist .= $this->dtp2->GetResult();
}//if hasRow
}//Loop Col
if($col>1)
{
$i += $col – 1;
$artlist .= “</div>\r\n”;
}
}//Loop Line
$t3 = ExecTime();
//echo ($t3-$t2);
$this->dsql->FreeResult(‘al’);
return $artlist;
}
function GetPageListST($list_len,$listitem=”index,end,pre,next,pageno”)
{
$prepage = $nextpage = ”;
$prepagenum = $this->PageNo-1;
$nextpagenum = $this->PageNo+1;
if($list_len==” || preg_match(“/[^0-9]/”, $list_len))
{
$list_len=3;
}
$totalpage = ceil($this->TotalResult/$this->PageSize);
if($totalpage<=1 && $this->TotalResult>0)
{
return “<li><span class=\”pageinfo\”>共 <strong>1</strong>页<strong>”.$this->TotalResult.”</strong>条记录</span></li>\r\n”;
免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品织梦源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站织梦程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ进行交流。
- dedecms SQL注入漏洞 member/album_add.php 修复
- dedecms cookies泄漏导致SQL漏洞 /member/article_add
- Windows虚拟主机指定目录禁用脚本执行权限方法
- 西部数码虚拟主机设置禁止脚本执行权限
- 阿里云主机设置织梦程序禁止脚本执行权限及禁止写入
- dedecms织梦导致CPU峰值现象的解决办法
- 织梦程序网站被挂马或快照劫持终极解决办法
- 阿里云提醒/member/reg_new.php注入漏洞解决办法
- 织梦安全:更改plus名称
- 织梦栏目属性增加链接rel、nofollow和新窗口target
- 织梦问答模块PHP7报错解决方法
- dedecms解决移动端首页不自动更新问题