Re: How to get the profile avatars, (bp_get_options_avatar) ?
Thanks!
Now, I am kind of confused actually.
What I wanted to do was to copy the function over to my bp-custom.php, and then remove the <img src=”” /> tag from the function, so that I could get the avatars by writing the entire code with <img src=”……” /> in the theme I am using.
I did this with the bp_loggedinuser_avatar() function, but it does not seem to be any img-tags in the bp_get_options_avatar() function. Now, does anyone of you know where I can find the img-tag witch Buddypress automatically gets when using the bp_get_options_avatar() function?
Thanks…!