• Resolved bkaczmarek

    (@bkaczmarek)


    Hello,

    I’m currently developing a page using Ultimate Member and RTEC. I see that the Pro version of RTEC allows you to force website login in order register (which I intend on purchasing.) However, I’m wondering if it’s possible on the event page attendee list to have each registration entry display as a link to their Ultimate Member profile? Currently it obviously just displays as plain text.

    Many thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author roundupwp

    (@roundupwp)

    Hey bkaczmarek,

    This would be possible with either version of the plugin actually. It would require some PHP knowledge though to modify the existing attendee list. Here is a link explaining the PHP hook:

    https://roundupwp.com/codex/action-rtec_the_attendee_list/

    I’ll see if I can add an example that uses the user ID that is stored with each registration. Is that what you need to get the user profile link?

    Thanks,

    Craig

    Plugin Author roundupwp

    (@roundupwp)

    Hey again,

    I just wanted to update you that I added a 2nd example that creates a link for users. The example uses the WordPress function “get_author_posts_url” but if you substitute this part of the code with whatever function retrieves a member’s profile page, it should work great for you. Here is the link again (it looks like last time I made it into a code example by mistake).

    https://roundupwp.com/codex/action-rtec_the_attendee_list/

    Thread Starter bkaczmarek

    (@bkaczmarek)

    Thanks so much! I’ll do some work on this the next couple of days and let you know how it goes. I’m a bit of a php buffoon, so fingers crossed.

    Plugin Author roundupwp

    (@roundupwp)

    Sounds good! Were you able to get something working?

    Happy New Year!

    – Craig

    Plugin Author roundupwp

    (@roundupwp)

    I’ll go ahead and mark this as resolved for now but I hope you were able to get something that worked for you.

    – Craig

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Registrant List link to User Profile’ is closed to new replies.