-
Author
-
September 4, 2015 at 11:34 #76186lifeactParticipant
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
how don’t show any image from post on main Activity?
September 4, 2015 at 15:30 #76210sharmstrModeratorThose 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 4, 2015 at 15:36 #76211lifeactParticipantOr 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?
September 4, 2015 at 15:38 #76212sharmstrModeratorPersonally, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.