Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • @ipokkel

    Participant

    @lookingahead, I did a test with a fresh WP 4.9.8 and BP 3.2.0 and no issues.

    Pop me a mail at ipokkel at gmail and I’ll see if I can help you sort out the bp group display on your site.

    @ipokkel

    Participant

    @lookingahead can you give me a link to the page where you’re having this problem.

    @ipokkel

    Participant

    This workaround was for Buddypress 3.1.0 and in 3.2.0 this issue (bug) was fixed by BP developers. This means if you’re using BP 3.2.0 you’re group description should display correctly without having to modify any of the core BP files or through using a template override in your theme/child-theme.

    I’ve upgraded my BP to 3.2.0 and removed my workaround and my group descriptions display perfectly.

    @ipokkel

    Participant

    Just a quick note:

    I’ve searched through their tickets and this is being addressed and from what I can figure out doing a quick read through the fix should be released in 3.2.0.

    The fixes for the defect follows a slightly different approach so it’s worth a read-through if you would like to attempt using a different method. I unfortunately haven’t got time to test for now, so I’m just mentioning the alternative for those interested.

    https://buddypress.trac.wordpress.org/ticket/7923

    @ipokkel

    Participant

    Glad to hear you got it working for your BP 🙂

    @ipokkel

    Participant

    @damon18 to be honest, I’m actually overriding the nouveau theme from inside my child theme, like you’d like to do. I just sort of simplified the solution initially shared on this post for everyone since not everyone edits their themes or creates custom child themes for their projects.

    So yes you’ve got the right idea but the correct file location would be

    /wp-content/themes/my-theme/buddypress/groups/single/cover-image-header.php

    so it’s without the /buddypress/bp-templates/bp-nouveau/ section.

    Hope that helps 🙂

    @ipokkel

    Participant

    Glad it worked 4 u @damon18

    @ipokkel

    Participant

    @edukedaventura Glad to hear my workaround worked for you 🙂

    @ipokkel

    Participant

    For a temporary workaround this worked for me:

    buddypress\bp-templates\bp-nouveau\buddypress\groups\single\cover-image-header.php

    line 62
    <?php echo esc_html( bp_nouveau_group_meta()->description ); ?>

    replace with:
    <?php echo bp_nouveau_group_meta()->description; ?>

    reference: https://codex.wordpress.org/Function_Reference/esc_html

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