Skip to:
Content
Pages
Categories
Search
Top
Bottom

Error and Fix Nouveau Blog listing Page


  • kennibc
    Participant

    @kennibc

    Issue is on Line 66 of /bp-nouveau/buddypress/blogs/blogs-loop.php

    current: bp_nouveau_user_feedback( ‘blogs-loop-none’ );
    Displays on blog page when user has no blogs: bp_nouveau_user_feedback( ‘blogs-loop-none’ );

    Fix is to add php tags:
    <?php bp_nouveau_user_feedback( ‘blogs-loop-none’ ); ?>
    and then the language string is displayed for a user with no blogs.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar