BP_AVATAR_DEFAULT_THUMB issue
-
Hi all,
define ( 'BP_AVATAR_DEFAULT', $img_url ); define ( 'BP_AVATAR_DEFAULT_THUMB', $img_url );I’m using the code above to change the default avatar to a custom one from the usual mystery man. The first code works fine (and also seems to change the thumb avatars too).
However the second avatar thumb code (which is meant to change the thumb avatars) does not seem to be having any effect, even with the first inactive.
The code changing default avatar width and height works fine for both full size and thumb size avatars. It is just setting the
BP_AVATAR_DEFAULT_THUMBwhere the problem lies.Any ideas?
WP 4.4.2
BP 2.5.1
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘BP_AVATAR_DEFAULT_THUMB issue’ is closed to new replies.