Support » Plugin: BuddyPress Wall » Error message on main Activity screen

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author meg@info

    (@megainfo)

    Hi thanks for feedback,

    The problem will be fixed in the next version. The error message dont appear if you use the last version of buddypress (1.8)

    Regards,
    Mounir

    Thread Starter bmk0220

    (@bmk0220)

    ok, thanks. can’t upgrade to the latest BP yet, have some more work to do before i’m able to do that. Love the plugin though, hope to be able to use it some day.

    Plugin Author meg@info

    (@megainfo)

    Hi @bmk0220,

    you can now use the last version of plugin without error message, it’s work in bp 1.6.x, bp 1.7.x

    Thread Starter bmk0220

    (@bmk0220)

    Ok, that issue works now, thank you. i did some more testing afterwards and found another small issue. After you post on someone’s wall, the update title has numbers after each name. I looks like this…

    Rick1 wrote on Rachel’s2 Wall

    Other than that, everything else seems to be working fine as far as i can see. If this latest issue is resolved, i will probably implement it on all of my communities.

    Let me know what you think about this latest issue.

    Thanks!

    Plugin Author meg@info

    (@megainfo)

    Hi @bmk0220,

    thanks for the beedback, yes another bug and i will fixed it soon.

    Regards,

    Thread Starter bmk0220

    (@bmk0220)

    Great, thanks. Looking forward to it. I’ll go give you a good rating for it as soon as it’s done. 🙂

    Also looking to get his fixed. I looked at bp-wall-filters.php and seem to have found where it could possibly be giving the problem of Rick1 wrote on Rachel’s2 Wall

    Line 119
    $new_action = sprintf( __( '%s1 wrote on %s2 Wall', 'bp-wall' ), $user_url, $displayed_user_url);

    I’m thinking this is where the error is at. But I’m sure I could be mistaken.

    Tried to change the code to
    $new_action = sprintf( __( '%s wrote on %s Wall', 'bp-wall' ), $user_url, $displayed_user_url);

    But seem to get no changes.

    I’d love to see an update to this plugin soon that would fix these issues. Again like bmk0220 once this bug is fixed then I’ll also give an outstanding rating.

    I’m having the same issue with the numbers being added on. Once this is fixed I’ll give a 5 star rating for sure 🙂

    Thanks,
    Nicholaus

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error message on main Activity screen’ is closed to new replies.