Thank you for flagging, we'll look into this asap!
The link bug should be fixed now, and we're currently flagging all runs that were either submitted by or played by a user to make sure none fall through the cracks. If there is a different player versus submitter, the run will show up in both their lists. We know this may create longer lists, but our goal is to be as thorough as possible to minimize impact on the site.
The "Runs at Risk" does not appear to filter for unlisted Youtube videos, showing all runs submitted before a certain date, public videos or not. I appreciate it may be difficult to code the tool to filter for unlisted videos, but as is the tool is not very useful to be honest, have to go through a lot of videos that aren't actually at risk. Also, it seems to show rejected runs as well?
I'm sorry but what the heck am I supposed to do for the hundreds of "runs at risk" on a game I moderate?
Did I miss some guidance provided by the site? If so can you please direct me?
You are supposed to contact the runners and if necessary archive the videos of the runs. If you have hundreds of runs I would only worry about important ones like former world records.
I was about to suggest removing objects with the "global-announcement" class using js or css injection but that would break the feature for the future if you forget to remove it. A dismiss button should probably be added soon before people start removing it manually.
sorry to bring this thread back up but [quote]also id like to be able to get rid of the notice on the top of the site. i already notified who i could and downloaded the rest. now the thing is just an annoyance[/quote]
since they couldnt add the close button to the notice box you can add this next thing to your custom css browser addon to get rid of the notice. remember to take the code off after the 23rd so nothing breaks
.global-announcement { display: none !important; }