Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[待审核] X2.5在一楼帖子下面增加快速回复的方法

[复制链接]
wodeer1985 发表于 2013-3-17 17:59:04 | 显示全部楼层 |阅读模式
本帖最后由 wodeer1985 于 2013-3-17 18:07 编辑

此方法基于X2.5的模板修改,是为了方便会员在查看主题帖后可以立刻在下方进行回复,而不用移动到帖子底部。原位置的快速回复依然保留,相信有朋友可以用的上。

找到默认模板或者自定义模板中的viewthread.htm,找到如下代码。
  1. <!--{eval $postcount = 0;}-->
  2. <!--{loop $postlist $post}-->
  3.                         <!--{if ($rushreply && $_GET['checkrush'] && $post['rewardfloor'] != 1)}-->
  4. <!--{eval continue;}-->
  5.                         <!--{/if}-->
  6.                         <div id="post_$post[pid]">
  7.                                 <!--{subtemplate forum/viewthread_node}-->
  8.                         </div>
  9.                         <!--{eval $postcount++;}-->
  10.         <!--{/loop}-->
复制代码
修改为
  1. <!--{eval $postcount = 0;}-->
  2.         <!--{loop $postlist $post}-->
  3.                         <!--{if ($rushreply && $_GET['checkrush'] && $post['rewardfloor'] != 1)}-->
  4. <!--{eval continue;}-->
  5.                         <!--{else}-->
  6.                                 <!--{if ($post[number] == 2)}-->
  7.                                         <!--{hook/viewthread_middle}-->
  8.                                         <!--[diy=diyfastposttop]--><div id="diyfastposttop" class="area"></div><!--[/diy]-->
  9.                                         <!--{if $fastpost}-->
  10.                                                 <!--{subtemplate forum/viewthread_fastpost}-->
  11.                                         <!--{/if}-->
  12.                                 <!--{/if}-->
  13.                         <!--{/if}-->
  14.                         <div id="post_$post[pid]">
  15.                                 <!--{subtemplate forum/viewthread_node}-->
  16.                         </div>
  17.                         <!--{eval $postcount++;}-->
  18.         <!--{/loop}-->
复制代码
标红色的部分为添加的代码。
效果如下图



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
392884017 发表于 2014-5-9 20:27:16 | 显示全部楼层
这个很需要!很有用  跟百度贴吧一样
回复

使用道具 举报

392884017 发表于 2014-5-9 20:31:28 | 显示全部楼层
既然可以调用简版的   可以修改为直接插入图片的
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-4-24 06:19 , Processed in 0.112101 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表