Skip to:
Content
Pages
Categories
Search
Top
Bottom

Access user data outside bbpress

  • I’m integrating a bbpress forum into a website and I need access to the bbpress user info and functions.

    at the top of my php page i’ve done

    require(“/path/to/forum/bb-load.php”);

    This works great so far, I can load the forum, display topics etc. The only problem is that I can not maintain a user log in when I go from the forum to my new page. I’ve dumped the $_COOKIE var from my new page and the bbpress cookie is not present. If I dump $_COOKIE from a bbpress page its present.

    Any idea?

    Is there any way I can make the bbpress cookie available in my new page?

Viewing 1 replies (of 1 total)
  • Ok so I’m not sure if this is the best way, but I turned on WordPress integration but without sharing database tables. Now I can access the cookies on any page that I include bb-load!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar