Quick Reply
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!
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!
Quick Reply
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!
Re: Quick Reply
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:
REPLACE WITH:
FIND AND DELETE the one occurrence each of:
AND
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>