Originally Posted by
pepsi
No, it doesn't
have to be set up as a
WordPress Multisite, you can find many tutorials via Google, on how to simply share the user database. It would be worth looking into both options and decide which is the better though..
I understand, the problem is the blogs are already installed, and I did not change the user prefix before installing them to use one master registration. All
wp installations are in one database, but separated by subdomain name as prefix..
So now, I'm kinda stuck. I don't want to delete all the blogs, nor re install them. Since too much work has gone into it as it is.. But I'll keep looking on Google, maybe find a solution to this.
I found a few articles on this subject to add the following to my
wp-config:
define(CUSTOM_USER_TABLE,'wp_users');
define(CUSTOM_USER_META_TABLE,'wp_usermeta');
If I do this to the current installed blogs, will it effect it in a negative way? Coiuld it be done still without new installations.. and could it work with the theme? Does the theme use the same user table in the sql database as the stock version of wordpres?.. I appologise for my english it's not the best, so I hope I'm explaining my self enough to be clear. Thank you for your response.