45 pointsStarting to get into this DEV thingI'm new here
roobarb
Member
—
16th June 2011
Hi guys, I'm using a child theme of BP-scholar 2.4, and have just set-up my first group forum.
The one thing I notice though is that with the size of the group avatar at 150px square you have to really scroll down the page to get to see anything.
So I was wondering if you could tell me where I need to go to - or what css I need to add to change the size, as it looks like it gets hard coded somewhere rather than in the css.
Hoping its a setting somewhere thats just eluding me!!!???
Hi guys, I'm using a child theme of BP-scholar 2.4, and have just set-up my first group forum.
The one thing I notice though is that with the size of the group avatar at 150px square you have to really scroll down the page to get to see anything.
So I was wondering if you could tell me where I need to go to - or what css I need to add to change the size, as it looks like it gets hard coded somewhere rather than in the css.
Hoping its a setting somewhere thats just eluding me!!!???
Responses (2)
Sales & Support Pro — 16th June 2011 #
Hiya!
Yep, it's possible to do that.... You'll find the following code on line 24 of /bp-scholar/groups/single/group-header.php:
<?php bp_group_avatar() ?>You just need to change that to;
<?php bp_group_avatar(array('width'=>x, 'height'=>y)) ?>...where x is a numerical value for the width and y is for height.
Phil
Member — 17th June 2011 #
thanks - that worked a treat x
Become a member