MyBB Community Forums

Full Version: Reply box on your website (not forum)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I basically want to allow my users to reply to a thread on my forum using a box that's on my actual website (not my forums). The box will check if they are registered and logged in, and then if they are, post the reply on the thread, if they aren't registered, they would post as a guest.

How can I implement this kind of functionality?