• Training Videos

    Tutorials
    4
    0 Votes
    4 Posts
    2k Views
    S
    @Jordan-Brown It's more of a general overview before the "how to starts". The one's who don't need context and just the how to can just jump to it. Most of the video's I see nowadays have them broken up into segments with a title at each topical change point so noone is stuck watching info they don't need in a longer video. The videos can be longer but because they are broken up and identified with topics you can just pick what you need. So one, I don't want to waste a more experienced user with info they don't want on an explanation but I feel that feature could solve that issue for them. For me, at this point, I would like the video to NOT start with "we are going to show you how to do X. First go to the ....then select ...." I would suggest that the videos start with something like, "We are going to show you how to do X". X is quite a beneficial feature for those of you looking to do x, y, z in a B scenario. Typically our users leverage this feature to provide X, Y Z because they need to be able to track "T". You might also want to use X in the case of P if you are an enduser needing to manage "B". Now that we know some uses for X let's look at how to install it." Thanks for your consideration.
  • Release v1.0.0

    Setup Wizard
    1
    1 Votes
    1 Posts
    264 Views
    No one has replied
  • Site Link: Receive updates for metrics after hand-off?

    Feature Requests
    3
    0 Votes
    3 Posts
    236 Views
    CairoCoderC
    @Corsac This is helpful and what I was looking for. Thanks!
  • Data Use Checkup request from Meta?

    Moved Facebook
    6
    2
    0 Votes
    6 Posts
    179 Views
    jaichele70J
    I think I just tried to answer those questions as best as I could. I also made sure the app was not 'live'.
  • TikTok Plugin

    Feature Requests
    3
    0 Votes
    3 Posts
    87 Views
    J
    Thanks, @Corsac! As always, I appreciate your help and all you guys do!
  • 0 Votes
    1 Posts
    100 Views
    No one has replied
  • SSO with MS 365

    Feature Requests
    8
    0 Votes
    8 Posts
    210 Views
    CorsacC
    Thanks @Jordan-Brown, fixed.
  • The Bible Plugin 1.0

    General Discussion
    5
    3 Votes
    5 Posts
    236 Views
    AJA
    @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 .
  • Disciple.Tools v1.63

    Announcements
    1
    0 Votes
    1 Posts
    103 Views
    No one has replied
  • Adding Picture for Contact ID

    Moved D.T Storage completed
    8
    3 Votes
    8 Posts
    779 Views
    CorsacC
    @Jordan-Brown Everything there looks good. Did you do the CORS section?
  • A community Forum

    Feature Requests
    7
    2 Votes
    7 Posts
    240 Views
    CorsacC
    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.
  • Magic Links - Creating Contacts and Readonly fields

    Announcements
    4
    1 Votes
    4 Posts
    269 Views
    Jordan BrownJ
    @Corsac Seems like the instance I installed it on had something else blocking that feature. It is working fine on another instance! Great feature addition!
  • Exporting data to Powerbi

    General Discussion
    8
    0 Votes
    8 Posts
    265 Views
    B MB
    @CairoCoder thanks
  • Location Grid Name Translation

    Feature Requests
    2
    0 Votes
    2 Posts
    68 Views
    B
    Maybe, since each multiplier only uses a limited amount of languages and a limited amount of locations, we don't need to have a full translation of each location in each language. What if a multiplier could select a country or region with an adminstrative level and download an excel list from DT with those locations and geocodes. The multiplier can then add a column with the translated names, with a column header specifying the language code and upload it to DT. DT can then add that to the dt_location_grid table and follow the language preference from the user profile?
  • Magic Link listing all contacts

    Moved Magic Links Plugin answered
    4
    0 Votes
    4 Posts
    108 Views
    O
    @Corsac Hi, yes I tried logging out and in a private tab this and it doesn't show the contacts. Thank you!
  • How do I delete a user account

    General Discussion answered
    4
    0 Votes
    4 Posts
    114 Views
    U
    @Hillbilly, thank you! That worked
  • Workflow action to send magic link

    General Discussion
    4
    0 Votes
    4 Posts
    97 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)
  • Workflow Action: Copy value from another field

    Feature Requests
    2
    0 Votes
    2 Posts
    205 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 );
  • Disciple.Tools v1.62

    Announcements
    1
    0 Votes
    1 Posts
    137 Views
    No one has replied
  • conditional fields for the webform

    D.T Webform
    5
    0 Votes
    5 Posts
    157 Views
    B MB
    Thanks will see what we can do