This afternoon I got wp-hive working with a main blog and one new blog. I was poking around the database and noticed a couple of things:
1) The wphive tables don't use the prefix I have setup for my primary WP installation. I think this needs to be fixed and is trivial to do so.
2) The second blog I created which is managed by wp-hive has a 3 letter prefix based on the domain name - why not use the entire subdomain prefix? For the project I am thinking of using hive on, there will be 6-8 subdoamins which are all very similar and in each case, the first 3 letters are replicated across at least one other subdoamin.
3) Like the wphive tables, the tables for the second blog do not make use of the database prefix either.
Looking at the code, the wp-hive tables are hard coded which would prevent setting up more than one installation in a single database.
I like the potential of this, but I'd like to see a couple things like this fixed before I commit it to a real project.
Mike
