Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Hi Maurice,
    Welcome to BuddyDev forums.

    Please help me understand the issue by sharing the following details:-

    1. Which plugin are you using, BuddyPress or BuddyBoss?

    2. Are you posting from activity screen(newsfeed) or from Gallery screen?

    3. Are you uploading video or is it a video link?

    4. Which theme and template pack are you using?

    Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] Which tag should I use? #31172

    Hi Carsten,
    I am glad you solved it.

    My suggestion for future is to take a look at the template pack code. That will give you better insight and help in solving many issues.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] BP Activity Short Code #31171

    Hi JJ,
    I am sorry, It is not supported.

    BudyPress does not allow us to order activities randomly(out of the box), so using order by is not an option.

    If we do use a random page feature, we will need to calculate number of available pages and then do it on our own.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] Which tag should I use? #31142

    Hi Carsten,
    When I say template override, It means copying the specific template to your theme/child theme form the BuddyPress template pack and modifying as you please.

    That way you get more flexibility.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] Question about css tag #31140

    Hi David,
    Thank you for the question.

    You can remove #buddypress from the css file. It is used to provide higher specificity for applied css.

    If you remove it, some of the elements may not appear as expected if the theme ‘s css gets higher specificity. In that case, you can rewrite css for that part.

    In my opinion, removing #buddypress from css is not much of a security as it is still visible as part of the markup. A more suitable option is to keep the plugins updated to avoid issues.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] BP Activity Short Code #31139

    Hi JJ,
    Thank you for the question.

    I do not think we have it currently. I will check and confirm tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] Which tag should I use? #31137

    Hi Carsten,
    Thank you for the question.

    You can use this inside the profile loop

    
    <?php bp_profile_group_tabs(); ?>
    

    Also, you do not need to add it via any hook. You can use template override.Adding content via hooks are normally preferred when you don’t have much control over the template.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] activity #31135
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Hi,
    I am sorry, It falls outside our support as it will need more than 15 minutes. I will point you in the right direction.

    You will need to do use xprofile_query to search for the field values.

    Regards
    Brajesh