If Quick Reply is enabled in Post settings and in Forum settings, prosilver displays a "Quick Reply" button, which must be clicked to open the Reply window. For those who want to eliminate this step:
OPEN styles/prosilver/template/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>
Then Refresh the prosilver template in the ACP, Styles tab, or purge the cache.
DavidIQ gets all credit for this MOD. I am merely the presenter.