-
Improvement
-
Resolution: Fixed
-
Minor
-
3.3.13
viewforum.php's forum_data SELECT statement is currently a raw SQL string with no event that can be used by extensions to modify the forum lookup.
I'm building an extension that requires the ability to filter access to forums based on the domain, and so having this SQL be customizable via an extension would be helpful. I already have a working patch and will send a PR for discussion on the change.