Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: mnn2 on April 15, 2017, 11:58:17 PM

Title: How to increase the ignore list?
Post by: mnn2 on April 15, 2017, 11:58:17 PM
One of my forum member requesting me to increase the ignore list limit. Since I have no experience in ignoring other members, how to I increase the limit?
Title: Re: How to increase the ignore list?
Post by: Kindred on April 16, 2017, 01:38:46 AM
If your member is ignoring that many users, the I think it is that user who has the problem... not the system
Title: Re: How to increase the ignore list?
Post by: mnn2 on April 16, 2017, 01:40:49 AM
Quote from: Kindred on April 16, 2017, 01:38:46 AM
If your member is ignoring that many users, the I think it is that user who has the problem... not the system

Please tell me the number of system limit for ignoring other members. And how to increase it? :)

Title: Re: How to increase the ignore list?
Post by: Kindred on April 16, 2017, 02:30:38 AM
Afaik,  it is not just a simple change ...   so, in may case, I would tell the use to get over it
Title: Re: How to increase the ignore list?
Post by: mnn2 on April 16, 2017, 02:38:02 AM
Quote from: Kindred on April 16, 2017, 02:30:38 AM
Afaik,  it is not just a simple change ...   so, in may case, I would tell the use to get over it

Thanks for response.

Still hoping someone else can help. :)
Title: Re: How to increase the ignore list?
Post by: Arantor on April 16, 2017, 03:43:31 AM
Changing the list limit is really not a good idea. It has impacts on so many other areas of the system.

I have a vague memory of it being 80-100 though.
Title: Re: How to increase the ignore list?
Post by: tranhiep_116 on April 16, 2017, 05:27:15 AM
Try to remove all
Title: Re: How to increase the ignore list?
Post by: mnn2 on April 16, 2017, 05:30:21 AM
Quote from: tranhiep_116 on April 16, 2017, 05:27:15 AM
Try to remove all

Hi,

I don't understand you mean.
Title: Re: How to increase the ignore list?
Post by: Steve on April 16, 2017, 09:35:22 AM
Stick with the advice of Kindred and Arantor in this particular case.
Title: Re: How to increase the ignore list?
Post by: AnotherArb on February 11, 2019, 05:22:48 PM
Quote from: Arantor on April 16, 2017, 03:43:31 AM
Changing the list limit is really not a good idea. It has impacts on so many other areas of the system.

I have a vague memory of it being 80-100 though.
In practice it's in the low 40s, which is not enough.

The number of slots seems to vary with the length of the individual names in the list, which suggests it's limited by a character count or buffer or similar.

I use NSF (https://forum.nasaspaceflight.com (https://forum.nasaspaceflight.com)) daily. It has tens of thousands of registered users with plenty active. The mods are good so the signal to noise is high but there are always a few who are more noise than signal.

And if memory serves, someone on another thread here said it's all a bit of kludge, which might explain the aggressive-defensive tone above.

But for folk who use Ignore List on a busy forum it really is a too small.

So if there's ever an opportunity to extend it...

It's all about signal to noise, baby.

Title: Re: How to increase the ignore list?
Post by: Arantor on February 11, 2019, 05:33:31 PM
It's not by username. The list is stored as a list of the user ids, e.g. 1,2,45,873.

I doubt it's going to be extended in 2.1 at this point. Though if you have that many ignored, I'd suggest the signal to noise ratio has larger problems for you than that.
Title: Re: How to increase the ignore list?
Post by: landyvlad on February 11, 2019, 10:58:41 PM
Yes.

While having a larger ignore list may be A solution, it's almost certainly not the BEST solution.

It sounds to me like the moderators needs to be a bit more active, where members are reported for inappropriate comments.
And if member's aren't reported for inappropriate behaviour, the they aren't a problem surely?


What is the actual problem with the members that people want to ignore?
Title: Re: How to increase the ignore list?
Post by: live627 on February 14, 2019, 03:46:08 PM
I'll just drop this SQL query here.

ALTER TABLE smf_members
MODIFY COLUMN pm_ignore_list TEXT NOT NULL DEFAULT '';


Back to your regular passive-aggressive bickering.
Title: Re: How to increase the ignore list?
Post by: Arantor on February 14, 2019, 03:58:12 PM
TEXT columns can't have a default value.