教你在仿火狼N格加个“更多”
[align=center]来源:[img]https://kuchingshare.my/other/p/icode.jpg[/img] [url=http://icode.258club.com][color=red][b]爱秀代码[/b][/color][/url] 作者:[img]https://kuchingshare.my/other/p/wujie.jpg[/img] [color=#0086FF]无界[/color] [/align][align=center][attach]128[/attach] [/align]
1、后台新建一个模板命名为more,内容为:[code]<!--{if cutstr($_SERVER[QUERY_STRING],8)=="more"}-->
{subtemplate header}
<style>
#wrap_dr {margin-top: 0px;padding-bottom: 10px;min-height: 450px;border: 0 solid #CCC;background-color: #FFF;clear: both;width: 960px;text-align: left;}
#nav_dr{width: 960px;margin: 42px auto 0;background: url(https://kuchingshare.my/template/style/i-share/s-house.png) no-repeat 0 50%;text-align: left;text-indent: 25px;line-height: 3em;}
table.stripe tr.alt td { background:#F2F2F2;}
.mainbox li{background: url(https://kuchingshare.my/template/style/images/fhl_10.gif) repeat-x left bottom;height: 25px;line-height: 20px;padding: 0px 5px 0px 5px;text-align: left;margin-right: 0px;position: relative;clear: both;}
.mainbox li span{position: absolute;right: 5px;top: 0px;}
.mainbox td{zoom: 1;padding-right: 1.5em!important;padding: 3px !important;border-bottom: 1px solid #C2D5E3!important;font-weight: 400!important;}
</style>
<div id="nav_dr"><a href="index.php">$bbname</a> »更多主题</div>
<div id="wrap_dr" class="wrap s_clear">
<div class="datalist">
<div class="mainbox">
<table cellspacing="0" cellpadding="0" width="100%">
<thead class="colplural">
<tr>
<td align="center" colspan="3"><h2>在这里查看更多主题</h2></td>
</tr>
</thead>
<tbody><tr>
<td valign="top" style="padding: 3px !important;">
<table cellspacing="0" cellpadding="0" width="100%">
<tbody><tr><td colspan="2" class="footoperation" style="font-weight: bold;" align="center">最新主题</td>
<tr>
<td>{eval request('主题列表_更多最新主题');}</td>
</tr></tbody></table>
</td>
<td valign="top" style="padding: 3px !important;">
<table cellspacing="0" cellpadding="0" width="100%">
<tbody><tr><td colspan="2" class="footoperation" style="font-weight: bold;" align="center">最新回复</td>
<tr>
<td>{eval request('主题列表_更多最新回复');}</td>
</tr></tbody></table>
</td>
<td valign="top" style="padding: 3px !important;">
<table cellspacing="0" cellpadding="0" width="100%">
<tbody><tr><td colspan="2" class="footoperation" style="font-weight: bold;" align="center">精华帖子</td>
<tr>
<td>{eval request('主题列表_更多精华');}</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
{subtemplate footer}
<!--{/if}-->
[/code]**** Hidden Message ***** [quote]看帖回帖那是一定要的:[img]http://i-share.funbbs.me/images/smilies/007/02.gif[/img]哈哈!好资源,拿走了![/quote] 既然你诚心诚意的推荐了,那我就勉为其难的看看吧!
页:
[1]