Support » Plugin: BP Posts On Profile » Not working since bp 1.7

Viewing 4 replies - 1 through 4 (of 4 total)
  • In bp-postsonprofile-core.php after line 19 where is says:
    global $bp, $wpdb;

    put the following line of code:
    if ( !isset( $bp->postsonprofile ) || !is_object( $bp->postsonprofile ) ) {
    $bp->postsonprofile = new stdClass;
    }

    This solves the whole problem…

    Thread Starter dhaine

    (@dhaine)

    thanks! it works 🙂

    That helped a bit but it didn’t get it running for me as well as I’d like. When I click to the posts page the buddypress menu formatting is all messed up. Any idea on how to fix that? I’m happy it kind of works, but getting the formatting uniform is pretty important.

    To be candid, this seems like a feature a lot of people would like. I’m surprised there aren’t more plugins like this. I’m grateful this one exists, but I feel like I’m missing something obvious in terms of there being more solutions.

    Haha! Nevermind. The feature I was looking for is included by default, it just wasn’t turned on. Sorry. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working since bp 1.7’ is closed to new replies.