最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
要源码
当前位置:主页 > 网站建设 > 织梦CMS图集调用所有图片及注释的方法程序开发

织梦CMS图集调用所有图片及注释的方法程序开发

时间:2023-05-26 11:05:26 阅读: 文章分类: 网站建设 作者: 建站小能手

导读:程序开发程序开发我们都知道织梦的图集默认调用语法是: {dede:field name=imgurls src=https://www.dedesos.com/uploads/seo网站排名优化软件公司网站建设。

seo网站排名优化软件公司网站建设我们都知道织梦的图集默认调用语法是: {dede:field name=imgurls src=https://www.seouc.com/uploads/allimg/180903/1-1PZ3150P70-L.jpg/ 今天,SEOUC就教大家如何在织梦的图集中调用当前文档的所有图片及注释。 打开 /include/common.func.p网站建设hp ,在最后面加上以下代码: //循环输出图集全部图片及注释 function Getimgs($aid, $imgwith, $imgheight, $num […]

我们都知道织梦的图集默认调用语法是:{dede:field name='imgurls' src="https://www.seouc.com/uploads/allimg/180903/1-1PZ3150P70-L.jpg"/>

今天,SEOUC就教大家如何在织梦的图集中调用当前文档的所有图片及注释。

打开/include/common.func.php,在最后面加上以下代码:

//循环输出图集全部图片及注释 function Getimgs($aid, $imgwith, $imgheight, $num){ global $dsql; $imgurls = ''; $row = $dsql -> getone("Select * From`aier_addonimages` where aid='$aid'"); // $imgurls = $row['imgurls']; preg_match_all("/{dede:img (.*)}(.*){/dede:img/isU", $imgurls, $wordcount); $textinfo = $wordcount[1]; $count = count($wordcount[2]); if ($num > $count || $num == 0){$num = $count;} for($i = 0;$i <营销型网站建设 $num;$i++){ $textinfoe = $textinfo[$i]; $textinfoee = explode(" ",$textinfoe); $imglist .= "<li class='slider-item'>"."<img src='".trim($wordcount[2][$i])."' alt='".substr($textinfoee[1],6,-1)."' width='".$imgwith."' height='".$imgheight."'>"."<span class='slider-title'>"."<em>".substr($textinfoee[1],6,-1)."</em>"."</span>"."</li>"; } return $imglist; }  

在首页调用语法:

{个业网站建设公司dede:arclist typeid=''} [field:id function="Getimgs(@me,80,70,7)"/] {/dede:arclist]  

在列表页调用语法:

{dede:list} [field:id function="Getimgs(@me,80,70,7)"/] {/dede:list}  

在内容页调用语法:

{dede:field.id function="Getimgs(@me,80,70,7)"/}  

释义:

1、$imglist .=这段后面的代码可以根据实际情况调整,为我们网站的html代码

2、80代表长,70代表宽,7代表张数

3、$imglist 拼字符串,根据自己需求拼写即可  

相关seo网站排名优化软件公司网站建设。

关键词标签: CMS 图集 注释

声明: 本文由我的SEOUC技术文章主页发布于:2023-05-26 ,文章织梦CMS图集调用所有图片及注释的方法程序开发主要讲述图集,注释,CMS网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_9299.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章