Piggyback onto bbPress user management
-
My site currently does not have a user management system where people can register etc. I’m looking for a system to integrate that I can just piggyback off of and access the users table to do my own development.
Would bbPress be a good fit here? I played around with the code a little bit and I just included “bb-load.php” and I was able call functions like ” bb_get_current_user_info( ‘id’ )” without actually displaying anything related to the forum.
The only downside is that it added about .2 seconds to my average php render times.
You must be logged in to reply to this topic.