Re: why same image for groups and profile ?
changing the image-source does not help.
You also need to change the CS is in the PHP-files.
So for example: ONE PHP-file refers to CSS-code in different sections of the BP-website (like “Member-Wire” and “Group-Wire”).
So if I change the CSS in the PHP-file, ALL images will change (in both “Member-Wire” and “Group-Wire”) . But I do not want to have ALL images changed, just specific ones in the “member-Wire”-section.
So how to achieve this ?
Suggestion for BuddyPress:
Generally speaking, BuddyPress-software should organized its CSS-codes specific to website-sections (like Members, Groups, Wire).
Currently the CSS-code is specified more like for “left-column” , “center-column” or “right-column”.
Doing so, will make it easier for developers to customize their websites……