Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: Karmasterrr on June 15, 2021, 02:49:43 PM

Title: Developing a mod to prevent full quotes of previous message
Post by: Karmasterrr on June 15, 2021, 02:49:43 PM
Hello guys.
Inexperienced forum users frequently click "quote" button instead of "reply" button and this creates avalanche of quotes :)
Is there any smf mod that removes full quote of previous message from posted message ?
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Diego Andrés on June 15, 2021, 02:52:33 PM
You could prevent nested quotes in Admin > Forum > Post settings > Remove nested quotes when quoting

Maybe that can ease your pain with that  :D
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Karmasterrr on June 15, 2021, 03:09:54 PM
Yes, "Remove nested quotes when quoting" option helps to turn avalanche into snowball.
But I need more  :P
There is little reason too keep a quote of previous message at all. Mod should remove it server-side.
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Kindred on June 15, 2021, 03:22:49 PM
actually, there are sometimes several reason to keep at least one-two layers of quotes...
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Karmasterrr on June 15, 2021, 04:54:17 PM
Quotes of older messages are useful and should be kept. Quote of immediately previous message is useless.
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: GL700Wing on June 15, 2021, 07:05:51 PM
Quote from: Karmaster on June 15, 2021, 04:54:17 PM
Quote of immediately previous message is useless.
In your opinion ...

I manage several forums that often have long, technical messages or messages in which members ask several questions and when other members respond they often include several quote snippets from the previous message to include in their response - creating quote snippets is a technique they've had to learn but it is very beneficial to have responses given in context ...
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Ninja ZX-10RR on June 16, 2021, 12:01:42 AM
Quote from: GL700Wing on June 15, 2021, 07:05:51 PM
I manage several forums that often have long, technical messages or messages in which members ask several questions and when other members respond they often include several quote snippets from the previous message to include in their response - creating quote snippets is a technique they've had to learn but it is very beneficial to have responses given in context ...
This. I've recently had a discussion on a mod board and it would have been completely impossible to follow&understand without the beautiful system SMF has.
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: shadav on June 16, 2021, 12:15:35 AM
maybe you should take some screenshots for your users to help explain how it works
not being funny here, being serious...I took some screenshots to help explain to my members how to use the report button

I mean the quote button is inline with the message
whereas the reply button is at the top and down at the bottom of the page, so I'm not really sure how one confuses the 2 since they aren't anywhere near each other

or turn on the quick reply box
in admin under configuration go to themes and layouts then go to member options
under the theme in use click on Configure guest and new user options for this theme
find  Use quick reply on topic display
change to
show, on by default

I have mine set to show, off by default but maybe it'll be better for you if you have it set to show, on by default

and then after you save it go back to member options and under the theme in use click on
Change current options for all members using this theme
so that everyone now has this option set
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Karmasterrr on June 16, 2021, 07:28:12 AM
Quote from: GL700Wing on June 15, 2021, 07:05:51 PM
Quote from: Karmaster on June 15, 2021, 04:54:17 PM
Quote of immediately previous message is useless.
In your opinion ...

I manage several forums that often have long, technical messages or messages in which members ask several questions and when other members respond they often include several quote snippets from the previous message to include in their response - creating quote snippets is a technique they've had to learn but it is very beneficial to have responses given in context ...
OMG you guys all get me wrong  >:(
Of cause partial quotes are useful, but not FULL quotes:
Quote
Is there any smf mod that removes full quote of previous message from posted message ?

Quote
maybe you should take some screenshots for your users to help explain how it works
not being funny here, being serious...I took some screenshots to help explain to my members how to use the report button
Why ? If you can do it with mod and make moderator happy  :)
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Aleksi "Lex" Kilpinen on June 16, 2021, 07:44:10 AM
If I understand you right, what you want is the ability to turn quotes smaller than they were originally, and honestly I think that's a horrible approach than could easily turn a small annoyance in to user anger.

Quote from: Karmaster on June 15, 2021, 04:54:17 PM
Quotes of older messages are useful and should be kept. Quote of immediately previous message is useless.
This is a full quote, linking back to your earlier message.

Quote from: Karmaster on June 15, 2021, 04:54:17 PM
Quotes of older messages are useful and should be kept.
This is a partial quote, still containing all the info on where to find the original - but the shortened quote kinda changed the meaning, the tone of the quote.

If you only want to make sure multiple quotes are not embedded in each other, that is built in to SMF as is mentioned - And would limit the "avalanche" effect.
But if you actually truly want to shorten the quotes for some reason, it is my honest recommendation to really consider carefully before going there - could end up with confused users instead of annoyed moderators.
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: shadav on June 16, 2021, 09:33:54 AM
no, I think they only don't want the above (very last post) post to be quoted so like I wouldn't be able to quote you lex but I could quote any other message in this thread

which is where probably turning on the quick reply to show by default would help out a lot in this situation
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Aleksi "Lex" Kilpinen on June 16, 2021, 09:58:21 AM
Ah, if that is the case - Yeah, quick reply would probably help. It is a bit easier for many to first spot the "quote" -button, since the "reply" one is only at the very ends of the displayed topic.
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Karmasterrr on June 16, 2021, 12:54:27 PM
Quote from: shadav on June 16, 2021, 09:33:54 AM
no, I think they only don't want the above (very last post) post to be quoted so like I wouldn't be able to quote you lex but I could quote any other message in this thread
yes, we want it, or .. don't want it, whatever  :laugh:
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: shawnb61 on June 16, 2021, 01:24:44 PM
I am not familiar with the quote mods out there.  Most appear to focus on narrowing quoted text to selected text, or to make it easier to quote from separate threads:
https://custom.simplemachines.org/mods/index.php?action=search;basic_search=quote

But my forum does use the "Remove Images from Quotes" mod to decrease the size of quotes substantially.  We share lots of images, & this helps a lot:
https://custom.simplemachines.org/mods/index.php?mod=2430
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Karmasterrr on June 16, 2021, 08:30:20 PM
Too bad there is no such mod, I will write it later for SMF 2.1.x
Thanks all for your help  8)
Title: Re: Developing a mod to prevent full quotes of previous message
Post by: Shades. on June 18, 2021, 02:49:02 AM
I just use the "Reply Button In Every Post" mod - https://custom.simplemachines.org/mods/index.php?mod=3424
It puts a "Reply" button in front of every "Quote" button in every post. 8)