蓝雨 发表于 2009-4-14 16:34:05

7.3 快速回复温馨提示 非常漂亮



修改方法,也可以下载下面的压缩包覆盖(没有改动模板的情况下):

路径template/风格名/

查找文件

fastpost.htm

搜索
$ifanonymous = ($isGM || $forumset && $_G) ?: \"disabled\";
$creditnames = pwCreditNames();
print <<<EOT
-->

在下面添加
<style>
.input_notice_bg {
BORDER-RIGHT: #dfe2f6 1px solid; BORDER-TOP: #dfe2f6 1px solid; BACKGROUND: url(images/notice_bg.gif) #fff no-repeat left top; MARGIN-BOTTOM: 1px; BORDER-LEFT: #dfe2f6 1px solid; COLOR: #7176a5; BORDER-BOTTOM: #dfe2f6 1px solid
}
</style>


继续查找
<textarea onkeydown=\"quickpost(event)\" name=\"atc_content\" rows=\"8\" style=\"width:96%\"></textarea>


替换成
<textarea class=\"input_notice_bg\" onkeydown=\"quickpost(event)\" onblur=\"this.className=input1\" onfocus=\"this.className=input1-bor\" name=\"atc_content\" rows=\"8\" style=\"width:96%\"></textarea>


复制notice_bg.gif 到images 文件夹下。
页: [1] 2
查看完整版本: 7.3 快速回复温馨提示 非常漂亮