View Full Version: Fast Reply always open

Big Boards > IF Administration & Moderation > Fast Reply always open



Title: Fast Reply always open


HelenaZF - August 11, 2007 06:19 AM (GMT)
First make sure Fast Reply is enabled in your forums:
ACP > Forum Control > Manage Forums > Edit Forum Settings >Postable Forums Settings:
"Turn on the Quick Reply Box?" YES

Then each individual user can select whether to have the quick reply screen open with every topic here:

My Controls > Menu > Options > Board Settings> Board Display Settings:
"Open Fast Reply automatically when available?" YES

If you wish to force the Quick Reply box to always be open for everyone, you may install this code (fast reply must still be enabled for each forum):

ACP > Skinning & Styles > Board Wrappers > Footers:
CODE
<!-- Fast Reply always open -->
<script language='javascript' type='text/javascript'>
<!--
itm = null;
itm = document.getElementById('qr_open');
if (itm) itm.style.display = '';
//-->
</script>

Justin - April 5, 2008 08:45 AM (GMT)
Thanks Helena! I've been looking for this for sometime :)




Hosted for free by InvisionFree