Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,455
- How-to & Troubleshooting
- 127,658
- Creating & Extending
- 25,621
- Requests & Feedback
- 9,375
- Third Party Plugins
- 9,703
- Showcase
- 3,317
- Ideas
- 1,315
- Miscellaneous
- 8,825
-
You need a “global $bp;” call if you’re going to be checking for the displayed user’s ID.
Also you might want to add the filter on $avatar_dir just in case anyone is overriding it!
$avatar_dir = 'avatars';
$avatar_dir = apply_filters( 'bp_core_avatar_dir', $avatar_dir, $object );
Give it a shot!
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS