You can always load bbpress and then check, by:
require_once( 'path/to/bb-load.php' );
Otherwise you could check if the cookie is set and has a password parameter. You won’t be able to check if it’s a correct password, of course.
yeah. I actually tried that, but It didn’t recognize any functions. . Even tried including the functions, template-functions, pluggable, etc files on their own. Still nothing.
And I tried searching for the cookie parameters, but I’m dumb and I was sleepy, couldn’t do a thing.
… so did you get errors because including the files failed or because you called inexistant functions?
because I called inexistant functions. The includes went on properly.
Err. Sorry about the double post. Functions are recognized properly now -_- I had a dumb mistake (It’s surprising what a little sleep can do for you).
The thing is, I can’t get the functions to recognize the user as being logged in. Will I have to do something similar to what people do to integrate with wp?