<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Popular Topics]]></title><description><![CDATA[A list of topics that are sorted by post count]]></description><link>https://community.disciple.tools/popular/alltime</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 18:15:45 GMT</lastBuildDate><atom:link href="https://community.disciple.tools/popular/alltime.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Mar 2024 13:56:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Metricool Plugin?]]></title><description><![CDATA[@jaichele70 https://static.metricool.com/API+DOC/API+English.pdf
]]></description><link>https://community.disciple.tools/topic/69/metricool-plugin</link><guid isPermaLink="true">https://community.disciple.tools/topic/69/metricool-plugin</guid><dc:creator><![CDATA[jaichele70]]></dc:creator><pubDate>Mon, 18 Mar 2024 13:56:52 GMT</pubDate></item><item><title><![CDATA[Magic Link/Create contacts and group records]]></title><description><![CDATA[Hey @User27,
That doesn't sound good. Can you tell me which magic link you are using, how you are accessing it and if your user is signed in?
]]></description><link>https://community.disciple.tools/topic/93/magic-link-create-contacts-and-group-records</link><guid isPermaLink="true">https://community.disciple.tools/topic/93/magic-link-create-contacts-and-group-records</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Tue, 07 May 2024 16:03:29 GMT</pubDate></item><item><title><![CDATA[Backblaze Storage setup]]></title><description><![CDATA[@Vlad-AZ You could use any backup plugin from the WordPress directory.
I've used https://updraftplus.com/ in the past. I think you'll need the paid version to copy D.T tables.
]]></description><link>https://community.disciple.tools/topic/101/backblaze-storage-setup</link><guid isPermaLink="true">https://community.disciple.tools/topic/101/backblaze-storage-setup</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Wed, 29 May 2024 11:19:26 GMT</pubDate></item><item><title><![CDATA[Help with Setup?]]></title><description><![CDATA[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.
]]></description><link>https://community.disciple.tools/topic/151/help-with-setup</link><guid isPermaLink="true">https://community.disciple.tools/topic/151/help-with-setup</guid><dc:creator><![CDATA[EricReiss]]></dc:creator><pubDate>Sat, 02 Aug 2025 20:43:32 GMT</pubDate></item><item><title><![CDATA[D.T Summit 2023 Highlights]]></title><description><![CDATA[Such a great experience.  Wonderful time to see God at work and see Him through others.
]]></description><link>https://community.disciple.tools/topic/10/d-t-summit-2023-highlights</link><guid isPermaLink="true">https://community.disciple.tools/topic/10/d-t-summit-2023-highlights</guid><dc:creator><![CDATA[AJ]]></dc:creator><pubDate>Fri, 27 Oct 2023 02:52:52 GMT</pubDate></item><item><title><![CDATA[ABIDING IN CHRIST and MASS EVANGELISM STRATEGY]]></title><description><![CDATA[@KINGDOMgits thanks for sharing!!
You totally can import CSV content into Disciple.Tools.
You'll just need to install the CSV import plugin first: https://disciple.tools/plugins/disciple-tools-import/
Then head over to WP Admin &gt; Extensions (D.T) &gt; Import.
]]></description><link>https://community.disciple.tools/topic/72/abiding-in-christ-and-mass-evangelism-strategy</link><guid isPermaLink="true">https://community.disciple.tools/topic/72/abiding-in-christ-and-mass-evangelism-strategy</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Thu, 28 Mar 2024 01:11:35 GMT</pubDate></item><item><title><![CDATA[Using Facebook Plugin, comments are being repeated in the Comments and Activity Tile.]]></title><description><![CDATA[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 &gt; c2.comment_ID;

]]></description><link>https://community.disciple.tools/topic/116/using-facebook-plugin-comments-are-being-repeated-in-the-comments-and-activity-tile</link><guid isPermaLink="true">https://community.disciple.tools/topic/116/using-facebook-plugin-comments-are-being-repeated-in-the-comments-and-activity-tile</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Mon, 05 Aug 2024 15:43:23 GMT</pubDate></item><item><title><![CDATA[Best Practice to Adding Groups for a Coallition]]></title><description><![CDATA[@gaboayala hey! You should be able to switch between link and app modes, when you edit the app in the admin section. Ensure to select the required type.
However, I do believe Magic Links always default to Apps.
Also, from your previous set of questions - (1) The actual url cannot be changed; but you can specify custom page titles.
]]></description><link>https://community.disciple.tools/topic/162/best-practice-to-adding-groups-for-a-coallition</link><guid isPermaLink="true">https://community.disciple.tools/topic/162/best-practice-to-adding-groups-for-a-coallition</guid><dc:creator><![CDATA[kodinkat]]></dc:creator><pubDate>Tue, 18 Nov 2025 09:11:57 GMT</pubDate></item><item><title><![CDATA[Adding Picture for Contact ID]]></title><description><![CDATA[@Jordan-Brown Everything there looks good. Did you do the CORS section?
]]></description><link>https://community.disciple.tools/topic/17/adding-picture-for-contact-id</link><guid isPermaLink="true">https://community.disciple.tools/topic/17/adding-picture-for-contact-id</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Thu, 09 Nov 2023 17:38:58 GMT</pubDate></item><item><title><![CDATA[SSO with MS 365]]></title><description><![CDATA[Thanks @Jordan-Brown, fixed.
]]></description><link>https://community.disciple.tools/topic/45/sso-with-ms-365</link><guid isPermaLink="true">https://community.disciple.tools/topic/45/sso-with-ms-365</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Thu, 28 Dec 2023 07:06:05 GMT</pubDate></item><item><title><![CDATA[Exporting data to Powerbi]]></title><description><![CDATA[@CairoCoder thanks
]]></description><link>https://community.disciple.tools/topic/84/exporting-data-to-powerbi</link><guid isPermaLink="true">https://community.disciple.tools/topic/84/exporting-data-to-powerbi</guid><dc:creator><![CDATA[B M]]></dc:creator><pubDate>Thu, 25 Apr 2024 15:25:34 GMT</pubDate></item><item><title><![CDATA[Major database mess...I think?]]></title><description><![CDATA[@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.
]]></description><link>https://community.disciple.tools/topic/143/major-database-mess...i-think</link><guid isPermaLink="true">https://community.disciple.tools/topic/143/major-database-mess...i-think</guid><dc:creator><![CDATA[mbrown]]></dc:creator><pubDate>Tue, 22 Apr 2025 03:44:33 GMT</pubDate></item><item><title><![CDATA[A community Forum]]></title><description><![CDATA[Thanks @Jordan-Brown
Yes, this forum is the place for Disciple.Tools users and admins to talk and ask questions.
The best way I can think of is inviting and encouraging more user to join. And for more questions to be asked. Thanks for being one of them.

