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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 为“快速回复”“快速发贴”增加表情 For Discuz! 4.0

[复制链接]
squarecn 发表于 2005-12-15 02:45:48 | 显示全部楼层 |阅读模式
有的同志问怎么才能只显示1行,16楼有说明,希望能举一反三,多思考
----------------------------------------------------------------------------------------
补上作者:作者是深海,deepseath
-----------------------------------------------------------------------------------------
不知道作者,缓存版的参照3.0的改
编辑配置文件config.inc.php
在最后一行下面加入

  1. $quicksmilies_maxs = '10'; //总表情
  2. $quicksmilies_cols = '5';  //每行的表情
复制代码

编辑打开模板viewthread.htm
查找:

  1. <textarea rows="7" name="message" style="width: 80%; word-break: break-all" onKeyDown="ctlent(event);" tabindex="2"></textarea><br>
复制代码

然后在其下面加入:

  1. <!-- 快速回复添加表情 config.inc.php -->
  2. <script language="JavaScript" src="include/bbcode.js"></script>
  3. <table border=0>
  4. <tr>
  5. <td style="letter-spacing:1px;line-height:100%">
  6. {eval require_once DISCUZ_ROOT.'./forumdata/cache/cache_post.php';}
  7. <!--{loop array_slice($_DCACHE['smilies_display'],0,$quicksmilies_maxs) $key $smiley}-->
  8. {eval $scode= addcslashes($smiley['code'], '\\\'');}
  9. <img src="images/smilies/$smiley['url']" border="0" onmouseover="this.style.cursor='hand';" onclick="AddText('$scode');" alt='$scode'><!--{if ++$key % $quicksmilies_cols == 0}--><br><!--{/if}-->
  10. <!--{/loop}-->
  11. </td>
  12. </tr>
  13. </table>
  14. <!-- 快速回复添加表情 config.inc.php -->
复制代码

[ 本帖最后由 squarecn 于 2005-12-17 03:17 编辑 ]

本帖子中包含更多资源

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

x
 楼主| squarecn 发表于 2005-12-15 02:48:18 | 显示全部楼层
位置自己改,可以放在上面
回复

使用道具 举报

soli 发表于 2005-12-15 03:56:09 | 显示全部楼层
沙发没了
回复

使用道具 举报

zqdna 发表于 2005-12-15 08:19:15 | 显示全部楼层
谢了
回复

使用道具 举报

eghawk 发表于 2005-12-15 09:01:11 | 显示全部楼层
支持
回复

使用道具 举报

rockhn 发表于 2005-12-15 09:22:04 | 显示全部楼层
缓存版哪里可以改?
回复

使用道具 举报

freddy 发表于 2005-12-15 09:28:41 | 显示全部楼层
作者是深海,deepseath请补上:)
回复

使用道具 举报

松风1 发表于 2005-12-15 12:41:46 | 显示全部楼层
位置放在上面怎么改啊??
回复

使用道具 举报

freddy 发表于 2005-12-15 16:57:08 | 显示全部楼层
回复

使用道具 举报

 楼主| squarecn 发表于 2005-12-15 18:00:20 | 显示全部楼层
原帖由 freddy 于 2005-12-15 09:28 发表
作者是深海,deepseath请补上:)

报告版主,补上了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-21 23:01 , Processed in 0.031071 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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