How to create a dynamic link to “my friends”
-
Initial details:
WordPress 4.5.3 running.
BP Press: Version 2.5.10.
WordPress as a directory, it in root.
I have custom functions in a child bp-custom.php.
I’m running bbPress (standalone), ersion 2.5.10.
NOTE: Everything all works great – just this doesn’t seem to…
______________________________________________Now, I’ve seen many of the ‘[Resolved] How to create a dynamic link to “my profile”‘ forums but I need it as an image-link (in page, so not a widget), to the user’s “my friends”.
My best guess was: having the url of the image being:-
http://taipeiexpats.org/members/MEMBER_NAME/friends/
and, having this code in my bp-custom.php (I’ve also tried my child theme functions):-
add_filter( ‘bp_core_enable_root_profiles’, ‘__return_true’ );
}
This would allow the MEMBER_NAME (I tried adding the %username% and etc…)
None of this works.
Any ideas upon what I got to do?
- You must be logged in to reply to this topic.