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: show all discussions of forums together #39479

    Hi,
    Thank you for the question.

    I am not seeing any shortcode for it in bbPress
    https://codex.bbpress.org/features/shortcodes/

    You may have to use the custom topic loop (check for content-archive-topic.php) and pass the forum ids as post_parent in bbp_has_topics()

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: [Resolved] Auto join groups – cron job #39478

    Hi Darshan,

    Thank you for the patience.

    1. Please upgrade to BuddyPress Auto Join Group 1.0.4
    2. After that, Please download and activate this https://github.com/buddydev/buddypress-auto-join-groups-sync

    That will allow you synchronising groups on daily basis.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Hi Tosin,
    Thank you.

    You can keep it active as long as you need.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Hi Sreesh,
    Thank you.

    Is it happening for private message? Please let me know and I will do a quick testing.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: testimonials appears on replies widget #39466

    Hi,
    Thank you for the feedback. I am glad those issues are resolved.

    
     the testimonials users page (custom post type) are displayed on the dashboard as comments
    

    It should be shows as Post Type not comments(In the left panel). I have left it for avoiding surprise on update. Will either improve or remove it in one of the major release.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: [Resolved] Auto join groups – cron job #39464

    Hi Darshan,
    Thank you for the details.

    I have avoided sharing the code due to it being used for larger sites and having the side effect.

    I or Ravi will share a complete code example for you by day end tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: [Resolved] Auto join groups – cron job #39462

    Hi Darshan,
    At the moment, the plugin runs on the three actions

    1. On Activation
    2. On profile Update
    3. On Member type change

    If you want I can add it on another action(a custom one)?( e.g bp_auto_group_user_updated)

    You can trigger this action for each user using the cron.

    The problem is running a cron and each time checking all users is not efficient or feasible for larger sites(say you have 50 k members).

    Using cron is fine as long as there is a way to know a small subset of users for which this event needs to be fired.

    Is there a way the plugin you are using for login can add a custom meta to user and we can use that to detect(and after updating them using cron, we can remove this meta).

    Please let me know if that is feasible?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473

    Hi Sreesh,
    Please provide a sentence with this word too.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: testimonials appears on replies widget #39457

    Hi,
    1. We only provide update via dedicated plugin(BuddyDev dashboard) with a minor foot print.

    If you do not want to use it, Please download the updated plugin and upload.

    1. It will not erase existing testimonials.
    2. If the translations are kept in the WordPress’s languages directory, that won’t be deleted.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25473
    Brajesh Singh on in reply to: NGINX VS LITESPEED for large buddypress site #39456

    Thank you for the question.

    I haven’t used litespeed, so don’t have much experience with it. You may give it a try and see if it performs better.

    Regards
    Brajesh