首页 >

给织梦DedeCMS图集图片加上{dede:productimagelist}标签

在图集内容页调用图集的时候,如果使用某些幻灯片特效或者jquery插件,难免会用到ID编号什么的,本教程将教会你如何给图集图片自动编号,也就是说,让{dede:productimagelist}标签支持自动编号,非常简单。
打开include/taglib/productimagelist.lib.php文件,找到:
$ctp->LoadSource($innerText); 
在其后面另起一行加入
$GLOBALS['autoindex'] = 0; 
找到:
$revalue .= $ctp->GetResult(); 
在其后面另起一行加入
$GLOBALS['autoindex']++; 
这里的改动就算完了,接下来是内容页里调用:
[field:global name=autoindex/] 
例子:
{dede:productimagelist}  {/dede:productimagelist} 
结果:
给织梦DedeCMS图集图片加上{dede:productimagelist}标签 给织梦DedeCMS图集图片加上{dede:productimagelist}标签 给织梦DedeCMS图集图片加上{dede:productimagelist}标签 

给织梦DedeCMS图集图片加上{dede:productimagelist}标签
  • 织梦DedeCMS修改栏目关键词长度
  • 织梦DedeCMS修改栏目关键词长度 | 织梦DedeCMS修改栏目关键词长度 ...

    给织梦DedeCMS图集图片加上{dede:productimagelist}标签
  • 织梦DedeCMS 调用栏目(分类)的文章数量的两种方法
  • 织梦DedeCMS 调用栏目(分类)的文章数量的两种方法 | 织梦DedeCMS 调用栏目(分类)的文章数量的两种方法 ...

    给织梦DedeCMS图集图片加上{dede:productimagelist}标签
  • 织梦DedeCMS搜索提示"关键字不能小于2个字节!"
  • 织梦DedeCMS搜索提示"关键字不能小于2个字节!" | 织梦DedeCMS搜索提示"关键字不能小于2个字节!" ...