BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53506

    Hi gavyn,
    Welcome to BuddyDev support forums.
    I am not familiar with the code of BuddyX theme.

    Here is some code that doe sit (but in a reverse way, disables at other places except group).
    https://buddydev.com/support/forums/topic/hiding-whats-new-form-in-member-activity-but-not-in-groups/page/2/#post-44896

    If you are comfortable with code, Please customize it from your use case. If you are not comfortable with code customization, Please let me know. I will update it for default BuddyPress which you can check and see if that works for BuddyX.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53504

    Hi Stephanie,
    Thank you for your patience.

    We have it fixed. I will push on wordpress.org today or Monday. I am working on another compatibility of MediaPress with one of our plugins and have been holding it to release together.

    I will post here after the release.

    Regards
    Brajesh

    • This reply was modified 23 hours, 52 minutes ago by Brajesh Singh.
  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53503

    Hi Katrine,
    Thank you for the question.

    Here is some code that does the opposite(keeps on for groups but disables on sitewide activity stream etc).
    https://buddydev.com/support/forums/topic/hiding-whats-new-form-in-member-activity-but-not-in-groups/page/2/#post-44896

    I hope you are able to customize it. If not, Please let me know and I will share an updated copy for your use case.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53502

    Hi Stijn,
    Thank you for teh question. Is it about community builder pro.

    1. You can do it from Appearance-> Menu . Please create a menu and assign it to left panel(or right panel) as you need.

    2. The top user drop down menu uses the BuddyPress admin bar drodown(scrapt the markup from there). The theme does not allow changing the user links as it simply prints the menu from BuddyPress. You may use our Profile Tabs Creator pro to add/remove the links.

    Please let me know if it works or not?

    PS:- Please make sure you have ‘BP Classic’ plugin installed to ensure CB pro works properly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53492

    Hi Katrine,
    Thank you for the reply. Did that address the issue with live preview?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53491

    Hi Alex,
    Thank you for the post.
    Our plugins are not aimed at this use case.

    I will suggest taking a look at the bell notification plugin or one of our plugins on how it creates the list of notifications.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53490

    Hi Erich,
    Welcome back. What do you mean by restriction? Restriction from posting into the forum or viewing the forum?

    There does not exist any code for it currently(as far as I am aware).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53489

    Hi Kiara,
    Thank you for using the plugin.
    This is an issue introduced by BuddyPress’s new Rewrite URI parser.

    Please install and activate BP Classic plugin and it will be fixed.

    https://wordpress.org/plugins/bp-classic/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53483

    You are welcome!

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53482

    Hi Katrine,
    Thank you for the reply and the details.

    If you put a link directly in activity content, that is handled by BuddyPress not MediaPress. BuddyPress supports oembed links out of the box for all the providers supported by WordPress.
    https://developer.wordpress.org/reference/hooks/oembed_providers/

    In case of MediaPress, we do not support embedding, we support attaching oembed media to activity or a gallery. We also limit to the providers which return ‘photo’ or ‘video’ as type in the oembed response. That helps us to identify what type of content we are dealing with.

    The Activity Link preview works with both the oembed and non oembed urls. For non oembed, they scrap the page and parse it to extract media/title etc.

    I believe I know the reason for our conflict with activity preview as I had a look at their code today. I will post an update in next 24-48 hours.

    Regards
    Brajesh