MyBB Community Forums

Full Version: Run plugin only against certain subforums?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm looking for a way to use the post hooks to modify user messages only against certain subforums. Is there a way to easily pull the subforum id that a message is being posted to?
Depending on what hook you are pointing to, the fid (forum id) is always available but within different arrays or objects.
Try with the hooks provided inside the inc/datahandlers/post.php file.