Anybody know how to filter out tourneys I have participated in when i try to check on my tourneys in progress that i am stil, alive and playjng in .? I have to scroll down and thru 2-3 pages of tourneys i participated in before I get to those I am still alive in. And after checking my status. It goes back to the start and I have to scroll down thru pages of tourneys i participated in again. Help. Would love to filter those out. Is there a way
How can I filter out tourneys I have participated in
Forum rules
Warning: challenging a moderation in Forum = 10 days ban
More info & details about how to challenge a moderation: viewtopic.php?p=119756
Warning: challenging a moderation in Forum = 10 days ban
More info & details about how to challenge a moderation: viewtopic.php?p=119756
Re: How can I filter out tourneys I have participated in
I assume you're going to https://boardgamearena.com/tournamentlist and filtering to in progress tournaments you registered for. If I understand what you want correctly, you can hide the tournaments you have been eliminated from using custom css.
Edit: updated to apply to both mobile and desktop
Code: Select all
body.desktop_version {
a.tournaments-list-result--player-status-eliminated{
display: none !important;
}
}
body.mobile_version {
a.tournaments-list-result--player-status-eliminated{
display: none !important;
}
}
Last edited by babycorns on 12 April 2025, 05:18, edited 1 time in total.
Re: How can I filter out tourneys I have participated in
How do I do that. 60 yrs old. Not very techy. I play on a tablet. And yes. You understand what i am looking. Filter to get rid of tourneys I have been eliminated from.
Re: How can I filter out tourneys I have participated in
1.) go to the advanced area of your preferences:
https://boardgamearena.com/preferences?section=advanced
2.) copy the text from the code block in my previous comment (I updated it to filter for mobile as well as desktop)
3.) paste the text in the large text box for custom css
4.) save
5.) go to the tournaments page (or reload if you still had it open)
6.) make sure you have selected the "in progress" and "tournaments I'm registered for" filters.
You shouldn't see the ones you've been eliminated from anymore. If you want them back you'll need to go back to the settings and remove that css. If it's something you think you would want to toggle on and off regularly, you could look into the unofficial browser extension made by a user here (and put in a feature request if it doesn't already support what you want).
https://boardgamearena.com/preferences?section=advanced
2.) copy the text from the code block in my previous comment (I updated it to filter for mobile as well as desktop)
3.) paste the text in the large text box for custom css
4.) save
5.) go to the tournaments page (or reload if you still had it open)
6.) make sure you have selected the "in progress" and "tournaments I'm registered for" filters.
You shouldn't see the ones you've been eliminated from anymore. If you want them back you'll need to go back to the settings and remove that css. If it's something you think you would want to toggle on and off regularly, you could look into the unofficial browser extension made by a user here (and put in a feature request if it doesn't already support what you want).
Re: How can I filter out tourneys I have participated in
Thanks. Very close. I did it. Went to tourney page. All tourneys I got eliminated were gone. Excellent ....but now it does not show what I am still in. If I filter different types it gets close. Single elimination shows none of my tourneys I am still in. All the rest of the those filters. Will show the tourneys I am in. Confused. So close to want I was looking for. Thanks.
Re: How can I filter out tourneys I have participated in
Hmmm. When I tried it on mine I still saw the tournaments that said "you are participating in this tournament" and the ones I had been eliminated from (which say you participated in this tournament - past tense) were gone. You're saying you no longer see any that say "you are participating in this tournament" with the css change?
Oh - re-reading - only the single elimination active tournaments are incorrectly being hidden? Other active ones display? Hmm that's weird... I currently only have 2 active tournaments - round robin and multiplayer elimination - so I guess I didn't have one to test with. Maybe I should sign up for another one to have a tester lol
Edit: I signed up for a single elimination tournament that starts on the 17th. For what it's worth, it doesn't disappear from planned tournaments, but I'll check back on Thursday once the tournament starts to see if I see it in the in progress list with the css.
Oh - re-reading - only the single elimination active tournaments are incorrectly being hidden? Other active ones display? Hmm that's weird... I currently only have 2 active tournaments - round robin and multiplayer elimination - so I guess I didn't have one to test with. Maybe I should sign up for another one to have a tester lol
Edit: I signed up for a single elimination tournament that starts on the 17th. For what it's worth, it doesn't disappear from planned tournaments, but I'll check back on Thursday once the tournament starts to see if I see it in the in progress list with the css.
Re: How can I filter out tourneys I have participated in
Yes. Baby corns. If I have filter set for all games. It picks up zero tourneys I am in. If I set it on single elimination it picks up zero tourneys I am in. If I set the filter on any other type of tourney it works perfectly. ..possibly the fact that the word elimination is in the css. Causes issue with single elimination. I am usually in pages of single elimination tourneys. Thanks for all your help. Glad I have a notebook keeping track of all my tourneys. Sometimes I get behind and need to check.
Re: How can I filter out tourneys I have participated in
Oh that's interesting that it's zero tourneys picked up when you have it on all types. I thought maybe it was picking up all the tourneys *except* for the single elimination. But it sounds like having the single elimination tourneys included in the list breaks it for everything else as well.
"tournaments-list-result--player-status-eliminated" is a class name... I wouldn't think that should mess with anything outside of the element(s) that it is on, but I want to see the html with an active single elimination tournament to see what's going on.
"tournaments-list-result--player-status-eliminated" is a class name... I wouldn't think that should mess with anything outside of the element(s) that it is on, but I want to see the html with an active single elimination tournament to see what's going on.
Re: How can I filter out tourneys I have participated in
My single elimination tournament just started so I went to the tournament page and filtered to in progress and only ones I've registered for - I see it there. No filter on tournament type or game. I have a round robin tournament scheduled to start tomorrow so I guess we'll see if having a mix of types changes anything.
Re: How can I filter out tourneys I have participated in
I think I'm going to have to give up. I can't reproduce what you're seeing. It works properly for me. I have a Round Robin tournament and a Single Elimination tournament going on now. If I filter to "In progress" and "tournaments I've registered for", they both show up and no tournaments that I've been eliminated from show up. No need to filter by tournament type. I've tried on Chrome, Firefox, Edge, and Safari. Both desktop and mobile. I even tried dropping off part of the CSS to see if I could get the behavior you're seeing (in case it was a copy/paste error) and I couldn't. I don't know what else to try without looking at what is happening for you since I don't see the same thing when I try it. I guess you could try clearing cache and/or updating the browser, but I don't think that will make a difference. Only other thing I can think of is to double check your tournament filters .
Sorry I wasn't able to fix it for you.
Sorry I wasn't able to fix it for you.