1、整合uc 我用(UCenter接口: [DISCUZ UCenter GBK接口] )
严格按照 上面整合说明做 特别是最后一步 清空表(一定要,不要会出错的,本地试过没清楚总是出错)
一步一步就会成功整合的

2、uchome榜上有名 第1、2、3张图像调用便签(说一下我用的全是万能便签,我会把便签模板、调用SQL全部复制来)
调用SQL代码:[ecmsinfo]'SELECT uid as userid, username FROM uchome_show ORDER BY credit DESC LIMIT 3',3,10,0,24,35,0[/ecmsinfo]
页面模板内容:[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]
列表内容模板:<div><div><a href="http://my.zh11.com/space.php?uid=[!--userid--]" target="_blank"><img src="http://www.zhsou.com/uccenter/avatar.php?uid=[!--userid--]&size=middle&type=virtual" width="60" height="60" /></a></div>
<div><a href="http://my.zhsou.com/space.php?uid=[!--userid--]" target="_blank">[!--username--]</a></div></div>

3、uchome最新日志+用户名 调用便签
调用SQL代码:[ecmsinfo]'select subject as title,uid as userid,username,blogid as id from uchome_blog order by blogid desc limit 3',0,20,0,24,39,0[/ecmsinfo]
页面模板内容:[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]
列表内容模板:<li style="line-height:18px;"><a href="http://my.zhsou.com/space.php?uid=[!--userid--]">[!--username--]</a>说:<a href="http://my.zhsou.com/space.php?uid=[!--userid--]&do=blog&id=[!--id--]" target="_blank">[!--title--]</a></li>

4、论坛指定栏目图片调用标签(我网站精彩贴图3张图片调用的例子)
调用SQL代码:[ecmsinfo]'select u.attachment as titlepic,ui.subject as title,u.tid as id from cdb_attachments u LEFT JOIN cdb_threads ui ON u.tid=ui.tid where u.isimage=1 and fid=21 or fid=23 or fid=24 order by ui.tid DESC limit 3',0,16,0,24,37,0[/ecmsinfo]
解释一下:fid=21 or fid=23 or fid=24论坛栏目编号 (我网站调用搞笑贴图(fid=21)、美图分享(fid=23)、娱乐八卦(fid=24))
页面模板内容:<table width="98%" align="center">
[!--empirenews.listtemp--]
<tr>
<td><!--list.var1--></td><td><!--list.var2--></td><td><!--list.var3--></td>
</tr>
[!--empirenews.listtemp--]
</table>
列表内容模板:<a href="http://bbs.zhsou.com/viewthread.php?tid=[!--id--]" target="_blank"><img src="http://bbs.zh11.com/attachments/[!--titlepic--]" width="110" height="60" /></a><br />
<a href="http://bbs.zhsou.com/viewthread.php?tid=[!--id--]" target="_blank">[!--title--]</a>

5、论坛指定栏目最新帖子(我的网站珠海知道调用“百姓问道”栏目信息)
调用SQL代码:[ecmsinfo]'select subject as title,tid as id from cdb_threads where fid=2 order by tid desc limit 14',0,30,0,24,36,0[/ecmsinfo]
页面模板内容:<table width="98%" align="center">
[!--empirenews.listtemp--]
<tr>
<td style="line-height:18px;"><!--list.var1--></td>
</tr>
[!--empirenews.listtemp--]
</table>
页面模板内容:<a href="http://bbs.zhsou.com/viewthread.php?tid=[!--id--]" target="_blank">[!--title--]</a>

调用SQL代码 改改数字就可以了
调用模板自己改改 链接改成自己网站

声明:有的资源均来自网络转载,版权归原作者所有,如有侵犯到您的权益 请联系邮箱:123456@qq.com 我们将配合处理!

原文地址:调用uchome图像、日志、论坛图片标签完整版发布于2023-03-18 20:21:50

相关推荐