PDA

View Full Version : Ignore List



kenshiro
October 6th, 2016, 07:50 AM
Some forum software has the ability to ignore threads and posts from particular users - does vBulletin?

There are some users, like Denizzz (http://fpgeeks.com/forum/member.php/6667-Denizzz), who exist not to participate in the community, but only to spam the various Classifieds forums.

Is it possible to not see these?

sharmon202
October 6th, 2016, 08:25 AM
Wow, I looked at her/his posts, it is all sales. I will join you. I really am tired of so much of this forum being sales.

kenshiro
October 6th, 2016, 08:45 AM
There's a vBulletin setting to ignore users, but it just mutes the posts, not the threads they start, which means that 'What's New' is just a wall of spammy For Sale posts =(

sharmon202
October 6th, 2016, 08:47 AM
How about a minimum number of posts requirement &/or length of time before allowing to sell? To FPN-ish? Or just a general embargo, peer pressure just don't buy?

carlos.q
October 6th, 2016, 09:17 AM
I see no problem with sales posts. If I don't want to see them I just skim over those posts. But sometimes I am pleasantly surprised.

Jon Szanto
October 6th, 2016, 09:37 AM
I had already posted a thread, a few weeks ago, regarding the increase in sales-only members and postings. Some don't mind it, I do.

Unfortunately, as already mentioned, the only Ignore function active on this board will create a list of users you wish to avoid, and it simply collapses their individual posts so that you don't see the content. You still see that they posted, and any new posts/threads will show up in the "What's New?" stream. There is no current way to ignore/block either at the thread or forum level. Current administration does not show any indication of getting involved in the day-to-day operation of the forum.

penwash
October 6th, 2016, 11:11 AM
I don't want to get into the "kettle calling pot 'cooking utensil, you!!'" because I also sell here at FPGeeks, but I had *a lot more* fun getting engaged, being educated, and sometimes help others in addition to selling.

So I do want to implore those who posted on the For Sale regularly, to also post something else around the forum.
Try it, you may actually find it enriching, after all, pens are boring if all we think about is how to sell them.

earthdawn
October 6th, 2016, 11:16 AM
Yea the ignore forum hack would be nice to have as it would subside the ones who don't want to view certain forums.

I LOVE the sales forum. I am always looking for something new to try and get a good deal on. As well I like to be able to sell some of mine where I feel I know the majority of people and they have a track record.

I am not sure if it is a hack or option in the admin panel with vbulletin but it would be nice to have.

kenshiro
October 6th, 2016, 11:33 AM
Necessity is the mother of invention. For those so inclined, I've put together a GreaseMonkey/TamperMonkey script that mutes all search results and threads begun by users you choose.


// ==UserScript==
// @name Hide annoying fpgeeks
// @version 0.11
// @description Properly block irritating users on fpgeeks
// @author kenshiro
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
// @include http://fpgeeks.com/*
// @grant none
// ==/UserScript==

function addJQuery(callback) {
var script = document.createElement("script");
script.setAttribute("src", "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js");
script.addEventListener('load', function() {
var script = document.createElement("script");
script.textContent = "window.jQ=jQuery.noConflict(true);(" + callback.toString() + ")();";
document.body.appendChild(script);
}, false);
document.body.appendChild(script);
}

function main() {
var annoyingUsers = ['Denizzz'];
for (var i = 0; i < annoyingUsers.length; i++) {
jQ("li.imodselector")
.show()
.has("span.label:contains("+annoyingUsers[i]+")")
.hide();
jQ("li.threadbit")
.show()
.has("span.label:contains("+annoyingUsers[i]+")")
.hide();
}
}

// load jQuery and execute the main function
addJQuery(main);

Before:
Forum (http://i.imgur.com/K6wIQHt.png)
Search (http://i.imgur.com/3osx2eG.png)

After:
Forum (http://i.imgur.com/C0XMSze.png)
Search (http://i.imgur.com/H3cBPKA.png)

Please do not use this script if you don't know what you're doing! I'm happy to provide some light assistance if there's enough interest, but this is mainly to defuse my own irritation. Cheers!

kenshiro
October 6th, 2016, 11:36 AM
Don't get me wrong, I think buying and selling is critical to any community site, because it keeps things moving around and helps people to experience more of the things they enjoy. It's just that some people don't participate, and also spam dozens of threads at once, knocking everyone else off the front page. The other FP site has the same problem in their classifieds. I think people who are not genuinely part of the community shouldn't be given the privilege of merely using said community as a pool of buyers.

carlos.q
October 6th, 2016, 02:01 PM
I would propose we all take a deep breath and practice a bit more tolerance for diversity. Any community is, by definition, a collection of different individuals. In a forum like this one some people will read posts but never write anything. Others may write posts and we can agree or disagree with their opinions. Some sell a few pens and other sell a lot. All members deserve my respect.

Any comparison to the FPN-Claudio fiasco is exagerated. That guy spammed the classifieds for one year selling a 100+ pen collection but listing each pen individualy.... Over and over again.

On the other hand we have a member that puts up for sale a lot of pens. Is that wrong? Is it offensive in any way? I don't think so. Maybe he doesn't "contribute" by writing a lot but his "contribution" could well be offering pens at good prices that other members couldn't afford otherwise. I just read a post in another thread from a FPG member thanking him for selling a pen at an affordable price.

Setting up rules like 30+ posts before selling any pens is an exercise in futility. I once witnessed a new guy in FPN posting 30+ posts welcoming other new members so that he could meet his quota and post his pen for sale.

In any forum where there is liberty to post you will like some posts and dislike others. Thats the way the cookie crumbles.

BTW I have never bought a pen from this FPG member and I do not know who he is.

Jon Szanto
October 6th, 2016, 02:13 PM
My tolerance for others is manifest in my support of as little moderation as is possible, and a wide variety of viewpoints. That said, I come to this forum to engage in pen discussions. I don't come here for sales, and when the number of new sales threads significantly outweighs the other topics, as it has become common, it very much degrades my enjoyment of the forum.

Frankly, over the last few years, the sales were primarily done by people who actually inhabited and took part in the FPG forums. These days there has been a large influx of people who do nothing but post sales. I don't want to see that stuff. If I want sales, I'll go to a sales area, but with so much commerce being forced down our throats every waking moment of every day, I've pretty much reached my limit.

What I'm looking for is a way to make all parties happy. The ability for people like myself to not see or be bothered by all the intrusive sales posts, while letting them be visible to those who want to see them, would keep everyone happy, and would be a nice way to solve the dilemma. As it stands now, there is a certain segment of the populace that is unhappy, and I can assure you that we've lost members because of the increase in the commercial aspect of the site. That sucks.

kenshiro
October 6th, 2016, 02:15 PM
If I were building a forum from scratch, I'd probably tie the number of For Sale posts you're allowed to the number of thanks you've received. That seems like it would increase proportionally to actual participation on the site.

Jon Szanto
October 6th, 2016, 02:27 PM
If I were building a forum from scratch, I'd probably tie the number of For Sale posts you're allowed to the number of thanks you've received. That seems like it would increase proportionally to actual participation on the site.

I think one needs to be careful in this area. The people who contribute do so in various ways, and some are simply more convivial and easy-going, and some might be a bit reticent or just brief in their posts. The latter can be perfectly fine members of a group, but might not elicit the kind of "warm fuzzies" that often cause people to punch the "Thanks" button. I'd hate for the metric to be a popularity contest.

I'm not saying I have the perfect answer, mind you, I'd just like it if there was a bit of a curb on the "I'm only here to post sales" crowds. And I completely admit that there is currently nothing that says or implies they shouldn't do that - they are currently well within their rights.

kenshiro
October 6th, 2016, 02:52 PM
I'm not saying I have the perfect answer, mind you, I'd just like it if there was a bit of a curb on the "I'm only here to post sales" crowds. And I completely admit that there is currently nothing that says or implies they shouldn't do that - they are currently well within their rights.
Indeed, they are within their rights. And like a noisy neighbor on a plane or public bus, it's much easier to use something to mute the noise than to get them to change their behavior. Hence, the script above. :)

Pelikan-Vera
October 6th, 2016, 03:01 PM
I would like to suggest that we may approach admin and ask whether it is possible to separate the sales into a separate thread whichis separate from the main forum. This way trying to find what I am interested in, which is new threads in, inks, reviews and the fabulous thread on drawing would be so much more enjoyable. I sometimes look at sales, but rarely and therefore if sales were separate I would appreciate this very much.
Cheers Vera

FredRydr
May 14th, 2018, 09:30 PM
Will adding a name to a Geeks ignore list block their private messages? I have a creepy stalker from FPN and FPG I'd like to sell if anyone wants one. I suspect he drinks.

Chrissy
May 15th, 2018, 12:38 AM
Will adding a name to a Geeks ignore list block their private messages? I have a creepy stalker from FPN and FPG I'd like to sell if anyone wants one. I suspect he drinks.
It definitely does on FPN, I think it's one of the options you can check. I believe it does on FPG too.

RocketRyan
May 15th, 2018, 02:21 AM
Never bothers me, I quite like looking at the pictures.

Chrissy
May 15th, 2018, 02:27 AM
Never bothers me, I quite like looking at the pictures.
I see what you mean there, but the ignore feature at least gives you a choice. You see that there is an ignored post in the thread, and if you think it might be one that's worth seeing, or someone else quotes it, you can always click to see it.

RocketRyan
May 15th, 2018, 03:22 AM
Never bothers me, I quite like looking at the pictures.
I see what you mean there, but the ignore feature at least gives you a choice. You see that there is an ignored post in the thread, and if you think it might be one that's worth seeing, or someone else quotes it, you can always click to see it.

I see how it could irk some people, especially the volume of sales going on, but I find it a good way of finding out about pens I may not be aware of.

sharmon202
May 16th, 2018, 10:25 AM
Don't get me wrong, I think buying and selling is critical to any community site, because it keeps things moving around and helps people to experience more of the things they enjoy. It's just that some people don't participate, and also spam dozens of threads at once, knocking everyone else off the front page. The other FP site has the same problem in their classifieds. I think people who are not genuinely part of the community shouldn't be given the privilege of merely using said community as a pool of buyers.

Totally agree

SIR
May 16th, 2018, 11:36 AM
Classified does need an overhaul - maybe a multicolumn format, and/or organisation by modern/vintage and manufacturer?

Jon Szanto
May 16th, 2018, 12:04 PM
Never bothers me, I quite like looking at the pictures.
I see what you mean there, but the ignore feature at least gives you a choice. You see that there is an ignored post in the thread, and if you think it might be one that's worth seeing, or someone else quotes it, you can always click to see it.

I see how it could irk some people, especially the volume of sales going on, but I find it a good way of finding out about pens I may not be aware of.

Conversely, I have more pen info than I need, so it ends up being a pain in the ass.

Farmboy
May 16th, 2018, 01:02 PM
It has gotten hard to ignore this thread.

Jon Szanto
May 16th, 2018, 01:07 PM
It has gotten hard to ignore this thread.

With straight lines like that the jokes practically write themselves...

Farmboy
May 16th, 2018, 08:35 PM
It has gotten hard to ignore this thread.

With straight lines like that the jokes practically write themselves...
Is my line “keep’m coming?”

Jerome Tarshis
May 16th, 2018, 09:28 PM
I read a lot of posts here that are about pens and I am pretty much unaware of sales posts except if I feel like looking into For Sale. Obviously some other people are having a totally different experience. And complaining about it.

Jon Szanto
May 16th, 2018, 09:46 PM
I read a lot of posts here that are about pens and I am pretty much unaware of sales posts except if I feel like looking into For Sale. Obviously some other people are having a totally different experience. And complaining about it.

It's pretty simple: many people come to the site and the first thing they view is "What's New". Makes lots and lots of sense, rather than paging through all the individual forums, etc. OTOH, often the threads that pop up to the top and obliterate informational posts are the many sales posts. In other forums, they often allow certain sections to be exempted or excluded from such 'recent posts' filters, but we don't have that here. That's why some of us complain. It's justified, too.

countrydirt
May 23rd, 2018, 08:59 PM
Is it possible to mute threads?

Jon Szanto
May 23rd, 2018, 09:41 PM
Is it possible to mute threads?

No.

countrydirt
May 24th, 2018, 07:07 AM
Darn

Jon Szanto
May 24th, 2018, 10:29 AM
Darn

I've used a stronger term in the past but, yes.

Farmboy
May 24th, 2018, 09:15 PM
Darn

I've used a stronger term in the past but, yes.

When it is not possible to ignore a thread you can always take the other approach, which often is more satisfying in the end.

Jon Szanto
May 25th, 2018, 12:08 AM
Darn

I've used a stronger term in the past but, yes.

When it is not possible to ignore a thread you can always take the other approach, which often is more satisfying in the end.

Which end?

Farmboy
May 26th, 2018, 12:51 PM
Darn

I've used a stronger term in the past but, yes.

When it is not possible to ignore a thread you can always take the other approach, which often is more satisfying in the end.

Which end?

You realize I am ignoring this thread don't you?

countrydirt
May 26th, 2018, 02:11 PM
There went the neighborhood!

FredRydr
May 26th, 2018, 02:53 PM
You realize I am ignoring this thread don't you?
Ignorant s.o.b.

Jon Szanto
May 26th, 2018, 02:57 PM
You realize I am ignoring this thread don't you?
Ignorant s.o.b.

Oh, he'll get his. I hear he has been sucked into the bidding on this gem. (https://www.ebay.com/itm/Gold-burgundy-HERO-100-fountain-pen-/222982640825?roken=cUgayN)

lsmith42
May 26th, 2018, 03:51 PM
My Hero!

Farmboy
May 26th, 2018, 07:02 PM
You realize I am ignoring this thread don't you?
Ignorant s.o.b.

I see you are using my other approach...