II want to combine the WordPress and phpBB users table (phpbb_users and wp_users). I want to put the combined table in the WordPress database. I can change requests for the column, user_id (in phpBB), into ID (WordPress), etc. However, the hard part is configuring phpBB to get user data from the WordPress database (I'm keeping all of the other phpBB tables in the phpBB database). Is there a tutorial on this?
Thanks in advance.