自由者CG

标题: DZ如何在标题框中设置默认文字提示 [打印本页]

作者: Freeman    时间: 2015-10-14 10:23
标题: DZ如何在标题框中设置默认文字提示
如何在标题框中设置默认文字提示

1./template/default/forum/post_editor_extra.htm
大概在26行处,搜索
<span><input type="text" name="subject" id="subject" class="px" value="$postinfo[subject]" {if $_GET[action] == 'newthread'}onblur="if($('tags')){relatekw('-1','-1'{if $_G['group']['allowposttag']},function(){extraCheck(4)}{/if});doane();}"{/if} style="width: 25em" tabindex="1"/></span>


添加以下代码
<span><input type="text" name="subject" id="subject" class="px" value="$postinfo[subject]" {if $_GET[action] == 'newthread'}onblur="if($('tags')){relatekw('-1','-1'{if $_G['group']['allowposttag']},function(){extraCheck(4)}{/if});doane();}"{/if} style="width: 25em" tabindex="1" placeholder="请输入标题,用一句话概括您要做什么?"/></span>


2.更新缓存,完成






欢迎光临 自由者CG (https://bbs.zhise168.com/) Powered by Discuz! X3.4