Changing the avatar size on the Members page
-
I’ve seen many threads about changing the avatar size, but I just can’t seem to get it to work. I’m using the default Buddypress theme, and I’m trying to change the size of the avatars on the Members page (i-e: the page with the list of all members) from the default of 30px x 30px.
I’ve tried changing
bp_member_avatar()
tobp_member_avatar(‘type=full&width=75&height=75′)
in/bp-themes/bp-default/members/members-loop.php
as well as in/bp-core/bp-core-widgets.php
, but it hasn’t worked. For the first, the page couldn’t load after the header, and for the second, it gave me an error saying that the ‘=’ was unexpected (I then changed the single quote to a double quote, and the error stopped appearing, but it didn’t change the avatar size).Any ideas? Thanks in advance!
- The topic ‘Changing the avatar size on the Members page’ is closed to new replies.