Welcome, Guest
Username: Password: Remember me
1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the strikethrough member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.
  • Page:
  • 1

TOPIC:

Add Meeting Date to Meeting Notification Emails 4 years 6 months ago #81343

  • RyanBartelheimer
  • RyanBartelheimer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
The "Meeting Notification: Attendance" emails do not reference the date of the meeting for which attendance has been updated (sample pasted below). The recipient must click on the link and login to find out which meeting the email referenced. I did look through documents and forum postings to see if this topic has been covered. I offer my apologies if the answer is out there and I didn't find it.

Ryan Bartelheimer, VPE
Snohomish City Toastmasters (Club 258)


>>> This is an automatically generated email notification from your club website. <<<

(If you do not wish to receive these role change notifications, you can disable them in your member profile.)

~~~ Snohomish City Toastmasters Meeting Attendance Notification ~~~

A member's planned attendance status for the meeting has been updated.
(See 258.toastmastersclubs.org/agenda-01473004.html)

Ryan Bartelheimer, IP5, VC3 has indicated that XXXXXXXXX will NOT be attending this meeting.

(NOTE: Any replies to this notification email will be sent to the above member who made the change.)

Distribution: President, Vice President Education, Secretary
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 3 months ago #82085

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
I have looked into this. The template for this notification email is below. As you can see, it *does* have a variable in it for the meeting date ("{meetingdate}}"). I have also tested the notification email, and all of the ones I receive do have the meeting date in them. So I am not sure what you are doing differently... Are you able to currently reproduce the notification email without the meeting date? (possibly a bug)

Current Notification Template:
>>> This is an automatically generated email notification from your club website. <<<

(If you do not wish to receive these role change notifications, you can disable them in your member profile.)

	~~~ {{clubname}} Meeting Attendance Notification ~~~
	
	A member's planned attendance status for the {{meetingdate}} meeting has been updated.
	(See {{WEBURL}}/agenda-{{meetingid}}.html)
	
	{{membername}} has indicated that {{changetext}} this meeting.
	
	(NOTE: Any replies to this notification email will be sent to the above member who made the change.)
	{{distribution}}{{antispoofingphrase}}
Last edit: by SteveTheTechie.
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 3 months ago #82090

  • RyanBartelheimer
  • RyanBartelheimer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Looking through my emails, some of the attendance emails include the meeting date while others do not. I don't immediately see anything different about the emails with the date vs without it. I will look at the emails more closely tomorrow on my computer instead of my phone. Do you have any suggestions to help troubleshoot this?
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 3 months ago #82092

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
So if the date is not showing in the email, it is likely a blank date that is being inserted by the code there. The only things I can think of that might be a factor are date formatting issues (formatting errors result in blank dates), issues with determining whether an agenda is beyond the limit for sending notifications (e.g. a far future agenda) or if the agenda is a past agenda when the notification was sent (should not happen), or if there was something going on when creating a dated agenda from a template (e.g. if a named template got created from a dated agenda, but date was never cleared). None of these things should be happening, but I have been surprised before.

Date formatting issues usually result from something fishy with the date that was entered for a dated agenda. In that case, since the same formatting code is used throughout the system, the issue should be observable in several places.

For the past / far future scenario, it is a case of looking which meeting the notification was sent for relative to the date on which it was sent.

The template scenario is a bit more challenging (and unlikely) because it requires a series of steps to happen "just so".
Last edit: by SteveTheTechie.
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 3 months ago #82093

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
Moved this thread to the Support Requests category as the current functionality does include the meeting date in notification emails ... although there may be an issue with it that we are troubleshooting.
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 3 months ago #82095

  • RyanBartelheimer
  • RyanBartelheimer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
The undated subject line "Meeting Notification: Attendance / [Club name]" shows up when I create a new meeting agenda using an existing meeting agenda. The SaA and Presiding Officer assignments carry over from the template. When the new meeting agenda is created, two automated emails go out indicating that these two people will be attending the meeting.

I also created a new agenda using a template where these roles were not assigned. Then I assigned those two roles and the same thing happened - a message came through with the meeting date missing from the subject line.
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 3 months ago #82096

  • Pam
  • Pam's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3620
  • Thank you received: 1103
Steve, I responded from an emailed agenda that I would be attending and received a notification without a meeting date.
I then went to the website and said I would not be attending the same meeting. That triggered an email notification with the date included
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 3 months ago #82097

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
Pam, that helps. The code that runs when responding from an email is different than when responding from the website.

I will look into this.
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 3 months ago #82101

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
Still working on this... the logic is very complex. :S
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 2 months ago #82270

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
bump
The topic has been locked.

Add Meeting Date to Meeting Notification Emails 4 years 2 months ago #82274

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
I believe this is now fixed. There was a very subtle bug that was messing things up.
The topic has been locked.
  • Page:
  • 1
Moderators: Pamrhtaylor3jliumarc33NotLiabledeedubbleyooNSBPhyllis Kirouac
Time to create page: 0.038 seconds
Powered by Kunena Forum