Quick Reply

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Quick Reply

Post 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

Post 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

Post by heredia21 »

worked like a charm!