效果如图:
具体页面效果演示地址:
http://www.51muban.cn/dp-bbsthread-1506.html
哈哈,做下广告,愿意的朋友可以参观下我的小站,同时,如果管理员看到,请帮我做下友情连接,谢谢!!!
方法:
修改bbscms_threadcontent.htm文件,找到以下代码:
复制内容到剪贴板
代码:
$content_fontname;?>; <?php echo $content_fontstyle;?>; word-break: break-all">
<?php if (trim($contentadcode)!='') { ?><div style="margin:5px;float:left;"><?php echo $contentadcode;?></div><?php } ?>
<?php echo $threadcontent;?>
</td>
</tr>
</table>在下面增加:
复制内容到剪贴板
代码:
<table width="100%" cellspacing="0" cellpadding="0" class="FullLightBorder">
<tr>
<td>
<a href="<?php echo $prevurl; ?>" title="<?php echo $prevtitle; ?>"><?php echo $l_mod_fore['previtem']; ?>>><b><?php echo $prevtitle; ?></b></a>
<a href="<?php echo $nexturl; ?>" title="<?php echo $nexttitle; ?>"><?php echo $l_mod_fore['nextitem']; ?>>><b><?php echo $nexttitle; ?></b></a>
</td>
</tr>
</table>OK!就这样简单,官方就是上一篇和下一篇的连接,没有具体显示出来,我现在放在下面,感觉好多了!