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: 25485

    Hi Eamon,
    Welcome to BuddyDev forums.

    Thank you for purchasing the plugins from us.

    Please allow me a days to put an update for Moderation tools.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Mical,
    Thank you for the kind words.
    Sincerely appreciate it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: About Conditional Profile Fields for BuddyPress #28141

    Hi Mical,
    Thank you for the kind words and bringing this question.

    I do plan to make it more powerful in future. I is not on the priority though ans there are some other release scheduled for this month. I will be glad to revisit it in next 2 months and update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    It will need some time. I plan to write a blog post and will share the link here in next couple of days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Change where media is injected by MediaPress #28139

    Hi Matt,
    Welcome to BuddyDev.

    As you have already discovered, we are hooking to ‘bp_activity_entry_content’

    The problem is there are no action hook between activity header and the content in the BuddyPress default template packs.

    Here is a way to do it though.

    1. Please find out which template pack you are using(nouveau or legacy)
    2. Copy the plugins/buddypress/bp-templates/your-template-pack(bp-nouveau or bp-legacy)/buddypress/activity/entry.php

    to yourtheme/buddypress/activity/entry.php

    3. Now, you can put an action hook betwene header in this file like

    
    
    <?php do_action( 'bp_before_activity_entry_content' ); ?>
    
    

    and then you can attach to this hook.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi David,
    Thank you for the reply.

    For the time being, Please use the css from my previous post.

    I do have a licensed copy of this theme and I will put an update of MediaPress next week after testing with this theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BuddyPress Activity Shortcodes Customization #28135

    Thank you Andrew.

    I am looking forward to the feedback.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Members without profile picture #28134

    Hi Granmeh,
    Thank you for the question.

    By default BuddyPress does not keep track if a user has uploaded avatar or not(in the database).

    Is there any chance you might be using any of our plugin:-
    1. BuddyPress profile Completion
    2. Or BuddyPress Force Profile Photo
    3. Or BuddyPress Users with uploaded avatar

    If you are using any of these three, these track the avatar in user meta and I can help you with meta query.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Carsten,
    Thank you for reporting.

    It is most probably a bug. We have extended the BuddyPress date field and I am guessing that it is happening due to duplicate names(since we let BuddyPress handle the options, these two types might have same option name in form).

    I will be checking and putting an update next week.

    Thank you
    Brajesh