晴天不说话 发表于 2017-3-13 11:06:59

论坛主题列表页去掉 回复查看

下面是我在论坛找到的(论坛主题列表页去掉 回复查看和最后发表!)
但是我只想去掉回复|查看,保留最后发表~作者位置不移动~应该怎么修改~大侠帮帮忙~
还有首页竖版分类导航后面显示的主题数和总贴数统计我也想去掉~~大侠帮帮忙~


把图片红圈里面的去掉,把“作者”现在的位置移到“最后发表”这个位置。
修改方法如下:
1.打开template/default/forum/forumdisplay_list.htm
2.查找43行刪除
{lang author}

复制代码

3.查找44行刪除
{lang replies}

复制代码

4.查找45行
{lang lastpost}

复制代码

替换为
{lang author}

复制代码

5.查找231-239行刪除
<!--{hook/forumdisplay_author $key}-->                                                                              <cite>                                                                              <!--{if $thread['authorid'] && $thread['author']}-->                                                                                        <a href="home.php?mod=space&uid=$thread" c="1"{if $groupcolor[$thread]} style="color: $groupcolor[$thread];"{/if}>$thread</a><!--{if !empty($verify[$thread['authorid']])}--> $verify[$thread]<!--{/if}-->                                                                              <!--{else}-->                                                                                        $_G                                                                              <!--{/if}-->                                                                              </cite>                                                                              <em><span{if $thread['istoday']} class="xi1"{/if}>$thread</span></em>

复制代码

6.查找233行刪除
<a href="forum.php?mod=viewthread&tid=$thread&extra=$extra" class="xi2">$thread</a><em><!--{if $thread['isgroup'] != 1}-->$thread<!--{else}-->{$groupnames[$thread]}<!--{/if}--></em>

复制代码

查找235-236行
<cite><!--{if $thread['lastposter']}--><a href="{if $thread != -2}home.php?mod=space&username=$thread{else}forum.php?mod=viewthread&tid=$thread&page={echo max(1, $thread);}{/if}" c="1">$thread</a><!--{else}-->$_G<!--{/if}--></cite>                                                                              <em><a href="{if $thread != -2 && !$thread}forum.php?mod=redirect&tid=$thread&goto=lastpost$highlight#lastpost{else}forum.php?mod=viewthread&tid=$thread{if !$thread}&page={echo max(1, $thread);}{/if}{/if}">$thread</a></em>

复制代码

替换为
<!--{hook/forumdisplay_author $key}-->                                                                              <cite>                                                                              <!--{if $thread['authorid'] && $thread['author']}-->                                                                                        <a href="home.php?mod=space&uid=$thread" c="1"{if $groupcolor[$thread]} style="color: $groupcolor[$thread];"{/if}>$thread</a><!--{if !empty($verify[$thread['authorid']])}--> $verify[$thread]<!--{/if}-->                                                                              <!--{else}-->                                                                                        $_G                                                                              <!--{/if}-->                                                                              </cite>                                                                              <em><span{if $thread['istoday']} class="xi1"{/if}>$thread</span></em>

复制代码

修改好后上传覆盖,后台更新缓存。

江南樵夫 发表于 2017-3-13 11:06:59

扭扭丹丹 发表于 2017-3-13 11:06:59

http://www.discuz.net/forum.php? ... 88&pid=29194616

http://att.discuz.net/data/attachment/forum/201612/11/211952h3z8knzvvzk31uij.png

用户名叫什么呢 发表于 2017-3-13 11:06:59

mandy~ 发表于 2016-12-11 21:19
http://www.discuz.net/forum.php?mod=redirect&goto=findpost&ptid=3628288&pid=29194616
谢谢~很神奇,按照你的方法几分钟帖子列表和帖内都去掉了~请问竖版主页导航列表显示的主题数和总贴数可以去掉吗?

七彩的风车 发表于 2017-3-13 11:06:59

勇敢面对8 发表于 2016-12-11 22:02
谢谢~很神奇,按照你的方法几分钟帖子列表和帖内都去掉了~请问竖版主页导航列表显示的主题数和总贴数可以 ...
具体是哪个位置,截图标示一下。

中国杨神经 发表于 2017-3-13 11:06:59

瓶子里的猫1968 发表于 2017-3-13 11:06:59

mandy~ 发表于 2016-12-12 14:15
具体是哪个位置,截图标示一下。
6/7
92/92
0/0
0/0
0/0
就主页的这些文字统计

a738979800 发表于 2017-3-13 11:06:59

本帖最后由 mandy~ 于 2016-12-16 14:41 编辑
勇敢面对8 发表于 2016-12-13 16:43
6/7
92/92
0/0用官方的源文件覆盖,重新修改。
你看这个修改就可以了!(不要点上面的连结修改)
http://www.discuz.net/forum.php? ... 628288&pid=29194616
不要按照这个修改!
http://www.discuz.net/forum.php? ... 628138&pid=29193460
修改好后就是你要的!
http://www.discuz.net/forum.php? ... 628288&pid=29196136

飞虎奇闻明明 发表于 2017-3-13 11:06:59

mandy~ 发表于 2016-12-16 14:34
用官方的源文件覆盖,重新修改。
你看这个修改就可以了!(不要点上面的连结修改)
http://www.discuz.net/ ...
我是按照你的修改的~主题列表页已经修改成功,我还要修改的是主页的导航的统计~

未来不落空 发表于 2017-3-13 11:06:59

http://att.discuz.net/data/attachment/forum/201701/02/172539vt6e0a9j86f6yvn2.png
就是这主页的导航页统计

辰林靳苒 发表于 2017-3-13 11:06:59

勇敢面对8 发表于 2017-1-2 17:25
我是按照你的修改的~主题列表页已经修改成功,我还要修改的是主页的导航的统计~
参考这个,往前一点的代码应该就是,试下。
http://www.discuz.net/forum.php? ... 63&pid=29472777
页: [1]
查看完整版本: 论坛主题列表页去掉 回复查看