在织梦标签dede:list中增加noflag属性的方法支持5.7版本(7)
function GetMakeFileRule($typeid,$wname,$typedir,$defaultname,$namerule2)
{
$typedir = MfTypedir($typedir);
if($wname==’index’)
{
return $typedir.’/’.$defaultname;
}
else
{
$namerule2 = str_replace(‘{tid}’,$typeid,$namerule2);
$namerule2 = str_replace(‘{typedir}’,$typedir,$namerule2);
return $namerule2;
}
}
function GetArcList($limitstart=0,$row=10,$col=1,$titlelen=30,$infolen=250,
$imgwidth=120,$imgheight=90,$listtype=”all”,$orderby=”default”,$innertext=””,$tablewidth=”100″,$ismake=1,$orderWay=’desc’,$noflag=”)
{
global $cfg_list_son,$cfg_digg_update;
$noflags = explode(‘,’, $noflag);
$noflagsql = ”;
for($i=0;$i<count($noflags);$i++)
{
$noflagsql .= “And arc.flag not like ‘%{$noflags[$i]}%’ “;
}
$typeid=$this->TypeID;
if($row==”) $row = 10;
if($limitstart==”) $limitstart = 0;
if($titlelen==”) $titlelen = 100;
if($infolen==”) $infolen = 250;
if($imgwidth==”) $imgwidth = 120;
if($imgheight==”) $imgheight = 120;
if($listtype==”) $listtype = ‘all’;
if($orderWay==”) $orderWay = ‘desc’;
if($orderby==”) {
$orderby=’default’;
}
else {
$orderby=strtolower($orderby);
}
$tablewidth = str_replace(‘%’,”,$tablewidth);
if($tablewidth==”) $tablewidth=100;
if($col==”) $col=1;
$colWidth = ceil(100/$col);
$tablewidth = $tablewidth.’%’;
$colWidth = $colWidth.’%’;
$innertext = trim($innertext);
if($innertext==”) {
$innertext = GetSysTemplets(‘list_fulllist.htm’);
}
//排序方式
$ordersql = ”;
if($orderby==”senddate” || $orderby==”id”) {
$ordersql=” ORDER BY arc.id $orderWay”;
}
else if($orderby==”hot” || $orderby==”click”) {
$ordersql = ” ORDER BY arc.click $orderWay”;
}
else if($orderby==”lastpost”) {
$ordersql = ” ORDER BY arc.lastpost $orderWay”;
}
else {
$ordersql=” ORDER BY arc.sortrank $orderWay”;
}
//获得附加表的相关信息
$addtable = $this->ChannelUnit->ChannelInfos[‘addtable’];
if($addtable!=””)
{
$addJoin = ” LEFT JOIN `$addtable` ON arc.id = “.$addtable.’.aid ‘;
$addField = ”;
$fields = explode(‘,’,$this->ChannelUnit->ChannelInfos[‘listfields’]);
foreach($fields as $k=>$v)
{
$nfields[$v] = $k;
}
if(is_array($this->ChannelUnit->ChannelFields) && !empty($this->ChannelUnit->ChannelFields))
{
foreach($this->ChannelUnit->ChannelFields as $k=>$arr)
{
if(isset($nfields[$k]))
{
if(!empty($arr[‘rename’])) {
$addField .= ‘,’.$addtable.’.’.$k.’ as ‘.$arr[‘rename’];
}
else {
$addField .= ‘,’.$addtable.’.’.$k;
}
免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品织梦源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站织梦程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服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解决移动端首页不自动更新问题