Discuz! 7.1 7.2快速發(fā)帖回復框溫馨提示背景鼠標點擊消失離開顯示
風格目錄/ 修改viewthread_fastpost.htm 文件找:
查找以下代碼:
<textarea rows="5" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, fastpostvalidate($(fastpostform)));" tabindex="4" class="txtarea"></textarea>
替換成:
<textarea rows="10" cols="96" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event, 'fastpostvalidate($('fastpostform'))');" tabindex="4" class="msgfocu" onkeydown=quickpost(event) onBlur="(this.value=='')?(this.className='msgfocu'):''" onFocus="this.className='';"></textarea>
再修改css_common.htm文件 具體路徑 /templates/風格目錄/css_common.htm
在最下面條添加
.msgfocu{background:#FFF url({IMGDIR}/box_bg.gif) no-repeat 16px 20px;}
如果有的風格回復框太長了,可以修改下面數(shù)值:
<textarea rows="10" cols="96"
將下面的圖片另存,并上傳到你論壇風格文件夾對應的images目錄里面