Quote:
Originally Posted by Dennis Olson
when opting for number 2 it is automatically inserting a Quote from the last post.
How to fix?
|
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.