近期爱分享坛主首页仿火狼插件调用出了一些问题,找遍网络上的资源,并没有解决问题,然而今天我把我网络上找到的资源分享给他,助人为乐嘛,相信有部分坛主也在为找不到无界升级版的仿火狼而发愁,在此我将本站代码放出,方便更多的人吧!!!废话不多说切主题
一,后台导数据
二,接着添加三甲数据调用
会员排行_状元- [node]
- [show=1]<div class="zhuangyuan" style="padding-top: 23px;background: url(http://mc0713.66rt.com/attachments/day_180805/1808051007490a42944ac813cf.gif) no-repeat scroll 0px 0px rgb(190,224,251);"><strong style="float: right;margin-top: -23px;margin-right: 135px;">状元</strong><div style="margin-right: 10px; float: left;">{avatarsmall}</div><div style="background: rgb(222,235,251);height: 48px;"><p>用户名:{member}</p><p>发帖数:{value} 篇</p></div></div>[/show]
- [/node]
复制代码 会员排行_榜眼- [node]
- [show=2]<div class="bangyan" style="padding-top: 23px;background: url(http://mc0713.66rt.com/attachments/day_180805/180805100791b087f43ebc2c0b.gif) no-repeat scroll 0px 0px rgb(245,190,251);"><strong style="float: right;margin-top: -23px;margin-right: 135px;">榜眼</strong><div style="margin-right: 10px; float: left;">{avatarsmall}</div><div style="background: rgb(252,224,251);height: 48px;"><p>用户名:{member}</p><p>发帖数:{value} 篇</p></div></div>[/show]
- [/node]
复制代码 会员排行_探花- [node]
- [show=3]<div class="tanhua" style="padding-top: 23px;background: url(http://mc0713.66rt.com/attachments/day_180805/1808051007172a314dc49c3ce1.gif) no-repeat scroll 0px 0px rgb(251,229,190);"><strong style="float: right;margin-top: -23px;margin-right: 135px;">探花</strong><div style="margin-right: 10px; float: left;">{avatarsmall}</div><div style="background: rgb(251,244,229);height: 48px;"><p>用户名:{member}</p><p>发帖数:{value} 篇</p></div></div>[/show]
- [/node]
复制代码 三,discuz.htm模板,在
{template index_header}上面添加以下代码代码所涉及到的图片链接请自行下载上传到自己论坛调用自己的地址!!!!修改模板前请先备份,我也不知道我描述的对不对!!! |