• Destop Feature

    Feature Requests
    6
    0 Votes
    6 Posts
    57 Views
    CorsacC
    @lbherrera to clarify. On the dashboard does each user just see their own contacts? Or are you wanting to see each user and all the contacts for each user? Usually the user sees their contacts by going to the /contacts page. If they are a multiplies they will only see the contacts that are assigned to them. The dashboard is for short list and higher level summaries. I'm sorry i'm still slow to understand. Would you be able to draw or list out an example of what you would like to see on this dashboard?
  • Help with Setup?

    General Discussion
    11
    0 Votes
    11 Posts
    246 Views
    E
    And I don't doubt that this was somehow on my end, only that I haven't been able to isolate the issue. Cleared cache, and tried on multiple machines, multiple browsers, multiple word press installs - endless spinner on all.
  • I Need a Mentor

    Feature Requests
    7
    0 Votes
    7 Posts
    226 Views
    Nestor MatosN
    @Corsac Received. Thank you so much. Will try to do it. it is working perfectly and I think we'll keep accessing from the from the navigator and will not use the app. Thanks again
  • Trainings

    Prayer Requests
    4
    0 Votes
    4 Posts
    114 Views
    U
    @micahmills, I was wrong...I don't think Trainings prayer requests have ever showed up on the prayer request list (but Group prayer requests do).
  • Disciple.Tools v1.72

    Announcements
    1
    0 Votes
    1 Posts
    125 Views
    No one has replied
  • Disciple.Tools v1.71

    Announcements
    1
    0 Votes
    1 Posts
    99 Views
    No one has replied
  • Disciple.Tools v1.70

    Announcements
    1
    0 Votes
    1 Posts
    115 Views
    No one has replied
  • DT not sending email anymore

    Hosting - Managing answered
    2
    0 Votes
    2 Posts
    279 Views
    CorsacC
    Hey @kainos, this question was also asked on the theme issues here: https://github.com/DiscipleTools/disciple-tools-theme/issues/2674
  • Major database mess...I think?

    General Discussion
    8
    0 Votes
    8 Posts
    577 Views
    mbrownM
    @Corsac Ok, I've update the plugin to 2.10.3. I'll check the log in the morning to see how it looks and let you know.
  • Where are the reports?

    General Discussion
    2
    0 Votes
    2 Posts
    138 Views
    CorsacC
    Hey @tdhfox21, welcome! Just to confirm, are you using and tracking attendance via the "Meetings" plugin? That reporting question sounds like an interesting question to wrestle. I think you are right that the current implementation doesn't yet have a report for that.
  • Attendance Reports

    Feature Requests
    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • Allow Genmapper to map UPLINE as well as downline.

    Feature Requests
    1
    0 Votes
    1 Posts
    94 Views
    No one has replied
  • Zume.Training Changes

    General Discussion
    2
    0 Votes
    2 Posts
    204 Views
    Nathaniel FentonN
    @Shawn-Walden Thanks for reaching out. You should be able to see your groups and who is in them by clicking on the "Plans" button on your contact record [image: 1744271546433-4554412b-f742-4cc5-a8d1-b0354131fb35-image.png] I don't think it's possible to make manual edits at the moment though via the coaching portal. What kind of issues are your users having joining the groups? Blessings,
  • User Data Deletion Request

    Facebook
    6
    0 Votes
    6 Posts
    729 Views
    CorsacC
    @FishingWithNets @josephine59 and anyone else following this post. In v1.1.1 of the Facebook plugin we've added a page to paste the IDs and search for them. You can then decide to delete the FB data (facebook data and facebook conversations) or delete the whole contact. [image: 1744218758753-b0b87718-e11c-416c-b209-b34db2937ce7-image.png]
  • Tutorial needed to setup my disciple.tools

    Hosting - Managing
    5
    0 Votes
    5 Posts
    329 Views
    CorsacC
    @jarednhz That makes sense. Glad you have access now. Thanks for your patience during the wait.
  • Auto Email

    Feature Requests
    2
    0 Votes
    2 Posts
    275 Views
    CorsacC
    @Suzette-Sutton, great idea! Lets make sure I'm understanding this right. Lets say you have a course to discover about Jesus and Bob signs up to the course. Bob becomes a contact is D.T. If along the course you find out that Bob has given his life to Jesus, you would make his faith status as "Believer" on his contact record. We would want a workflow to trigger at this point to send Bob a custom "New Believer Welcome" email. Is something like this what you are wondering about? Right now there is a Workflows system in WP Admin > Settings (D.T) > Workflows. It can update the record or leave a comment on the record, but can't currently sent emails.
  • Steps and tools to automatically send emails

    General Discussion
    2
    0 Votes
    2 Posts
    194 Views
    CorsacC
    Hey @Suzette-Sutton, great question. It looks like you also asked this here too: https://community.disciple.tools/topic/139/auto-email. I'll answer there. For information, currently everything in Disciple.Tools is free and open source. Everything we build you can use for free. And everything the community builds and shares as well.
  • New Magic Links Feature: Connections Template!

    Announcements
    1
    1 Votes
    1 Posts
    158 Views
    No one has replied
  • 0 Votes
    9 Posts
    716 Views
    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;
  • AI in Disciple.Tools

    General Discussion
    3
    0 Votes
    3 Posts
    187 Views
    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.