Forums

Join
bbPress Support ForumsRequests and FeedbackbbPress integration

Info

bbPress integration

  1. Is that possible to integrate bbPress with an existing website which is not running wp? I have a website which needs a forum, I wrote it in php and postgresql backend. Is there any way to integrate bbPress with it; user registration, login etc?

    Thanks.

  2. The user authentication stuff is all pluggable (check out bb-includes/pluggable.php: you can override any of those functions with a plugin).

    There's some more discussion about this sort of thing here: http://bbpress.org/forums/topic/298

  3. You must log in to post.