我们在开发织梦模板时,如果用到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} |
Pbootcms问题解决
请点击在线联系我们【点击咨询解决问题】 如果您有任何Pbootcms问题,我们将免费为您写解决教程!