You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Clicking the the forum link for New Game Page Requests in particular brings you to an empty page instead of the forum itself. perhaps this has to be with the high number of pages the thread has but this is speculation.
To Reproduce
Steps to reproduce the behavior:
Go to Recent Posts
Click on New Game Page Requests forum link
See error
Expected behavior
Bring up the correct forum page
Screenshots
The text was updated successfully, but these errors were encountered:
https://retroachievements.org/viewtopic.php?t=13871&c=231498#231498 seems it loads now since it has two new posts but it isnt redirecting to the actual comment which is Gravuano post in the previos page, if those two new posts werent there it would be empty like in the screenshot. This is not the first time I have caught this but it is very inconsistent.
SELECTu.IDAS user_id,
u.UserAS username,
u.Permissions,
u.banned_atFROM
ForumTopicComment ftc
JOIN
UserAccounts u ONftc.author_id=u.IDWHEREftc.ForumTopicID=13871AND (u.Permissions<0ORu.banned_atIS NOT NULL)
GROUP BYu.ID;
This returns 2 results - the shift is from two banned user posts which are invisible to most users. The back-end should be ignoring these for non-mods though.
Describe the bug
Clicking the the forum link for New Game Page Requests in particular brings you to an empty page instead of the forum itself. perhaps this has to be with the high number of pages the thread has but this is speculation.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Bring up the correct forum page
Screenshots
The text was updated successfully, but these errors were encountered: