準備修改
include\js\viewthread.js
templates\default\post.htm
templates\default\viewthread_fastpost.htm
+++++++++++++++++++++++
include\js\viewthread.js
- theform.message.value = parseurl(theform.message.value);
改:让他不起作用
- //theform.message.value = parseurl(theform.message.value);
\templates\default\post.htm
- <p><input type="checkbox" name="parseurloff" id="parseurloff" value="1" $urloffcheck tabindex="1" /><label for="parseurloff">{lang disable} {lang post_parseurl}</label></p>
替换:
- <p><input type="checkbox" name="parseurloff" id="parseurloff" value="1" <!--{if $action == 'newthread' || $action == 'reply'}-->checked="checked"<!--{/if}--> $urloffcheck tabindex="1" /><label for="parseurloff">{lang disable} {lang post_parseurl}</label></p>
mplates\default\viewthread_fastpost.htm
- <input type="hidden" name="usesig" value="$usesigcheck" />
下面加:
- <input type="hidden" name="parseurloff" value="1"/>
更新缓存,OK~~~~~~~~~