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: 25473
    Brajesh Singh on in reply to: [Resolved] BP Ajax registration – Ajax Login #16772

    Hi David,
    Hope you are doing well.

    I haven’t been able to complete it yesterday as I go too much exhausted. I am working on it and will be putting it tonight or early tomorrow for sure.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: Private messages #16770

    Hi Audiomonk,
    Thank you for the details.

    I will be getting back to the other topic a little bit late day. last 2 days have been too much exhausting and that’s why could not reply back.

    Regards’
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: Change buddypress permalinks #16767

    Hi Velli,
    Try putting this line in your bp-custom.php

    
    
    define( 'BP_FRIENDS_SLUG', 'contacts' );
    
    

    That should do it.

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Hi Carsten,
    I am sorry but the problem is not caused by this plugin.

    Once you disable a plugin, It can not cause any issue(there are exceptions like caching plugins which do need special attention).

    You should most probably look into disabling other plugins and checking if any of them make it work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: BuddyPress Private Message Rate Limiter #16756

    Hi Carsten,
    Thank you for the patience.
    Is there a chance that you are using an older version of the private message rate limit plugin? BuddyPress 3.0 broke it and we have released a new update for it.

    1. The -1 at the top is most probably due to use of old plugin. BuddyPress 3.0/3.1 breaks the old plugin

    2. I did check and I do see that we do not redirect from compose screen when the limit is reached. I can add this as an optional feature and allow a redirect location if you want.

    Please do note that for replies, redirecting may not be a good idea.

    As of the Membership Plugin compatibility, I am not sure how Restrict User Access handles it.
    We provide 2 filters.

    
    'bp_rate_limit_pm_count' -> a callback will receive count as first parameter and user id as second
    
    'bp_rate_limit_pm_throttle_duration' -> a callback will receive allowed time in minutes as the first parameter and user id as the second. 
    
    

    A plugin can use it to set their own limits/time.

    We do not have a membership plugin but we do plan to have one in future(Early next year, till then we are concentrating on our existing plugins).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: Default Landing Tab #16755

    Hi Sujee,
    Thank you for the update.

    If it is not too urgent, Please allow me to investigate it over the weekend. I will get in touch as I will be checking on the collegetrackr.com for it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Thank you Liran.

    Glad it worked for you.

    Marking it as resolved(Will link to post after release too).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Hi Paul,
    Thank you for the patience.

    Please hold the upgrade to 1.2.2 till this Sunday. There are issues on directory as well as on the profile page. On profile, It does lists user and their groups but not friends.

    On sitewide activity, It does not seem to have any effect.

    For me, The http://example.com/members/usernmae/activity/my-activity-stream/ works and redirect to http://example.com/members/usernmae/activity/. Please make sure the slug is ‘my-activity-stream’ , otherwise, the actual slug should be tested. Please do note that for logged in user, we set it as default page, so using the slug won’t have much effect.

    I will update you on/before this Sunday with an update.

    Thank you
    Brajesh