• Resolved limone111

    (@limone111)


    it is possible to display the user profile when clicking on a user?
    cant find any settings.

    thx for help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter limone111

    (@limone111)

    i know i can set to “Enable User Profile” -> “ON” but nothing happens.(javacript:void(0)) jave is installed and enabled

    the next thnig is…I would like to set a special link as a user profile
    my profiles are shown here: https://myurl.com/members/{username}
    (i dont use buddypress)

    • This reply was modified 8 years, 2 months ago by limone111.
    • This reply was modified 8 years, 2 months ago by limone111.
    • This reply was modified 8 years, 2 months ago by limone111.
    Thread Starter limone111

    (@limone111)

    now i find this filter:
    /**
    * Implements my_custom_get_profile_url().
    * @params $user_profile_url string
    * @params $uid string
    */
    function my_custom_get_profile_url($user_profile_url,$uid){
    $user_profile_url = ‘http://sample-profile-url’;
    return $user_profile_url;
    }
    add_filter(‘iflychat_get_user_profile_url_filter’,’my_custom_get_profile_url’,10,2);

    would be very nice but same:
    javacript:void(0)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘link to userprofile?’ is closed to new replies.