BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24722

    Hi,
    Install BuddyPress Activity comment notifier. That will allow the favorites/comments to be notified.

    Please do note that on special type of activities( Only friends actions), It will only notify one of the users and not the both though.

    https://buddydev.com/plugins/buddypress-activity-comment-notifier/

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 24722

    Hi Deepak,
    Thank you for reporting.
    Are you sure you are on the latest version? Both these are fixed in the current trunk. I looked at it on my test install and it is fixed.

    Thank you for looking into Media Query, That line is fixed and exactly same as you have mentioned(line 373).

    Can you please check ( You can use meld diff viewer to see the diffs )?

  • Keymaster
    (BuddyDev Team)
    Posts: 24722

    Hi George,
    There is a plan to provide migration for BP Gallery. we haven’t yest released anything related to that as the MediaPress API is not 100% stable. Last week, we changed some internal architecture to handle the data storage and there is a chance that we might have to do some more in next 2 weeks.

    I am just waiting to make sure that MediaPress APis are stable and then the first migration plugin will be for Bp Gallery. Your media/gallery/activity all will be safe and I can assure that there will be an easy migration route for the same..

  • Keymaster
    (BuddyDev Team)
    Posts: 24722

    Hi Richard,
    Apologies for the delayed reply.
    here is the code

    
    
    $count = $wpdb->get_var( $wpdb->prepare( "SELECT count('*') FROM {$wpdb->posts} WHERE post_author=%d AND ( post_type = 'post' || post_type ='concours' ) AND post_status='publish'", $user_id ) );
    
    

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 24722
    Brajesh Singh on in reply to: Mediapress #772

    Hi Kristian,
    Welcome to the BuddyDev Forums.

    Your theme is doing something with focus action on the activity textarea that hides the whole panel.

    I tested with twentyfourteen and twentyfifteen to see if it is happening with template pack but that did not happen.

    Can you please ask the theme developers to look into it?

  • Keymaster
    (BuddyDev Team)
    Posts: 24722

    Hi Kent, Closing as per your PM.
    For others, If you are unable to post and update and are logged it, try refreshing the page. That should work.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24722
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity Shortcode Load More #768

    Hi,
    Thank you.
    I am sorry that we had an argument. Where I live, we have a different notion of that specific word.

    Also, sorry about the confusion, On BuddyDev, there is no recurring membership or anything. It is on the buyers to renew it manually if they want or not. We do not renew anything automatically. Just clarifying.

    All the best to you too.
    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24722

    Hi Richard,
    Some plugin might be doing that. BuddyPress core does not do that. If we use the second approach, a user won’t be able to see the actual activity( in most of the case). That is related to how urls work. This is the reason we are using absolute url to the activity item.

    Hope that clarifies.

  • Keymaster
    (BuddyDev Team)
    Posts: 24722
    Brajesh Singh on in reply to: Ajax Registration with Social Login #766

    Hi Milo,
    Thank you. That is a genuine request. I won’t be able to work on it today, but will certainly have that functionality by Tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24722

    Hi Tom,
    Thank you for asking.

    I will look into it on Monday and will get back to you. Need to test it on Multinetwork setup.

    Is there any other information that you feel can help? Like when did it started misbehaving after upgrading WordPress or installing some plugin etc? Also, what is your current WordPress & BuddyPress version.