-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select people to invite from your friends list #145
Comments
Thanks very much for this report and for #144, @Jon007. The way that the invitee-selection screen works is extremely fragile, having been ported (and mangled) many years ago out of BP's more limited invitation interface. I'd love to see this whole thing rewritten in a sensible way, perhaps using some sort of declarative JS framework, with a full rethink of the way the UI works. |
Well my idea is as per #144 to try to make it much more simple, by taking advantage of the existing now-standard searchable membership directory code, and some light customization to the UI template to add the checkboxes. |
Umm... it looks like this is partly done in BP Nouveau - Next Generation Template Packs To support this we'd need to first turn off the Group - Send Invites function of Invite Anyone, either as a option or if BP Nouveau is activated, and Member Send Invites by email. How best to do that? aha, I just saw you already know about the new template pack as you wrote this: https://bpdevel.wordpress.com/2017/04/12/bonjour-nouveau-an-introduction-to-the-next-template-packs/ |
Hm, good question. I'll have to spend some time thinking about how (and whether) Invite Anyone's group invitation feature should integrate with Nouveau. At a minimum, it'll have to be aware enough of Nouveau to provide a different kind of fallback theme template. (Things like the invite-anyone-not-just-friends setting are still relevant.) In the meantime, I don't see an obvious way to disable only the group-invitations part of IA. One easy thing is to move the |
No no, BP Nouveau already allows Invite anyone not just friends. So in the case of BP Nouveau instead of replacing the standard invite screen, just add a submenu to link through to invite by email.. |
The message "Select people to invite from your friends list" is not connected to an implementation of "Select people to invite from your friends list".
Actually there is only one list with either everyone or Friends, according to Settings\Invite Anyone, Limit group invitations.
Instead of changing the message it would be clearer to change the UI: instead of the multi-step results, show one level of search results as the standard members loop with a checkbox by each member, then select members and Send.
The text was updated successfully, but these errors were encountered: