Hi All,
I am going to be doing an install of WPMU where we automatically create many blogs based on a topic. For any one topic there will be an admin (us), a site sponsor (like an author user level 5), and then many users (authors/contributors) can join as a user to that blog. We want each blog created up front and then we will add the various users after the fact. We would be the only ones with ability to remove users, etc.
So, I have a database of topics which I will select from and loop through creating a blog for each one. I was thinking about using the wpmu_create_blog($domain, $path, $blog_title, $user_id, $meta)
function to create each one, but I am unsure as to how to deal with the admin email adresses as we are the admin for each of the topics, yet it looks like we need a unique email for each new blog. Preferably we'd like to use one master email address for the admin email address for all blogs.
What would be the best way to create many blogs (many thousands) in a batch format, but have those blogs admin'd by us still? I talked to Matt at the WebVisions conference about this, and he thought it was possible but that I should post it here to see what everyone says.
If anything is unclear, let me know and I will try to clarify.
Thanks in advance!