Hi,
I made a custom user system out of PHP/MySQL for a system I built. I want to integrate my WordPress and bbPress with it into my custom user system, so users won't have to register twice and login twice. Is this possible?
Thanks so much.
Hi,
I made a custom user system out of PHP/MySQL for a system I built. I want to integrate my WordPress and bbPress with it into my custom user system, so users won't have to register twice and login twice. Is this possible?
Thanks so much.
Yes it is. You can define a custom user table for both WordPress and bbPress with
define('CUSTOM_USER_TABLE', 'your_table_name');
If the field names are different, you'll probably need to redefine some of the pluggable functions.
This topic has been closed to new replies.