Hi Kyle,
I would like to copy ONLY the user information out of my current website and then paste ONLY the user information into a new website (which has CB etc... installed and is basically a near-clone).
I have to copy the MySQL table over? or can I export the users as well? and then import in the new website?
Here is the problem I have. I have installed Multi-site, meaning that I have one PHP that can run multiple sites (that are copies of the master). One of them was branched out of the master before I had Multi-sites and the DBs are now slightly different (name of fields, lists etc...). I have managed to make them run on one PHP, but the very slight difference in DB (especially in the module section) are making random modules appear on pages (after I update the module stuff on the master and push the changes out to the children).
I would like to JUST import the user data into a new clone of the master ie what they have filled out on their profile. How do I do that?
The rest of the user data in the website will be done by hand. I have found a way for those already, but not for CB user data...
I will also get DB faults (naturally since some fields have differing names), how do I best resolve them? Tools in CB?