I have a member based website and am adding WordPress to it to utilize BuddyPress and bbPress.
I need to either add the member tables to the WordPress database and have the WordPress registration process link the wp_users ID to the other sites member ID
OR
I need to make it so that when a new person registers via WordPress that it creates a new member row in the other sites database and creates a link between the two.
Also need to know how to register/login outside of WordPress and h…