Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • Luciano Passuello
    Participant

    @lucianop

    I’m also interested in this. Since people often create forum topics in the wrong groups, it’s not usual to have to move them around (using @dwenaus Topic Mover plugin). Moving the topic breaks links to it (in notification emails, activity stream, etc.)

    Any suggestions on how to change the slug or how to somehow avoid this problem of broken links for moved forum topics?

    Same problem here: legitimate users registering and being marked automatically as spammers.
    I am running on WP3.1 with a single main blog. Any help is appreciated!

    @aljuk: One thing that I did that might be of interest: only update the “active x ago” indicator when the user generates an activity that gets logged publicly (i.e. goes to the activity stream)

    Like this:

    `
    remove_action( ‘wp_head’, ‘bp_core_record_activity’ );
    add_action( ‘bp_activity_add’, ‘bp_core_record_activity’ );
    `

    I am experiencing the same problem on BP 1.2.8 and WP 3.1.
    Opened a ticket for it: https://trac.buddypress.org/ticket/3125

    Hey @21cdb, did you have any luck with this issue of resizing avatars? I’m also looking for a solution to the same issue.

    Thanks!

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