Disciple.Tools Community D.T Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Disicple.Tools
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories

    • All tags
    • O

      Magic Link listing all contacts

      Watching Ignoring Scheduled Pinned Locked Moved Magic Links Plugin answered
      4
      0 Votes
      4 Posts
      402 Views
      O
      @Corsac Hi, yes I tried logging out and in a private tab this and it doesn't show the contacts. Thank you!
    • H

      How do I delete a user account

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion answered
      4
      0 Votes
      4 Posts
      364 Views
      U
      @Hillbilly, thank you! That worked
    • CairoCoderC

      Workflow action to send magic link

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      296 Views
      CairoCoderC
      I think the tricky part will be the logic to determine if it has been executed or not. Otherwise it's going to keep sending the same link over and over. Maybe it could store something in the database (post meta data?) that logs the last time it was sent and not send it again for a period of time or until the criteria are not met and then met again (that sounds tricky but most accurate)
    • CairoCoderC

      Workflow Action: Copy value from another field

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      2
      0 Votes
      2 Posts
      411 Views
      CairoCoderC
      I was able to implement my own custom action that does this specifically for the sub-assigned field. The UI only allows the selection of a single field to perform an action on, so I used that as the source of where I want to copy a value from. This action will always copy it to the subassigned field but could be modified to alter other fields: add_filter( 'dt_workflows_custom_actions', function ( $actions ) { $actions[] = (object) [ 'id' => 'mtm_copy_to_subassigned', 'name' => 'Copy Relation Field to Sub-assigned', 'displayed' => true // Within admin workflow builder view? ]; return $actions; }, 10, 1 ); add_action( 'mtm_copy_to_subassigned', function ( $post, $field, $value ) { if ( !empty( $post ) && $post['post_type'] === 'contacts' ) { $updated_post = []; $updated_post['subassigned']['values'] = []; if ( !empty( $post[$field] ) ) { foreach ( $post[$field] as $connection ) { $updated_post['subassigned']['values'][] = [ 'value' => $connection['ID'], ]; } } // Assuming we have updated fields, proceed with post update! if ( !empty( $updated_post['subassigned']['values'] ) ) { $updated_post['subassigned']['force_values'] = true; DT_Posts::update_post($post['post_type'], $post['ID'], $updated_post, false, false); } } }, 10, 3 );
    • CorsacC

      Disciple.Tools v1.62

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      328 Views
      No one has replied
    • B MB

      conditional fields for the webform

      Watching Ignoring Scheduled Pinned Locked Moved D.T Webform
      5
      0 Votes
      5 Posts
      525 Views
      B MB
      Thanks will see what we can do
    • AJA

      Create Multipliers who are not Users

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      4
      1 Votes
      4 Posts
      528 Views
      CairoCoderC
      This could be helpful when link with the other request I just shared: https://community.disciple.tools/topic/89/link-a-magic-link-template-to-update-needed-triggers Having multipliers that are not users, you could use magic links that automatically get sent to them when Updates Needed triggers get triggered. Since non-users wouldn't get notifications about those comments, the combination of these two features would allow non-user contacts to be notified about updates needed for contacts they are assigned to - and give them access to make those updates.
    • CairoCoderC

      Link a Magic Link Template to Update Needed Triggers

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      249 Views
      No one has replied
    • K

      ABIDING IN CHRIST and MASS EVANGELISM STRATEGY

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      9
      1 Votes
      9 Posts
      868 Views
      CorsacC
      @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.
    • CorsacC

      Disciple.Tools v1.61!

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      353 Views
      No one has replied
    • CorsacC

      Send WhatsApp Notifications in more languages

      Watching Ignoring Scheduled Pinned Locked Moved Twilio - SMS & WhatsApp
      1
      0 Votes
      1 Posts
      446 Views
      No one has replied
    • CorsacC

      Disciple.Tools Notifications using SMS and WhatsApp

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      2
      0 Votes
      1 Posts
      146 Views
      No one has replied
    • CorsacC

      Ability to record voice messages on a contact record

      Watching Ignoring Scheduled Pinned Locked Moved D.T Storage
      1
      0 Votes
      1 Posts
      166 Views
      No one has replied
    • CorsacC

      Ability to use pictures in record comments

      Watching Ignoring Scheduled Pinned Locked Moved D.T Storage
      1
      0 Votes
      1 Posts
      151 Views
      No one has replied
    • CorsacC

      Presenting: Disciple.Tools Storage Plugin

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      1
      0 Votes
      1 Posts
      397 Views
      No one has replied
    • CorsacC

      User avatars

      Watching Ignoring Scheduled Pinned Locked Moved D.T Storage
      1
      0 Votes
      1 Posts
      191 Views
      No one has replied
    • CorsacC

      More Storage Providers

      Watching Ignoring Scheduled Pinned Locked Moved D.T Storage
      1
      0 Votes
      1 Posts
      137 Views
      No one has replied
    • CorsacC

      Released! Prayer Campaigns v4

      Watching Ignoring Scheduled Pinned Locked Moved Prayer Campaigns
      1
      0 Votes
      1 Posts
      302 Views
      No one has replied
    • CorsacC

      Disciple.Tools v1.60

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      168 Views
      No one has replied
    • AJA

      Import Prayer Fuel - WP Installer?

      Watching Ignoring Scheduled Pinned Locked Moved Prayer Campaigns answered
      4
      1
      0 Votes
      4 Posts
      458 Views
      CorsacC
      In v3.3.6: "Fix this" link fixed and wording changed to "Wordpress Importer". [image: 1712566349991-84e40aef-c493-42a4-9409-37590d83bb43-image.png]