Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove images from Activity Stream

  • @demilio

    Participant

    Hi, does anyone know how to remoce the post images from activity stream?

    When I say images I dont mean the userimage but the post image. In BP 1.2. the activity stream includes an image from the userblog with the title and the excerpt but this does not look good I’m afraid, so therefor I want to deactivate this untill a future cosmetic fix for this.

    Any hacks for this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • @geoffm33

    Participant

    FWIW, I created a ticket in Trac to bring attention to the image issue:

    https://trac.buddypress.org/ticket/2022

    @demilio

    Participant

    the size is one thing but i also need to remove the images. anyone now what file i can edit this function in?

    @r-a-y

    Keymaster

    Apply a filter to bp_activity_thumbnail_content_images.

    The simplest way would be to hide the image via CSS.

    @demilio

    Participant

    where do i fint this line??

    @r-a-y

    Keymaster

    Since filters require some knowledge with WordPress, I’d recommend the CSS route.

    Put this in your stylesheet:

    .activity-list .activity-content img.thumbnail {display:none;}

    @demilio

    Participant

    Just did the same r-a-y :) very usefull!!

    @nickrita

    Participant

    Thank you very much, r-a-y, simple and good!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove images from Activity Stream’ is closed to new replies.
Skip to toolbar