I got the invites working -- so coooool!
Just a couple of things:
1. When I invite someone I get this message at the bottom of the Manage/Invites page when sending two invites - separately of course:
Already Invited
WordPress database error: [Unknown column 'user_id' in 'where clause']
SELECT user_login FROM wp_users WHERE user_id = '0'
WordPress database error: [Unknown column 'user_id' in 'where clause']
SELECT user_login FROM wp_users WHERE user_id = '0'
and this when one has accepted the invite:
Already Invited
WordPress database error: [Unknown column 'user_id' in 'where clause']
SELECT user_login FROM wp_users WHERE user_id = '0'
WordPress database error: [Unknown column 'user_id' in 'where clause']
SELECT user_login FROM wp_users WHERE user_id = '4'
It seems there is a database error but I don't know a thing about mySQL databases. Can you please tell me what I need to do to fix this? (The invite page works great and the blog is created and works just fine.)
2. I thought this was a great idea:
$_POST[ 'personalmessage' ] = "I've been using ".get_settings( 'blogname' )." and thought you might like to try it out. Here's an invitation to create an account.";
I was wondering if you knew how to turn that into a link to the blog?
Thanks.