Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

DZ7.2新帖发帖框和快速回帖框加温馨提示提示背景图片

[复制链接]
aomm 发表于 2009-11-27 10:40:02 | 显示全部楼层 |阅读模式
Discuz!模板
适用版本: Discuz! 7.1
语言编码: GBK简体 
风格转换者: 原创
DZ7.2新帖发帖框和快速回帖框加温馨提示提示背景图片

先上传背景图片  当然图片你可以自己换
上传到images目录

然后  新帖发帖框
模版post_editor.htm文件
  1. <textarea class="autosave" name="message" id="{$editorid}_textarea" prompt="post_message"  tabindex="1" class="txt" style="height:300px">{if $action == 'edit'}$postinfo[message]{else}$message{/if}</textarea>
复制代码
替换成
  1. <textarea class="autosave" name="message" id="{$editorid}_textarea" prompt="post_message"  tabindex="1" class="txt" style="height:300px;background:url(images/nowater.gif) no-repeat right bottom;">{if $action == 'edit'}$postinfo[message]{else}$message{/if}</textarea>
复制代码
能看到变化 其实就一句代码background:url(images/nowater.gif) no-repeat right bottom
图片路径就是你的那个提示图片的路径



下面是快速回帖框  

模版viewthread_fastpost.htm 文件
  1. <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>
复制代码
替换成
  1. <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" style="background:url(images/nowater.gif) no-repeat right bottom;"></textarea>
复制代码
这也还是一行代码    图片你还是可以自己选择  可以选择和新帖发帖框不一样的图片

没修改过这两个文件的  可以下载文件直接覆盖  

njllpp 发表于 2009-11-27 10:47:33 | 显示全部楼层
多谢分享 。。
http://bbs.wujiangw.cn
回复

使用道具 举报

abcnic18 发表于 2009-11-27 10:55:03 | 显示全部楼层
感谢分享!!
回复

使用道具 举报

 楼主| aomm 发表于 2009-11-27 14:08:24 | 显示全部楼层
我晕  这个是发帖  不是回帖框的 真。。哎
回复

使用道具 举报

 楼主| aomm 发表于 2009-12-31 23:29:23 | 显示全部楼层
我很汗啊   无语
回复

使用道具 举报

sowon 发表于 2009-12-31 23:55:11 | 显示全部楼层
这个要支持一下
回复

使用道具 举报

discuz!x9 发表于 2010-5-23 18:48:38 | 显示全部楼层
嗯 支持下 呼呼~
回复

使用道具 举报

wgfnlj 发表于 2010-6-18 14:11:54 | 显示全部楼层
弄好了,就是有一个问题,鼠标点击后,这个背景图不会自动消失!!!!
很不美观啊,

我看人家别的网站就可以!!
回复

使用道具 举报

3583101io 发表于 2010-6-19 04:35:31 | 显示全部楼层
回复

使用道具 举报

xiamensi5639592 发表于 2010-6-19 17:33:25 | 显示全部楼层
不错  可以为什么发帖的那个显示不出来  快速回帖倒是可以使用  
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-19 02:39 , Processed in 0.040575 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表