Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PlusPlugins

    (@plusplugins)

    Hi Peter,

    Sure, this is an easy fix.

    Please replace line 242 in the plugin file from

    $names[] = '<a href="' . get_permalink(get_option('um_core_pages')['user']) . $item->user_login . '">' . $item->display_name . '</a>';

    to

    $names[] = '<a href="' . get_permalink(get_option('um_core_pages')['user']) . $item->ID . '">' . $item->display_name . '</a>';

    Let me know if that works for you.

    Thread Starter peteratomic

    (@peteratomic)

    Works! Will this option be integrated into the next official version?

    Plugin Author PlusPlugins

    (@plusplugins)

    We’re not planning on building an options screen for this plugin, as it’s really nothing more than a quick hack to get relational fields. We’d rather recommend forking the plugin and adapting it to your own needs, like in this case.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘linking problem’ is closed to new replies.