@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.
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.
@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 > Extensions (D.T) > Import.
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;
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.
@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
@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]
@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?
@Corsac Yes!
https://github.com/Reaching-Asia-Inc/The-Bible-Plugin
We have great developers with @incraigulous at CodeZone - they are really awesome and passionate about this project as well. But the vision has always been to also build up a development community around TBP.
Also trying to take a page from you guys and get a user community built up at https://support.thebibleplugin.com .
Hi friends, The objective of the contact update notifications is that the project/team is reminding the assigned user (record owner/responsible user) to keep progressing with the contacts assigned for them to steward.
Therefore, the update trigger timing is based off the contact status. The update needed is reset by comments from the assigned/responsible user or status change. It can be overridden with a trigger a the top of the contact record. Other users (digital responders and dispatchers) frequently add details to the conversation without actually being a substantial progress update and therefore do not automatically reset the update needed trigger.
All of these settings can be tweaked or completely turned off in the Admin > Settings (D.T) > General Settings tab > Update Needed Triggers section. There is a tick box to enable/disable the update needed notifications and the timing and text of the individual notifications are set within that section.