Categories

  • Announcements regarding our community

    26 Topics
    30 Posts
    CorsacC
    Connections Template The new Post Connections template for the Magic Links plugin allows you to quickly and easily create custom interfaces for your users to interact with a list of posts that are related to their user, contact, group, or any other record. Using this template, you can send any user a magic link that is tailored for use on their mobile device to manage just the information that is applicable to them. You can create separate links for your digital responders, on-ground multipliers, or any other unique roles you have in your system. Choose a base post type and then select any connection field to choose what records are available in the link. Then choose only the fields you want them to see and edit. You now have your own custom interface that you can use for only the users it applies to. For example, you could have a list of all of the contacts that another contact is coaching. Or the contacts they baptized. Or you could have a list of all the groups that a contact is leading. You could even have a magic link showing all the groups that are child groups of another group that you could send to the group leader for them to manage. The possibilities are endless! Bonus: If you are making use of the Home Screen plugin that gives an easy mobile home screen to each user, any Post Connections template you create that is related to a contact that is a user will automatically be shown on their home screen. Demo Video and Setup Instructions https://vimeo.com/1067258611 What you'll see [image: f0ad21a4-4a9b-4246-8ef0-6b376ff94316] [image: cedb89ad-54fc-4de3-812d-320ab235e82d] [image: 7f408b4c-3be2-4d10-baa7-82abadf33a46]
  • A place to talk about whatever you want

    34 Topics
    116 Posts
    CorsacC
    @CairoCoder Great questions! Security and privacy come first and will be part of the conversations all the way through. The plan in to start playing with AI in a separate plugin. When the plugin is installed and activated an API key will be needed to enable any AI features. We'll be building out in a way that any of the AI services could be used. Those who want to enable AI features will have to choose which one they want. The current big options (OpenAI and Anthropic) are powerful, but we do NOT recommend them for privacy concerns. The most secure option would be a self hosted AI server. This will only be a good option for those with a lot of resources and tech knowledge. We're testing and will offer a recommendation of a service (or a couple services) that are secure and focus on privacy. TL;DR AI features will be opt in.
  • 17 Topics
    54 Posts
    CorsacC
    Hey @Nestor-Matos, Welcome. Please feel free to write any setup questions you have here, or join the Disciple.Tools discord server. Then ask any questions on the #setup-and-questions channel.
  • 3 Topics
    3 Posts
    CorsacC
    Trying to add a D.T site to the Wordfence Central and seeing this error? [image: 1699349694389-7b1fb0ec-294d-4aba-8838-14988d9565ed-image.png] The error message says cloudflare is blocking the request. This is actually due to Disciple.Tools blocking unrestricted rest endpoints. To enable go to WP Admin > Settings (D.T) > Security > API Whitelist. Add these urls to the box and save: wp-json/wordfence/v1 wp-json/wordfence/v1/authenticate wp-json/wordfence/v1/config wp-json/wordfence/v1/disconnect wp-json/wordfence/v1/scan wp-json/wordfence/v1/scan/issues wp-json/wordfence/v1/scan/issue [image: 1699349916935-f1028d52-291e-4c5f-84a9-bbc781ed9ba4-image.png]
  • 35 Topics
    121 Posts
    CorsacC
    Here is some quick code that can be run on the database to remove the duplicates: @todo replace wp_16 with the correct prefix DELETE c1 FROM wp_16_comments c1 JOIN wp_16_comments c2 ON c1.comment_post_ID = c2.comment_post_ID AND c1.comment_content = c2.comment_content AND c1.comment_ID > c2.comment_ID;
  • 3 Topics
    6 Posts
    S
    @Jordan-Brown It's more of a general overview before the "how to starts". The one's who don't need context and just the how to can just jump to it. Most of the video's I see nowadays have them broken up into segments with a title at each topical change point so noone is stuck watching info they don't need in a longer video. The videos can be longer but because they are broken up and identified with topics you can just pick what you need. So one, I don't want to waste a more experienced user with info they don't want on an explanation but I feel that feature could solve that issue for them. For me, at this point, I would like the video to NOT start with "we are going to show you how to do X. First go to the ....then select ...." I would suggest that the videos start with something like, "We are going to show you how to do X". X is quite a beneficial feature for those of you looking to do x, y, z in a B scenario. Typically our users leverage this feature to provide X, Y Z because they need to be able to track "T". You might also want to use X in the case of P if you are an enduser needing to manage "B". Now that we know some uses for X let's look at how to install it." Thanks for your consideration.
  • 1 Topics
    7 Posts
    CorsacC
    Thanks @mbrown!