Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress Session Variable Names

It sounds like just including the bbPress function files and using those functions would be the easiest. I couldn’t figure out which files needed to be included for the login functions to work though.

I tried doing if (bb_is_user_logged_in()), which required /bb-includes/pluggable.php and /bb-includes/functions.php, but after I included both those files I was left with the following error:

Fatal error: Call to a member function get_row() on a non-object in /bb-includes/functions.php on line 1228

Am I missing some other file, or is it just not possible to use this function outside of the actual bbPress build?

Skip to toolbar