Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18

织梦获取图集图片总数量的教程

织梦教程:织梦dedecms教程获取图集图片总数量的教程!

打开 \include\extend.func.php 在最下面添加代码

/**  *  获取图集图片数量  *  浩沐资源网 www.dhaomu.com  * @access    public  * @param     string  $aid     文章id  * @return    string  */ function GetImgCount($aid)     {     global $dsql;     $imgurls = '';     $row =$dsql->getone( "Select imgurls From `dede_addonimages` where aid='$aid' ");     $imgurls= $row['imgurls'];     preg_match_all("/{dede:img (.*){\/dede:img/isU",$imgurls,$wordcount);     $count=count($wordcount[1]);     return $count; }

前台模板调用方法

首页\列表页

[field:id function=GetImgCount(@me)/]

内容页

{dede:field.id function=GetImgCount(@me)/}
温馨提示:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明

给TA赞赏
共{{data.count}}人
人已赞赏
编程技巧

如何控制EcShop的购买数量

2022-6-7 0:00:00

编程技巧

在Ecshop用户中心的收藏列表里显示商品缩略图

2022-6-9 0:00:00

0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索