When making a plugin, who do I access which forum a topic is in?
My plugin needs to check if the topic in topic.php is in a particular forum.
When making a plugin, who do I access which forum a topic is in?
My plugin needs to check if the topic in topic.php is in a particular forum.
Your answer is in the database. Try to find it, but if you can't, I'll give you the answer :)
Figured it out. Kind of dumb. $topic->forum_id
You must log in to post.