Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Bruce
    Participant

    @bnowthen

    Thanks, but I have one correction for those not familiar with php. Delete the comment “//” marks just before the “if” statement, or you come up with no list at all.

    So <?php //if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&type=alphabetical’ ) ) : ?>

    Should be:

    <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&type=alphabetical’ ) ) : ?>

    Thanks again. This was very helpful, especially the instruction to put the buddypress code in the child theme folder.


    Bruce
    Participant

    @bnowthen

    That was very helpful. When I clicked on the alphabetical display of members the one I couldn’t see showed up.

    Thank you!!!!!!!!!!!!!!!!!

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