BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24827
    Brajesh Singh on #55113

    Hi Steve,
    Thank you for letting me know. I am glad they helped and the functionality is working.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24827
    Brajesh Singh on #55112

    Hi Avi,
    You can out it in your child theme’s functions.php or in a new file wp-content/plugins/bp-custom.php

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24827
    Brajesh Singh on #55111

    Hi Ronald,
    Welcome to BuddyDev support forums.

    1. There is no friends only restrictions. By default, all logged members can write testimonials. This behaviour can be modified by the filter bp_testimonial_user_can_write

    2. You can copy any/all files from bp-user-testimonials/testimonials to your child theme/testimonials directory and modify as you need.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24827
    Brajesh Singh on #55110

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

    I am closing this topic to avoid any further experience like this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24827
    Brajesh Singh on #55109

    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.

    I am very sorry for the spam.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24827
    Brajesh Singh on #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: 24827
    Brajesh Singh on #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: 24827
    Brajesh Singh on #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: 24827
    Brajesh Singh on #55096

    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: 24827
    Brajesh Singh on #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