Quick Reply

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

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?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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>
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: Quick Reply

Post by heredia21 »

worked like a charm!
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Locked