之前老的应用中心是有专门免费插件实现的,叫做“快速发帖回复框温馨提示背景”;
现以Discuz! X3.5为例,
编辑:\template\default(或你现在正在使用的模板)\forum\viewthread_fastpost.htm
查找:
- <textarea rows="6" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, {if $_GET['ordertype'] != 1}'fastpostvalidate($(\'fastpostform\'))'{else}'$(\'fastpostform\').submit()'{/if});" tabindex="4" class="pt"{eval echo getreplybg($_G['forum']['replybg']);}></textarea>
复制代码 修改为:【以下内容完全复制的目标站点的,请按需调整修改】
- <textarea rows="6" cols="80" name="message" id="fastpostmessage" onkeydown="seditor_ctlent(event, 'fastpostvalidate($(\'fastpostform\'))');" tabindex="4" class="pt" style="background: url("https://static.52pojie.cn/static/image/common/bj.gif") left top no-repeat;"></textarea>
复制代码 其中,背景图: 修改为你自己的。
然后效果图如图:
|