• Resolved ericreynolds007

    (@ericreynolds007)


    Paul, thanks for the great plugin and support! I didn’t have an issue linking user avatars to member buddypress profile pages.

    How would I go about finding the user_link setting for redirecting avatar links to Ultimate Member profile pages? I’ve tried um_profile and um_user to no avail. Any advice appreciated.

    ?? Eric

    https://www.ads-software.com/plugins/author-avatars/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    I don’t know that plugin.

    Is it not loading the profile on the default profile URL

    If not you may have to add the URL in the user profile website and select that

    not sure how much help I can be

    Paul

    Thread Starter ericreynolds007

    (@ericreynolds007)

    Thank you Paul. Ultimate Member is a membership plugin with community extensions. It’s ramping up to work like Buddypress. The UM interface is well-designed. I hope that Buddypress will offer the same design bells and whistles someday.

    I just discovered that the user_link= shortcode is restricted to a few options which include Buddypress member pages. How would I go about adding functionality to your plugin so that it connects with Ultimate Member member pages?

    Right now, I did as you suggested and placed the member page URL in the website field for each member. However, it would be great not to have to do this each time a new member registers.

    ?? Eric

    Plugin Author Paul Bearne

    (@pbearne)

    OK I will add it to list of updates

    glad the work around worked

    Paul

    Thread Starter ericreynolds007

    (@ericreynolds007)

    Thanks Paul. I look forward to the update. ?? Eric

    Plugin Author Paul Bearne

    (@pbearne)

    Hi

    I have added support in the head version can you test?
    At https://github.com/pbearne/wp-author-avatars

    download here
    https://github.com/pbearne/wp-author-avatars/archive/master.zip

    Paul

    Thread Starter ericreynolds007

    (@ericreynolds007)

    Thanks Paul. For some reason, when I click on an avatar, I am redirected to the Ultimate Member profile that proceeds the avatar I clicked.

    For example, let’s say that I have three avatars in a row. If I click on avatar #3, I am redirected to the UM profile for #2.

    I hope this makes sense.

    ?? Eric

    Plugin Author Paul Bearne

    (@pbearne)

    This is why I asked you to test

    I will dig some more

    Paul

    Thread Starter ericreynolds007

    (@ericreynolds007)

    I completely appreciate what you’re doing! ??

    Plugin Author Paul Bearne

    (@pbearne)

    try pulling a new version from github just fixed it for you

    Paul

    Thread Starter ericreynolds007

    (@ericreynolds007)

    Well done Paul! Much appreciated. It works. ?? Eric

    Plugin Author Paul Bearne

    (@pbearne)

    yes you had to set the current use before getting the link

    um_fetch_user( $id );
    $link = um_user_profile_url();
    um_reset_user();
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Using Ultimate Member with AAL’ is closed to new replies.