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: 25494
    Brajesh Singh on in reply to: BP Rate Limit Private Message issues #24804
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Media Upload box not opening on iPhone #24799

    Hi Dave,
    My apologies for not being able to reply on time on this. I will be assisting over the weekend. All i will need from you is help in testing the update on ios device.

    I will post back in next 3-4 days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Redirect BP profile page for certain user roles #24798

    Hi Isabel,
    Welcome to BuddyDev forums.

    Thank you for the question. Please help understand a few thing and I will assist. It should be easily doable.

    1. Do you want to redirect from BuddyPress profile to their listing profile or from listing profile to BuddyPress profile?

    2. Are you using any plugin for the listing? If yes, which one.

    Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Noah,
    Thank you for the patience.

    I will be providing an update today or tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: BP Rate Limit Private Message issues #24795
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] @mention with full name #24794

    Hi Palmen,
    you may want to use

    
    
    bp_core_get_user_displayname( $user_id )
    
    

    Instead of the $username. Something like this

    
    $activity->content = preg_replace( '/(@' . $username . '\b)/', bp_core_get_user_displayname( $user_id ), $activity->content );
    
    

    may work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Comments in activity stream #24793

    Hi Plamen,
    Thank you for the reply.

    The above code only restricts recording of the activity from blog posts if they are not posted in the community category.

    If your posts have ‘Community’ category, they should be recorded and visible. I am not sure what could be causing it.

    My suggestion will be try disabling plugins one by one and check if it works.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Mediapress Transcoder Queue #24792

    Hi Keith,
    Thank you for the patience.

    I was able to check and I found two issues.

    1. We do not have the delete button, we do have the re-enque option. We need to add delete and bulk delete both.

    2. There is an issue with our bulk enqueue, It might enqueue the files addded as remote media(if you have remote media type enabled).

    I am working on it and will have a release by the weekend.

    For the cron,
    I use this plugin to trigger cron jobs manually(for testing)
    https://wordpress.org/plugins/wp-crontrol/

    To setup WordPress cron jobs via OS scheduler, Please see
    https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Corrado,
    Thank you for the question. It seems more like an issue with different versions. Please allow our team to check and report back to you by tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Thank you for sharing the update. I am glad it is resolved.

    Regards
    Brajesh