The forum requires its own login. I don't see a way around that. The best would be to open the forum link in a new browser tab.

]]></description><link>https://community.disciple.tools/topic/2/a-community-forum</link><guid isPermaLink="true">https://community.disciple.tools/topic/2/a-community-forum</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Tue, 24 Oct 2023 17:42:45 GMT</pubDate></item><item><title><![CDATA[API Headaches]]></title><description><![CDATA[Thanks @mbrown!
]]></description><link>https://community.disciple.tools/topic/117/api-headaches</link><guid isPermaLink="true">https://community.disciple.tools/topic/117/api-headaches</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Sat, 17 Aug 2024 02:08:46 GMT</pubDate></item><item><title><![CDATA[I Need a Mentor]]></title><description><![CDATA[@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
]]></description><link>https://community.disciple.tools/topic/130/i-need-a-mentor</link><guid isPermaLink="true">https://community.disciple.tools/topic/130/i-need-a-mentor</guid><dc:creator><![CDATA[Nestor Matos]]></dc:creator><pubDate>Thu, 09 Jan 2025 00:50:37 GMT</pubDate></item><item><title><![CDATA[Configure locally hosted MinIO storage]]></title><description><![CDATA[@Matthew - Excellent! Glad you've now been able to resolve the issue. Talk again soon... 
]]></description><link>https://community.disciple.tools/topic/160/configure-locally-hosted-minio-storage</link><guid isPermaLink="true">https://community.disciple.tools/topic/160/configure-locally-hosted-minio-storage</guid><dc:creator><![CDATA[kodinkat]]></dc:creator><pubDate>Wed, 12 Nov 2025 08:59:19 GMT</pubDate></item><item><title><![CDATA[Data Use Checkup request from Meta?]]></title><description><![CDATA[I think I just tried to answer those questions as best as I could. I also made sure the app was not 'live'.
]]></description><link>https://community.disciple.tools/topic/77/data-use-checkup-request-from-meta</link><guid isPermaLink="true">https://community.disciple.tools/topic/77/data-use-checkup-request-from-meta</guid><dc:creator><![CDATA[jaichele70]]></dc:creator><pubDate>Mon, 22 Apr 2024 15:49:21 GMT</pubDate></item><item><title><![CDATA[User Data Deletion Request]]></title><description><![CDATA[@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]
]]></description><link>https://community.disciple.tools/topic/132/user-data-deletion-request</link><guid isPermaLink="true">https://community.disciple.tools/topic/132/user-data-deletion-request</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Wed, 05 Feb 2025 10:06:36 GMT</pubDate></item><item><title><![CDATA[Destop Feature]]></title><description><![CDATA[@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?
]]></description><link>https://community.disciple.tools/topic/153/destop-feature</link><guid isPermaLink="true">https://community.disciple.tools/topic/153/destop-feature</guid><dc:creator><![CDATA[Corsac]]></dc:creator><pubDate>Fri, 03 Oct 2025 14:47:41 GMT</pubDate></item><item><title><![CDATA[Church Health Component does not show up on the Group dashboard]]></title><description><![CDATA[@lbherrera There is a new theme release (1.79.0) that was just released a few days ago. I think it could have an update that could fix this. Can you update your theme to the latest version and try again?
If my workaround didn't fix it, then there might be a different problem from what I thought. Could you help by sharing some further debugging information?
Can you share which browser you are using (Chrome, Safari, Firefox, etc) and which operating system (Windows, Mac, Linux) you are currently using?
To do more investigating, we need to open up the developer tools in your browser. Check out https://developer.mozilla.org/en-US/docs/Learn_web_development/Howto/Tools_and_setup/What_are_browser_developer_tools for how to do that. Then we want to open the "Console" tab. After you do that, refresh the group page. Are there any messages that show up in that console tab? If so, please share a screenshot and copy/paste theme here. Some of the messages might be able to expand with a little arrow on the side, so please do that before share.
In addition to that, it will be good to check if there are any server errors. Go to /wp-admin/admin.php?page=dt_utilities&amp;tab=logs on your site and look for any errors in that list that are at the time you last refreshed/loaded the group page. Please share all of those.
I'm hoping that those things will give us a better idea of how this is happening on your site. The only way I was able to see the same behavior was fixed by my workaround, so there might be something else going on that I'm not thinking of.
]]></description><link>https://community.disciple.tools/topic/168/church-health-component-does-not-show-up-on-the-group-dashboard</link><guid isPermaLink="true">https://community.disciple.tools/topic/168/church-health-component-does-not-show-up-on-the-group-dashboard</guid><dc:creator><![CDATA[CairoCoder]]></dc:creator><pubDate>Thu, 12 Feb 2026 22:41:14 GMT</pubDate></item></channel></rss>