- 
	
	Tudmak replied to the topic Changing the avatar size on the Members page in the forum How-to & Troubleshooting 12 years, 4 months ago Thanks! Helps a lot 
- 
	
	Tudmak started the topic Checking profile field values with PHP in the forum How-to & Troubleshooting 12 years, 4 months ago At the moment I have a few profile fields for every member, and I would like to write a conditional based on the members’ choices in their profile. For example, if in the registration I had three chekboxes, names “A”, “B”, “C”, I would want something that would look like this: if (/* User chose A */) { /* do this*/;}elseif (/* User chose B */)…[Read more] 
- 
	
	Tudmak replied to the topic Changing the avatar size on the Members page in the forum How-to & Troubleshooting 12 years, 4 months ago Thanks for all the help, but it still doesn’t work when I do that… 
- 
	
	Tudmak replied to the topic Changing the avatar size on the Members page in the forum How-to & Troubleshooting 12 years, 4 months ago Here’s a part of the code: <?php do_action( 'bp_before_directory_members_list' ); ?><ul id="members-list" class="item-list" role="main"> <?php while ( bp_members() ) : bp_the_member(); ?> <li> 
 <div class="item-avatar">
 <a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar( 'type=full&width=750&height=750' );…[Read more]
- 
	
	Tudmak replied to the topic Changing the avatar size on the Members page in the forum How-to & Troubleshooting 12 years, 4 months ago What do you mean? I’m not removing anything from members-loop.php… 
- 
	
	Tudmak replied to the topic Changing the avatar size on the Members page in the forum How-to & Troubleshooting 12 years, 4 months ago @henrywright-1 @aces Thanks for the answers, but none of those two work… Any other ideas? 
- 
	
	Tudmak started the topic Changing the avatar size on the Members page in the forum How-to & Troubleshooting 12 years, 4 months ago 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=…[Read more]
- 
	
	Tudmak replied to the topic Adding a container to the profiles? in the forum Creating & Extending 12 years, 4 months ago That helps a lot, thank you! 
- 
	
	Tudmak replied to the topic What Template File Contains Advanced Search Form – Members in the forum How-to & Troubleshooting 12 years, 4 months ago I know its been a while since you asked this, but better late than never. Look for: 
 <?php if (in_array ('Enabled', (array)$bps_options['show'])) { ?>
 <script type="text/javascript">
 jQuery(document).ready(function($) {
 $('#bps_action').hide();
 $('#bps_show').click(function(){
 $('#bps_action').toggle();
 });
 });
 </script>
 <?php } ?>In…[Read more] 
- 
	
	Tudmak started the topic Adding a container to the profiles? in the forum Creating & Extending 12 years, 4 months ago Hello, what I’m looking to do seems simple, I just can’t figure out how to do it… All I need to do is add a block of html/css code in the the template for the profile, so that a container appears right next to the profile picture (avatar). I tried editing the bp-xprofile-template.php page, but that didn’t work… Any ideas? Thanks in advance! 
	@tudmak
	Not recently active