• Hello,

    Clicking on a name in the member request list returns a profile page without any of the details that help us decide whether or not the request is genuine.

    How can I fix this?

    Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    For your specific case, what type of information would you like or perhaps better put expect to see?

    I know we temporarily log originating IP addresses, and the rest would mostly be whatever gets put in for a given registration as per user profile fields and whatnot available to fill in.

    What else would you like?

    Thread Starter joeco

    (@joeco)

    Hi Michael,

    The site is health care related. We would like to see all the standard profile info that we ask people to fill out: name, location, short bio, relationship, How long have you or the person that you are caring for had this disease?

    from the moderator — “Like whatever a person does or doesn’t fill out when they register I need to be able to see when I click on their name in bp registration.”

    Thanks for looking into this!

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Noted on all those parts. This has me wondering though if we maybe need to have a way to customize where we link to with a given entry in our list of pending members, as I have to believe you’re collecting all that information somewhere upon registration already. It may just not be shown at the admin-side urls like /wp-admin/user-edit.php?user_id=6 and whatnot, thus harder to track down and review.

    Is that sounding accurate?

    Thread Starter joeco

    (@joeco)

    a click on the name link in the member request list go to whateverforum.com/forums/members/username/

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Yeah that looks like our default behavior. That looks like it’s bbPress profile more than BuddyPress, but we try to support bbPress with the plugin.

    We don’t presently have a filter/hook for the first column in the list, but the “Additional Data” column does.

    If you’re able to get a link to the page in question for each user, all through the user ID, then we could do something with this. Even if it’s just a url like whateverforum.com/user/username/extrainfo/ because we could get the username from the user ID and construct a link from the rest.

    Just need to make sure we have a consistent permalink structure for where the information is that you’re wanting to review, so we can drop that in the “Additional Info” column.

    Thread Starter joeco

    (@joeco)

    The link below goes to a page in admin where all the info is displayed.

    whateverforum.com/forums/wp-admin/users.php?page=bp-signups&signup_id=1234&action=activate

    Can you please suggest a function (or better yet a small plugin) to accomplish this?

    Thanks again!

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Aha, thank you for that.

    I have done up a quick helper plugin that you can acquire at https://www.dropbox.com/s/5twkdszdmioirnm/bpro-signups-link.zip?dl=0

    It will create a link like the one shown in this screenshot:

    Screen Shot 2022 07 08 at 6 50 16 PM

    and the link will go to the associated /wp-admin/users.php?page=bp-signups&signup_id=1234&action=activate URL for them.

    I also do believe that this type of thing would be good for us to integrate into the plugin by default and I am going to be opening an enhancement issue for this so we can get it in a future release.

    Thread Starter joeco

    (@joeco)

    Hi Michael,

    Thanks for the plugin! Works great!

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Welcome.

    I can’t promise when we will get something similar added to the plugin out of box, but it is an opened enhancement now.

    Thread Starter joeco

    (@joeco)

    btw — After using it a few times, I’m going to add a target=”_blank” to the link.

    Thanks again!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘member request profile details’ is closed to new replies.