muban大师 发表于 2016-8-14 20:48:16

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

打开 /include/taglib/productimagelist.lib.php 文件
        找到
        $ctp->LoadSource($innerText);
        在其下边添加
        $GLOBALS['autoindex', = 0;
       
        找到
        $revalue .= $ctp->GetResult();
        在其下边添加
        $GLOBALS['autoindex',++;
       
        在模板页调用时将 赋值给ID,如下所示
        {dede:productimagelist}
       
        {/dede:productimagelist}
页: [1]
查看完整版本: 织梦dedecms图集中的图片自动添加编号的方法