大家都知道discuz默认的只显示了我的帖子和我的回复,那么我们可不可以再人性化点呢?比如加个论坛精华?或加个查看新帖等功能呢?答案是可以的。一起来看看吧!
先看下修改后的效果:

修改路径:template/default/forum/discuz.htm
搜索代码:
- <!--{hook/index_nav_extra}-->
- <!--{if $_G['uid']}--><a
href="forum.php?mod=guide&view=my" title="{lang my_posts}"
class="xi2">{lang my_posts}</a><!--{/if}--><!--{if
!empty($_G['setting']['search']['forum']['status'])}--><!--{if
$_G['uid']}--><span
class="pipe">|</span><!--{/if}--><a
href="forum.php?mod=guide&view=new" title="{lang show_newthreads}"
class="xi2">{lang show_newthreads}</a><!--{/if}-->
- </div>
- </div>
替换成以下代码
- <a
href="http://bbs.txahz.com/forum.php?mod=guide&view=my"
title="我的帖子" class="xi2" target=_blank>我的主题</a><span
class="pipe">|</span><a
href="http://bbs.txahz.com/forum.php?mod=guide&view=my&type=reply"
class="xi2" target=_blank>我的回复</a><span
class="pipe">|</span><a
href="search.php?orderby=lastpost&ascdesc=DESC&searchsubmit=yes&srchfilter=digest"
class="xi2" target=_blank>论坛精华</a><span
class="pipe">|</span><a
href="http://bbs.txahz.com/forum.php?mod=guide&view=new"
title="查看新帖" class="xi2">查看新帖</a></div>
- </div>
把腾讯爱好者域名:http://bbs.txahz.com 换成自己的地址,汉字也可以自己更改。更新缓存!
|