Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Mixa
    Participant

    @mixa

    @apeatling

    “Andy Peatling said 8 months, 4 weeks ago:
    No idea if this is useful, but I’ll post it for reference.

    You can remove the meta links and time since in the activity_action via a filter (put the functions in your functions.php of your theme):

    function remove_activity_meta( $content ) {
    return ”;
    }
    add_filter( ‘bp_activity_permalink’, ‘remove_activity_meta’ );
    add_filter( ‘bp_activity_time_since’, ‘remove_activity_meta’ );
    add_filter( ‘bp_activity_delete_link’, ‘remove_activity_meta’ );


    How i can remove also a “say:”, “publish new post:” phrases?


    Mixa
    Participant

    @mixa

    @jordashtalon how i can get post name, post url & other as you did it for the author name ($authorName = $activities_template->activities[$i]->display_name;)?


    Mixa
    Participant

    @mixa

    How I can modify bp_activity_action to show only post title & author?


    Mixa
    Participant

    @mixa

    Update :)
    How I can in this

    if ( bp_has_activities( ‘action=new_blog_post&per_page=3&display_comments=none;’) ) : bp_the_activity();

    exclude posts from main blog?

    How can I limit the number of words or characters in a post-except?


    Mixa
    Participant

    @mixa

    burtadsit, thank you!

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