Hi! I'm wanting to integrate a WPMU setup out-of-the-box with my current membership site (joomla-based). I'm fairly proficient with PHP, so I'd like to modify the files so that they call a specific table for user information instead of the usual WP table.
My questions are:
Is it possible to define which table holds user data?
If so, does anyone know which file(s) would be involved?
I've considered copying the users over to the WP table, but I would have to do it all the time to make sure that new users were accounted for and expired users deleted quickly. Plus with that sort of setup new users wouldn't automatically be given a blog, which could result in a lot of support requests.