MyBB Community Forums

Full Version: Quick Reply box Closed by Default?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The Quick Reply box below posts has [-] [+] links to open and close the box. Is there any way to have it so it's closed by default when you visit the page?
I tryed on my localhost forum. Try like this:

Go to ACP - Templates - showthread_quickreply

Find line:

<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>

And replace it with:

<div class="expcolimage"><img src="{$theme['imgdir']}/collapse_collapsed.gif" id="quickreply_img" class="expander" alt="[+]" title="[+]" /></div>

Worked for me Smile
(2012-04-08, 10:55 PM)JovanJ. Wrote: [ -> ]I tryed on my localhost forum. Try like this:

Go to ACP - Templates - showthread_quickreply

Find line:

<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>

And replace it with:

<div class="expcolimage"><img src="{$theme['imgdir']}/collapse_collapsed.gif" id="quickreply_img" class="expander" alt="[+]" title="[+]" /></div>

Worked for me Smile
And it works for me!. Thanks a zillion. Smile