Page 1 of 1

Quick Reply

Posted: 10 Apr 2010, 19:00
by heredia21
How can I make it so where the quick reply box is always open on the bottom, instead of having to click it each time?

Re: Quick Reply

Posted: 10 Apr 2010, 21:04
by cisco007
I have this don't really remember where i got it from, i know for sure it wasn't from here, but try to see if it works!
OPEN :
styles/prosilver/templates/quickreply_editor.html

FIND:

Code: Select all

onload_functions.push('init_qr();');

REPLACE WITH:

Code: Select all

// onload_functions.push('init_qr();');


FIND AND DELETE the one occurrence each of:

Code: Select all

    <noscript>

AND

Code: Select all

    </noscript>

Re: Quick Reply

Posted: 10 Apr 2010, 22:02
by heredia21
worked like a charm!