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: 25271
    Brajesh Singh on in reply to: Project Midnight Discussion #55954

    Hi George,
    Congratulations! The ideation looks fantastic(we are on different path). In our case, we believe site admins(who run the network) should have the control over what they want to do with user data and how much freedom/features they want to give to the users. It is not our job to decide that, our job is to empower site admins/community managers with the tools and let them decide.

    I wish you all the best and I am looking forward to a better future for community building with WordPress!

  • Keymaster
    (BuddyDev Team)
    Posts: 25271
    Brajesh Singh on in reply to: Project Midnight Discussion #55952

    Hi George,
    Welcome back.

    Thank you for opening the discussion and thank you for sharing about your network.

    What I understand from your reply is:- You are building a federated system like Mastodon where users may run their own server(or may be you are storing it in browser if they don’t need server) and uses heavy encryption.

    Our Project Midnight Sun(codename), is not a federated social network system. It is more like how the popular social networks like Facebook/Twitter(X)/Linkedn etc. deal with user and data.

    You can think of it as modern software for building community with WordPress. Our main focus has been developer productivity and site admin’s flexibility. We have architected the system in a way to scale. I have been personally working on it for more than a year now, have built custom ORM, form builder, background system and a lot more as the infrastructure layer. Anything that you can do with current available systems, you can do it in 1/10th time if you are a developer.

    The project is in heavy development state(I have the infrastructure layer ready, routing, navigations, core API’s working.) I am working on modules and UI and my expectation is to go live in next 20 days. The current system is not something that we can show you as UI is a work in progress. For now, You may need to wait until 20th for the first demo/availability of the software.

    PS:- I understand that different us cases have different requirement for data processing. We are more like traditional community in the sense. We are not anonomyzing data at user level but it can be made so at display level as anonymous/incognito is a built in feature for all kind of data.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25271
    Brajesh Singh on in reply to: BuddyPress Moderation Tools Issue #55950

    Hi Avi,
    Thank you for the reply.

    Please Dashboard->Moderation tools->Settings->General and look for “Hide reported content from poster”. Make sure, It is set to “No”. Once you have done it, the post won’t be hidden from the author.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25271
    Brajesh Singh on in reply to: BP Default Group Tab #55949

    Hi Chris,
    Thank you for purchasing the plugin.

    The default behaviour is to list core tabs only. We can extend it to support custom tabs easily(we did not support earlier as visibility/availability of a tab can cause 404 for groups). Are you using BuddyPress or BuddyBoss platform?

    please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25271
    Brajesh Singh on in reply to: BuddyPress Moderation Tools #55943

    Hi Avi,
    Thank you for the question.

    You can check that by calling bpmts_is_item_hidden( $activity_id, 'bp_activity' ) pass the actual activity id.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25271

    Hi,
    Thank you for your patience.
    We have issued the refund as requested. Please check your PayPal account for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25271
    Brajesh Singh on in reply to: Buddypress Auto Deactivate Members Suggestion #55938

    Hi Tosin,
    Thank you for the reply.

    I will share the updated code by Tuesday.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25271
    Brajesh Singh on in reply to: How to fix a issue with the recent visitors plugin #55937

    Hi Alex,
    Thank you.

    1. Thank you. I am looking forward to your feedback.
    2. The problem is we need to filter members loop(bp_after_has_members_parse_args) and need context. Nouveau lacks the ability to allow passing additional information with their loading/paging.

    Since there is no active development for BuddyPress currently, It is not feasible to have it fixed upstream.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25271
    Brajesh Singh on in reply to: How to fix a issue with the recent visitors plugin #55932

    Hi Alex,
    Thank you for the reply.

    1. Our plugin already has the code to delete users(fix count) when a user is deleted. The only reason for inconsistent count would if if this plugin was deactivated when a user got deleted. The fucntion visitors_delete_visits_on_user_delete deleted from visitors table and user meta when a user is deleted.

    The only way to fix it would be to use custom code and run it once. would you like that?

    2. I am sorry, I have tried it multiple times and the problem is limitation of BP Nouveau:-
    To support pagination, We have the following choices when BP Nouveau template it active:-

    – Use custom members loop template, we are using the default template(letting BuddyPress choose if it comes from theme or plugin). If we did that, the plugin will cause layout issues with themes which have their own cusotm loops.

    – Or load all visitors on the page(without pagination)

    Pagination is a real problem with Nouveau if we try to be compatible with default and it needs changes upstream(in pagination code).

    Would you like me to suggest minor template override to achieve it?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25271

    Hi,
    Thank you for the question.

    Our conditional field plugin for BuddyPress/BuddyBoss does not support setting conditions based on date field. It is limited to the basic field types(no calculated value) currently.

    Regards
    Brajesh