So basically IF the story is in X forum AND has a specific prefix id AND has a specific topic tag, then show the thread. Best part? I am using the Zoints topic tag mod. I might consider disabling the modification and using the default tag system if this would facilitate the url string.
Your have to edit the query which gets the thread information to include the prefix and tags that you include. Be sure to 'clean' your passed variables (article in the articles forum about that) before you use them in your query.
Which query would that be? And how do I include the prefix and tags? You'll have to forgive me and deal with me with kid gloves, I am not the most tech savvy guy out there.
It looks like the query is around line 297 and just above it is the hook external_query, so I guess you may be able to write a plugin to insert the extra lines for the query. As for adding the prefix... there is thread.prefixid, so if you have the id, you could just use that. And for the tags is thread.taglist.