hi guys, please help..
i have a regular php website to which many people are already registered. is it possible to integrate the BBPress login to be the same ? or does integration only work between BBPredd and WordPress?
i would like people to only log in once to my site and have access to the registered people content, as well as to the forums without loging in again.
thank you
bbPress support forums » Pimp your Press
BBPress Integration with MY login sistem
(3 posts)-
Posted 1 year ago #
-
The user login handling functions are all pluggable. They're in bb-includes/pluggable.php, always check if a function of that name already exists before defining the default one, and is loaded after plugins are run. So you can overwrite any of them.
Posted 1 year ago # -
Posted 1 year ago #
Reply
You must log in to post.