PDA

View Full Version : Mini Mods - Collapse Quick Reply in Mozilla Firefox 1.1


ForumsMods
09-18-2008, 10:00 PM
Collapse Quick Reply in Mozilla Firefox 1.1

Description:
Collapse Quick Reply in Mozilla Firefox.

Installation:
1)Import the product.
Or
Do the following file edit:
1)In showthread.php, find:
// Mozilla WYSIWYG can't have the QR collapse button,
// so remove that and force QR to be expanded
$show['quickreply_collapse'] = false;And replace with:
// Mozilla WYSIWYG can't have the QR collapse button,
// so remove that and force QR to be expanded
$show['quickreply_collapse'] = true;Or
Do the following template edit:
1)In SHOWTHREAD, find:
<if condition="$show['quickreply_collapse']"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_quickreply].gif" alt="" border="0" /></a></if>And replace with:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('quickreply');"><img id="collapseimg_quickreply" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_quickreply].gif" alt="" border="0" /></a>

History:
1.0 18-09-08
- First Release
1.1 19-09-08
- Added Template Edit and File Edit

This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation.

AzaDiyaR
09-19-2008, 12:41 PM
thank you so much this working ;)

iogames
09-19-2008, 08:20 PM
I will donate if u make it Template instead of hack

ForumsMods
09-19-2008, 08:45 PM
Added template edit and file edit.

demoniavbh
10-24-2008, 09:37 AM
Thanks for this!!

Do you know if there's any way to set it to be always collapsed by default?