BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: Activity Images Array #55108

    Hi,
    I am sorry for the unpleasant experience of the spam/offensive content. We have removed the spam content and the user account who posted it.

    Also, I am sorry for not replying on this topic earlier, do you still need help?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: [Resolved] Comments On Unjoined Group Posts #55098

    Hi Avi,
    BuddyPress does limit it for group.

    You can override and remove any comment restrictions(for all activities) using the following code

    
    add_filter( 'bp_activity_can_comment', '__return_true', 100 );
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: How to limit the activity stream in total? #55097

    Please try setting per_page and max both. If that does not work, something is changing you max.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900

    Thank you.

    The problem is the theme. Please try checking the same on any other theme, It would work fine. Vikinger has many issues due to its use of React/javascript based code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: How to get rid of this at sign? #55094

    Hi Josh,
    You can use css and set display:none to hide it. That will not remove the text from markup but hide it(You need to set it on the element that wraps the @…)

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: BuddyPress Activity Filter Options #55093

    Hi Avi,
    Thank you for the question..
    This is from BuddyPress.

    I believe there is a plugin that should allow you remove it.

    https://wordpress.org/plugins/bp-activity-filter/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: Default Side Bar Widgets Visibility #55092

    Hi Avi,
    Thank you for the question.

    Since your theme supports stacking the sidebar vertically on mobile devices, I don’t see a workaround unless you have a way to conditionally disable infinite loading. Another approach would be off canvas but I doubt that the theme supports it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900
    Brajesh Singh on in reply to: Problem with plug in on Community Pro theme #55091

    Hi Steve,
    Thank you for using our theme.

    Please link me to the plugin, we will make sure it supports Community Builder or we will create a custom version that does.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900

    Hi Brent,
    I am sorry for the experience. I understand your frustration. I am sorry that we are unable to help solve it.

    You only need global shared gallery if you want to allow all users to upload to a gallery. If you want users to create their won gallery and upload to it, you do not need the global shared gallery.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24900

    I am sorry, I forgot to mention, Tabs is not the only issue, you will face a lot more pressing issues if you try to use MediaPress with BuddyBoss activity etc. They have a very difficult hardcoded system for extending.

    Regards
    Brajesh