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: 25347
    Brajesh Singh on in reply to: Mediapress Issue #6548

    Hi Joseph,
    Thank you for posting and using MediaPress.

    1. Yes, we need to improve the activity commenting a little more. Currently, the activity generated for the media commenting uses same logic as the activity for blog posts. For each new Blog comment, a new activity is generated. We will improve it in future though. Btw, It only applies to top level comment on media not on replies.

    2. Can you please ask theme developer and let me know if the count is activity count or the blog comment count? I am not understanding it properly. A screenshot will help.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Hi Giuseppe,
    Thank you.
    I have explained it in my first reply

    3. Notifying friends. I don’t think that is a good idea. It will lead to a lot of notification.

    I have no plans to do that. It is beyond the scope of this plugin and I am not interested in doing it at the moment.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: How to link groups in dropdown to groups page #6545

    Hi Chris,
    Can you please explain it more? The links are from User navigation and I do not understand the purpose here?

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Plugin Issue: BuddyPress Message Privacy(BuddyDev) #6544

    Hi Dandy,
    I have tested with that. We will be setting up a demo site for you to check it. It is some conflict with something else as far as I can say.

    I will post a link after we are done with the demo today.

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Thank you Peter. I am glad it is fixed now.

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Hi Valarie, were you able to check the update?

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Hi Brett,
    Can you please try changing this

    
    
    add_action( 'bp_core_activated_user', 'bp_autologin_on_activation', 40, 3 );
    
    

    to

    
    
    add_action( 'bp_core_activated_user', 'bp_autologin_on_activation', 0, 3 );
    
    

    We have made it the highest priority. Let me know if that makes any difference?

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: [Resolved] Default Avatar #6539

    Hi Rakesh,
    Welcome to BuddyDev.

    1. Thank you for asking. I believe it will be useful for others, so I am going to post a blog post in next couple of hours and link here.

    For 2, 3, Please ask to relevant plugin developers. We do not provide free support for 3rd party plugins unless it is related to our themes. I hope you won’t mind that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Buddu press & Buddydroid #6525

    Hi Swati,
    Thank you for posting. From the looks of the code, I am not going to suggest using it. It does not seem to be maintained.

    I will suggest waiting till BP API is available(the BuddyPress team is working on it) and then a proper app may be written.

    Also, if it is too important to provide a Mobile app, you may use a proper responsive theme and use the WebView to embed the site ( Though it will violate the the Play Store policy, The Play Store policies do not allow just embedding url to create an App).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Hi Brett,
    Thank you. I do understand. In other words, this plugin is not doing anything since activation is part of BuddyPress.

    The thing is there is most probably a redirect set up on the activation hook, most probably on the action “bp_core_activated_user” and the code is redirecting before this plugin can log in the user.

    Please search for the above hook in your wp-content directory(plugin/themes) and let me know if you find any info.

    Thank you
    Brajesh