Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:25px;white-space:normal;"> 在图集内容页调用图集的时候,如果使用某些Box-sizing:border-Box;background-image:initial;background-attachment:initial;background-size:initial;background-origin:initial;background-clip:initial;background-position:initial;background-repeat:initial;">幻灯片特效或者jquery插件,难免会用到ID编号什么的,本教程将教会你如何给图集图片自动编号,也就是说,让{dede:productimagelist}标签支持自动编号,非常简单。
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;"> 打开include/taglib/productimagelist.lib.PHP文件,找到:
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;">
LoadSource($innerText);
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;"> 在其后面另起一行加入
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;">
PHP">$GLOBALS['autoindex'] = 0;
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;"> 找到:
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;">
GetResult();
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;">
PHP">$GLOBALS['autoindex']++;
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;"> 这里的改动就算完了,接下来是内容页里调用:
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;">
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;"> 例子:
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;">
{/dede:productimagelist}
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;"> 结果:
Box-sizing:border-Box;margin-top:0px;margin-bottom:16px;color:#444444;font-family:'Microsoft Yahei',sans-serif;font-size:15px;line-height:25px;white-space:normal;">
...... 原文链接:https://www.f2er.com/dedecms/403929.html