The setup of the site is kind of complicated
basically, the end user logs in, and purchases a course. Upon successful purchase, they can access the course videos. (Right now, these are displayed in a custom post type.) The courses also come with access to private forums that go along with the course.
The client wants me to pull in the private forum (that goes with the course) into the pages with the course videos. So while someone’s watching the course video, they can look through the forums that go along with the course, and view previous posts or add their own right on that page. (as an example, if you visit http://udemy.com, you’ll see exactly what I’m talking about.)
I wasn’t sure it it was possible to just pull in a single forum into a post using template tags, or if it was more realistic to do something like, say, do a popup window that has the video on one side and uses an iframe to pull the forum into the other. I’m thinking the iframe solution might be what’s needed – but if I do that, I don’t want to allow the end user to back up out of the forum and switch to a different one.
Alternatively, if there’s some kind of method where I could just create a form, so if the end user posts something with that form it’ll get posted directly into the forum in question, that would be good, too. I have Gravity Forms, so that;s possible – but I’d need to know what hooks to use to make the content post into the forum without actually *being* on the forum page.