丑小鸭 发表于 2021-1-20 15:48:14

[修改] X2 快速回复框内添加提示背景图片(论坛好像没发现有X2版本修改)

打开template\default\forum\viewthread_fastpost.htm 文件首先查找以下代码:

<textarea rows="6" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, {if $_G['gp_ordertype'] != 1}'fastpostvalidate($(\'fastpostform\'))'{else}'$(\'fastpostform\').submit()'{/if});" tabindex="4" class="pt"></textarea>
把以上代码替换成:

<textarea rows="6" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, {if $_G['gp_ordertype'] != 1}'fastpostvalidat($(\'fastpostform\'))'{else}'$(\'fastpostform\').submit()'{/if});" tabindex="4" class="pt" style="BACKGROUND: url(static/image/common/hifisy.gif) #fff no-repeat left top;" onclick="this.style.background=''"></textarea>

图片下载:

本修改由本站美工组-天心 修改.
请关注我的风格/插件/美工版块.我们经常会发布一些新东西哦.
http://bbs.hifisy.com/forum.php?mod=forumdisplay&fid=49

绿色懒人替换包下载地址!上传覆盖即可.
→→→→点击下载※懒人替换包←←←←

温馨提醒:本懒人包修改了template\default\forum\viewthread_fastpost.htm 文件,注意备份.
页: [1]
查看完整版本: [修改] X2 快速回复框内添加提示背景图片(论坛好像没发现有X2版本修改)