- When you say invites during group creation don’t work, what do you mean? What happens? Have you tried it with the plugin turned off?
- Under the “Select members from the directory” message you should see a checklist of every member on the entire site, whether you’re friends or not.
- I will look into the IE issue.
When you say “after the upgrade”, do you mean an upgrade of Invite Anyone or an upgrade of BP? Which version were you upgrading from?
BTW if you want to test an older version you can do so here: http://wordpress.org/extend/plugins/invite-anyone/download/
Hi
Thanks for the reply
When you create a group – there is nothing listed and you can’t find anyone with the search box
After you create a group – there is nothing listed but you can search using the search box
So – Select Members from directory – does not work at all
I mean upgrade the plug in I ran the latest version before the upgrade
I have tried the previous 2 versions and I get the same results
Thanks
Gibby
Thanks for the response, Gibby. It sounds like something peculiar about your installation. The plugin is written to get users directly out of the WP database. There is a possibility that it’s an MU vs non-MU issue – I’ll look into it and let you know.
Thanks
Appreciate your help
So you know I run 1.2.3 / 2.9.2 not MU
Gibby – I found the problem, and I have a fix for you. I’ll put it into the next point release, but for now you can make the edit yourself to fix the problem.
Open the file invite-anyone/group-invites/group-invites.php. After line 413 (which begins $members = ), hit enter a few times, and paste the following:
if ( !count($members) ) {
$query = "SELECT * FROM {$wpdb->users}";
$members = $wpdb->get_results( $query, ARRAY_A );
}
Save the file and test. That should make the member box unempty. Let me know!
Hi
Thanks for the reply – I am so happy with your help
Works great after you create a group and go back to invite people – the search works and the list is populated in a scrollable window
BUT
when you create a group the search does not work but the list of users is displayed but NOT in a scrollable window
I hope you understand and thats for the progress so far…
Gibby
Gibby
Thanks – I found the problem and am including it in the point release that I’m going to publish today. Watch your Plugins screen for an update.
Great – really appreciate your commitment to your plugin
Gibby