Best way to integrate with bbPress
-
Currently I have a website, let’s say mydomain.com which is currently a WordPress site (for now, more on that in a sec). I have successfully installed and been running bbPress at a subdomain: forums.mydomain.com. So far everything is hunky dory. Except that now I want to dump the WP part of the site and replace it with something homegrown (I no longer have a need for a blog-based website). The website is going to be for a streaming radio station. What I would like to be able to do is integrate bbPress to leverage the users/logins, so that those who are registered can login and make requests.
Building the PHP/templates for the site isn’t the problem, but what would be the best way to get to the necessary bbPress objects/database/”stuff” so that I can 1) tell if the user is logged in and 2) who they are (so that I can track for request reasons). If I was integrating with WP, I’d use one the WP-integration options, but since I’m not, I’m not sure how to go about performing this. Actually that’s not entirely true… I guess what I really want to ask is, if my bbPress is in one folder linked to a subdomain, what do I need to include from another folder to get to bbPress user info from the main domain.
I hope this made sense.
-tg
- You must be logged in to reply to this topic.