BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 15
    Philippe on in reply to: [Resolved] BuddyPress Activity Shortcode exclude #27882

    Hi Brajesh,

    Thank you for the fast answer. I use this shortcode:
    [activity-stream title="" scope=groups max=5 action=activity_update]

    It works fine. Only posts are shown now.
    If somebody posts something with an image attached (I’m using mediapress), the post is not shown.

    Do you know how I could include these posts with images?

  • Participant
    Level: Initiated
    Posts: 15
    Philippe on in reply to: [Resolved] Mediapress open document in new window #27294

    Thank you very much. That worked.

    In my case the path was:

    currently active theme/child theme)/mediapress/default/buddypress/activity/views/grid-doc.php

  • Participant
    Level: Initiated
    Posts: 15
    Philippe on in reply to: [Resolved] Hide in BuddyPress Activity ShortCode #27020

    Thank you.

    That css selector worked.

    Regards
    Philippe

  • Participant
    Level: Initiated
    Posts: 15
    Philippe on in reply to: [Resolved] Hide in BuddyPress Activity ShortCode #27015
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 15
    Philippe on in reply to: [Resolved] Hide in BuddyPress Activity ShortCode #27010

    Hi Brajesh,

    Thank you for your work.

    The css is not working. I pasted it into my custom css but it has no outcome.
    I tried the following css:
    #activity-770 > div.activity-content > div.-meta.action
    But that only hides the area from a specific activity. The problem also is that I only want to hide it from one list and not when the acivity is part of the normal buddypress stream.

    I also tried this selector which didn’t work:
    div.textwidget > #buddypress > bpas-shortcode-activities activity shortcode-activity-stream > #activity-stream > groups activity_update activity-item > div.activity-content > div.-meta.action {}