欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

织梦给productimagelist图集标签添加数字编号自增的方法

时间: 2019-04-25 08:36 阅读: 作者:素材无忧网

织梦源代码修改:

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

找到:

$ctp->LoadSource($innerText);

在此代码下边添加如下代码:

$GLOBALS['autoindex'] = 0;

找到:

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

在此代码下边添加如下代码:

$GLOBALS['autoindex']++;

调用代码:

[field:global name=autoindex/]

示例:

{dede:productimagelist}

<span id="[field:global name=autoindex/]"><img src="[field:imgsrc/]" alt="www.lol9.cn" width="200" height="300" /></span>

{/dede:productimagelist}

输出html代码:

<span id="0"><img src="1.jpg" alt="www.lol9.cn" width="200" height="300" /></span>

<span id="1"><img src="2.jpg" alt="www.lol9.cn" width="200" height="300" /></span>

<span id="2"><img src="3.jpg" alt="www.lol9.cn" width="200" height="300" /></span>


版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: 织梦给productimagelist图集标签添加数字编号自增的方法

标签:  
模板推荐