Look in bp-core/bp-core-templatetags.php around line 158.
Seppolaatle112,
Have a look in this file:
/wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php
I think you’ll find what you want!
Well done M! 1min before, just the time I find it &I write the post!;-)lol
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…!