Quote:
Originally Posted by mtha
open the file changeinterface.php
look for
PHP Code:
case'newreply': $url ="newreply.php?$session[sessionurl]do=newreply&p=$p"; break;
replace by
PHP Code:
case'newreply': $url ="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$p"; break;
Note, this will put no quote in editing, even if you had "quoted" before.
I wouldnt mind just seeing the quote, select all, and delete it. 
|
Ideally, the behavior of the editor switch should be:
Whatever was in the text-entry window is carried over into the new editor-window. Nothing added or removed.