Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problem with profile forum replies display

  • I am a new user of buddypress, and really loving it.
    I am building a social network for a client using latest stable versions of wordpress, buddypress and bbpress and of course on a linux server.
    I have built a custom child-theme that I based on bp-default.
    BBPress run as a separate entity, so no group forums.
    Is that enough background? I hope so. Anyway, to my problem:
    I am hammering out bugs at the moment and noticed that the member profile page for forums does not display any replies for the user – it just comes up blank. Started threads, favourites and subscribed threads show up just fine, but the replies submenu is just empty. I have tried running debug, and even switching themes, but that tab is suspiciously empty and throws no php-error.
    whether it is threads that I reply to or replies I have received – I have tried with all kinds of posts and replies to other posts.

    the code run I have tracked to the filewp-content/themes/themedir/members/forums.php
    `<?php

    if ( bp_is_current_action( ‘favorites’ ) ) :
    locate_template( array( ‘members/single/forums/topics.php’ ), true );

    else :
    do_action( ‘bp_before_member_forums_content’ ); ?>

    `
    I have compared the forums-loop.php file with that of bp-default, but they are the same.

    Could someone shed a light on this? I am stumped.

    EDIT: looks like it doesn’t use those files at all but instead uses plugins.php instead of the forums files.

  • The topic ‘Problem with profile forum replies display’ is closed to new replies.
Skip to toolbar