Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: jsx on October 01, 2022, 07:35:15 AM

Title: Quick reply collapsed by default
Post by: jsx on October 01, 2022, 07:35:15 AM
Hi, is there any way to hide the quick reply window? I mean so that the quick reply was collapsed by default.

Title: Re: Quick reply collapsed by default
Post by: Aleksi "Lex" Kilpinen on October 01, 2022, 07:43:12 AM
No, sadly there isn't an option to do that in 2.1. Though, the quick reply form is basically almost the same thing as the full reply window - The only things really missing are the advanced options like attachments.
Title: Re: Quick reply collapsed by default
Post by: jsx on October 01, 2022, 11:42:40 AM
It is a pity that in 2.1 it is different, because in 2.0 it was possible to set that the quick response is hidden.
Title: Re: Quick reply collapsed by default
Post by: Kindred on October 01, 2022, 04:31:36 PM
And a whole bunch of people asked for it to be always on- which is why it was changed
Title: Re: Quick reply collapsed by default
Post by: Antechinus on October 01, 2022, 04:38:07 PM
It would be easy to write a small mod to reinstate the 2.0 setting, if anyone really wants to do it. The basic code for it exists in 2.0, and would require little extra to get it working as a mod.

It could also be done as a custom theme setting (same principle, and roughly the same amount of work).
Title: Re: Quick reply collapsed by default
Post by: Sir Osis of Liver on October 01, 2022, 05:30:57 PM
<sigh>  You can make it go away entirely -

index.css


/* Styles for the quick reply area. */
#quickreply {
clear: both;
display: none;
}

Title: Re: Quick reply collapsed by default
Post by: Illori on October 01, 2022, 07:34:06 PM
that does not really fix it, if you use the quote button it will go to the now hidden quick reply box.
Title: Re: Quick reply collapsed by default
Post by: jsx on October 02, 2022, 08:20:54 AM
Meaning the hidden quick reply I meant the ability to collapse and unrolling like in 2.0.x

(https://i.imgur.com/xMUIjTg.png)

I like that in 2.0 the quick reply can be hidden, but when use dQuoteSelection mod to selectively quoting the quick reply becomes visible.
Title: Re: Quick reply collapsed by default
Post by: Steve on October 02, 2022, 10:12:18 AM
You can always request this as a mod: https://www.simplemachines.org/community/index.php?board=79.0
Title: Re: Quick reply collapsed by default
Post by: Sir Osis of Liver on October 02, 2022, 05:16:43 PM
Quote from: Illori on October 01, 2022, 07:34:06 PMthat does not really fix it, if you use the quote button it will go to the now hidden quick reply box.

Forgot about that.  In 2.0 quote goes to reply editor if quick reply is collapsed.  Another thing that wasn't broke and shouldn't have been fixed.
Title: Re: Quick reply collapsed by default
Post by: Kindred on October 02, 2022, 06:02:18 PM
Again, I disagree with your contention