QMS 发表于 2022-6-2 21:51:01

在发表回复框里面加上提示语






打开 viewthread_fastpost.htm 模板,查找:

<textarea rows="5" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, <!--{if $ordertype != 1}-->'fastpostvalidate($(\'fastpostform\'))'<!--{else}-->'$(\'fastpostform\').submit()'<!--{/if}-->);" tabindex="4" class="txtarea"></textarea>

修改为:

<!---修改回复框图片---><textarea rows="5" cols="80" name="message" id="fastpostmessage"
onKeyDown="seditor_ctlent(event, 'fastpostvalidate($(\'fastpostform\'))');" tabindex="4"
class="txtarea"style="BACKGROUND:
url(https://boonkiong.com/b/p/tips.png)
#fff no-repeat right top;" onclick="this.style.background=''"></textarea><!---回复框结束--->

附上两张图片(图片也可以自己制作)



页: [1]
查看完整版本: 在发表回复框里面加上提示语