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.
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)