@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?
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.
@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
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.
@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,
@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]
@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.
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.
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;
@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.