Forum Replies Created
-
I’ll give that a go — thank you!
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/@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
@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?
@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!
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(); ?>">
…
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.