-
Notifications
You must be signed in to change notification settings - Fork 9
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
Invite All Members, use same member search and detail as Member directory #157
Comments
@Jon007 Yes this screen hasn't been updated yet to use the revised search markup yet & in general needs attention, it's on my todo list to overhaul. I'll ping this ticket when it's updated, a further review would be helpful. |
Great, I'll be happy to help review. The Members directory and Group Members screens both work great with pre-existing non-Nouveau enhancements. |
Although possibly not directly related to your ticket here & concerns I have pushed up a revision of the screen to update the search form to mirror the the approach with the main dir searches also updated styles to re-gain icon display. Not sure if that addresses those concerns over the html question above? However not sure we can do a lot about things like advanced profile search on these screens but if you want to look into it further and possibly patch or offer suggestions as to what would need doing to allow profile search we can examine further. Again any/all feedback welcome. |
Hi @hnla I got the latest code, but I'm not sure what the overall effect of the changes is supposed to be... The extension hooks I am using are:
which hooks into the member detail display in the Member directory and the Group Members screen to add a generic display_member_profile_fields() function that does what you might expect from the name.
.. plus a couple of small hacks to get it to work right.. So I would be looking to implement these types of hooks on the Invites member search functionality. |
@Jon007 Primarily the commit was to address fact that we had variance in our search markup form from the dir search examples to this invites screen which was built using Backbone so not calling the common include for search, this also addressed styling problems, in addition I did fix up things like icons (not tested cross browsers though) No hooks were changed or should have been changed in that commit so not sure what is occurring there, but generally hooks were largely re-imagined for Nouveau, so would welcome any testing you can do to establish what's not working here or where broken and we can look to address it. |
This is what makes it slightly less than straightforward, I take your points though, I think the original intent was that users in this scenario didn't need to be quite as detailed as member directory or groups - we may be able to work something out though. |
Well for my purposes, I added:
I'm not sure the Backbone scripts are a step forward. Ajax is great but these screens that load empty of data and then do another round trip to load up the data, seem clunky to me. (even on local install, admittedly with XDebug on) |
Currently the Group, Invite, All Members screen just shows the usernames (and picture if uploaded or broken picture if not uploaded).
This may not be enough to corrrectly identify a user in All Members, there may be many people called jon123, jon456 etc
Why not allow the same features as Member directory?
If searching All Members to invite, this should be the same as a search in the Member directory.
In the Member directory I enable advanced search with BP Profile Search, and add additional display information from XProfile fields, to make it easier to search for and correctly identify the person.
The text was updated successfully, but these errors were encountered: