网站模板中心

您现在的位置:首页>>织梦大学>>标签调用

织梦dede:productimagelist标签增加autoindex递增自动编

来源: 编辑:admin 发布时间:2019-11-07热度:58 ℃
我们在开发 织梦模板 时,如果用到dede:productimagelist标签发现没有autoindex自动索引,使用[field:global.autoindex/]无法调用。二次开发了一下,让dede:productimagelist标签支持autoindex。 1:打开/i...

我们在开发织梦模板时,如果用到dede:productimagelist标签发现没有autoindex自动索引,使用[field:global.autoindex/]无法调用。二次开发了一下,让dede:productimagelist标签支持autoindex。

1:打开/include/taglib/productimagelist.lib.php 找到:

foreach($images as $row)

在其上面增加如下代码

$GLOBALS['autoindex'] = 0;

//如果您希望autoindex 的起始值从1开始,把0修改成1即可。

继续找到如下代码:

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

在其下面增加:

$GLOBALS['autoindex']++;

完成。

2:标签调用:

{dede:productimagelist} 

 

{/dede:productimagelist} 

产生的结果:

 

 

 
或者使用:
{dede:productimagelist}

 
{/dede:productimagelist} 产生的结果:
Pbootcms问题解决

请点击在线联系我们【点击咨询解决问题】   如果您有任何Pbootcms问题,我们将免费为您写解决教程!

    PB模板网:承接仿站业务,价格200元起!