I am trying to use the User Registration addon to create a new site in WP MS. It seems that the addon adds the newly registered user to the main site, but the WP function wp_install_defaults() does this as well. The result is that the newly created user shows up in the table that lists the sites (Network admin->Sites) two times. However, the new user does NOT show up 2x in the user table (Network admin->Users). I have worked around this by creating a custom install.php in the wp-content folder that replaces the WP function wp_install_defaults(), and then commenting out the lines that duplicate the user in the site table.
Is this a bug in the User Registration add on? It would seem that if I'm right about the WP behavior, the User Registration addon shouldn't add the user to the sites table. Or is this the intended behavior?
Also, I posted a question here that has gone unanswered:
http://www.gravityhelp.com/forums/topic/creating-new-sites-in-a-network-after-taking-payment
I'm no longer interested in getting answers to all of those questions, but I am still wondering how to get the numeric site ID of the site created by the user registration add on. Does anyone know where I can find that info?