This topic has 4 replies, 2 voices, and was last updated 8 years by lifeact.

  • Author

    Tagged: ,

  • #76186
     lifeact
    Participant

    Good afternoon!

    I turned off all the settings: http://c2n.me/3n1OJtX

    but image from post still displayed in main Activity – http://c2n.me/3n1Pb2D

    http://psy-diary.com/

    how don’t show any image from post on main Activity?

    #76210
     sharmstr
    Moderator

    Those settings are for the post only have dont effect anything buddypress related. You’ll have to ask for a solution on the buddypress forums.

    Or you can try hiding it with css. Try this in your quick css

    COPY CODE
    
    .new_blog_post .activity-inner img {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #76211
     lifeact
    Participant

    Or you can try hiding it with css.

    thanks, works fine )

    Tell me please how to remove a specific activity from main activity (change avatars e.t.c), php trip or pluging?

    #76212
     sharmstr
    Moderator

    Personally, I use this on most of my sites

    COPY CODE
    
    //Block certain activity types from being added
    function bp_activity_dont_save( $activity_object ) {
    $exclude = array(
            'updated_profile',
            'new_member',
            'new_avatar',
            'friendship_created',
            'joined_group'
        );
    

    However, those options will still be available in the dropdown filter. If you want those removed from that as well, ask on the bp forum.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #76215
     lifeact
    Participant

    thanks!!!
    Close please topic.

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?