New Feature Request – add “reply_msg” to rota settings

About Support Rota New Feature Request – add “reply_msg” to rota settings

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10031
    Avatar for Richard HughesRichard Hughes
    Participant

    Version 4.4.11
    index.php line 4769

    We love the app and the SMS text messages. We are also expecting the members to REPLY to the text message, but they are not aware that we want them to reply YES or NO. Can you add 1 new setting (see attachment)?

    Then update this line in the index.php file.

    
    $message=$sendMessage.' '.esc_html(sprintf(__('You are scheduled for %1$s','church-admin'  ), $jobName ));
    

    After each update, I have been modifying index.php to be like this.

    
    $reply_msg = "If you are not able reply 'No', otherwise, reply 'Yes' to confirm.";   # make this a setting instead.
    $message=$sendMessage.' '.esc_html(sprintf(__('You are scheduled for %1$s. %2$s','church-admin'  ), $jobName,
     $reply_msg));
    
    Attachments:
    You must be logged in to view attached files.
    #10033
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    Hii Richard,
    I’m adding the extra message text as a setting in v4.4.12

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.