欢迎来到润旭源码网
帮助中心

润旭源码网

热门搜索: 企业源码    免费源码   

织梦dedecms图集中的图片自动添加编号的方法

  • 时间:2020-06-27 11:12 编辑: 来源: 阅读:198
  • 扫一扫,手机访问
摘要:打开 /include/taglib/productimagelist.lib.php 文件找到$ctp->LoadSource($innerText);在其下边添加$GLOBALS['autoindex'] = 0; 找到$revalue .= $ctp->GetResult();在其下边添加$GLOBALS['autoindex']++; 在模板页调用时将 [field

打开 /include/taglib/productimagelist.lib.php 文件

找到

$ctp->LoadSource($innerText);

在其下边添加

$GLOBALS['autoindex'] = 0;

 

找到

$revalue .= $ctp->GetResult();

在其下边添加

$GLOBALS['autoindex']++;

 

在模板页调用时将 [field:global name=autoindex/] 赋值给ID,如下所示

{dede:productimagelist}

< span id="[field:global name=autoindex/]">

{/dede:productimagelist}


  • 全部评论(0)
资讯详情页最新发布上方横幅
联系我们

QQ:888477 {点击直接联系}

邮箱:runxu123@qq.com

时间:周1——周6 【9:00-23:00

联系客服
购买源码 源码咨询 投诉建议 联系客服
0373-6621888
手机版

扫一扫进手机版
返回顶部