Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • mocreate
    Participant

    @mocreate

    I’ll give that a go — thank you!


    mocreate
    Participant

    @mocreate

    @Venutius Believe me, I know it should work and certainly wish it was 🙂 — wondering if perhaps there’s some ajax conflict with another plugin. My next step would likely be to turn off plugins to see where a conflict might arise.

    Many thank yous to you and @shanebp for looking into this!


    mocreate
    Participant

    @mocreate

    Ach. Just made that edit now but sadly no luck — it’s persnickety on staying with newest:
    https://familytravel.org/groups/fta-media-members/members/


    mocreate
    Participant

    @mocreate

    @Venutius @shanebp If you’re using bp-nouveau, the code there for …single/members.php is different — I’m using that rather than legacy — is there a different location to add this?


    mocreate
    Participant

    @mocreate

    @Venutius Just to make sure I have everything accounted for, I wanted to conifrm this should be the correct placement of members-loop.php — see screenshot for directory structure.

    https://www.dropbox.com/s/cc6bqqrcxtvljmm/theme-override-placement.png?dl=0


    mocreate
    Participant

    @mocreate

    @Venutius or it could be conflicting with my theme — do you know of any plugins that might accomplish this — premium or otherwise, as an alternate way to solve?


    mocreate
    Participant

    @mocreate

    @Venutius, are there specific instructions on how this might be accomplished — I was wondering where I’d insert this code into members-loop.php — any help is appreciated!


    mocreate
    Participant

    @mocreate

    This is the top portion of my members-loop.php override for reference:

    
    <?php do_action( ‘bp_before_members_loop’ ) ?>
    
    <?php
    if ( bp_ajax_querystring( 'members' ) =="") {
    	$queryString = "type=alphabetical&action=alphabetical&page=1";
    } else {
    	$queryString = bp_ajax_querystring( 'members' );
    }
    ?>
    
    bp_nouveau_before_loop(); ?>
    
    <?php if ( bp_get_current_member_type() ) : ?>
    	<p class="current-member-type"><?php bp_current_member_type_message(); ?></p>
    <?php endif; ?>
    
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ). '&type=alphabetical' ) ) : ?>
    
    	<?php bp_nouveau_pagination( 'top' ); ?>
    
    	<ul id="members-list" class="<?php bp_nouveau_loop_classes(); ?>">


    mocreate
    Participant

    @mocreate

    Many thank yous for the reply! Would this be a function I would pop into functions. php — trying to understand if this would live there or where it should be placed.

    I’m using the latest version of Buddypress and Nouveau to hook into a custom theme we’re using.

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