Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • Tudmak
    Participant

    @tudmak

    Thanks! Helps a lot


    Tudmak
    Participant

    @tudmak

    Thanks for all the help, but it still doesn’t work when I do that…


    Tudmak
    Participant

    @tudmak

    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' ); ?></a>
    			</div>
    
    			<div class="item">
    				<div class="item-title">
    					<a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a>
    
    					<?php if ( bp_get_member_latest_update() ) : ?>
    
    						<span class="update"> <?php bp_member_latest_update(); ?></span>
    
    					<?php endif; ?>
    

    Tudmak
    Participant

    @tudmak

    @henrywright-1

    What do you mean? I’m not removing anything from members-loop.php…


    Tudmak
    Participant

    @tudmak

    @henrywright-1 @aces Thanks for the answers, but none of those two work… Any other ideas?


    Tudmak
    Participant

    @tudmak

    That helps a lot, thank you!


    Tudmak
    Participant

    @tudmak

    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 home/wp-content/plugins/bp-profile-search/bps-searchform.php

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar