Migrating to FTH4

Your club admin received the instructions to update their admin password to access FTH4. (FTH3 admin passwords will NOT work in FTH4). Follow the instructions in the email and use 'Member sign in' in the top right corner to access the Club Admin account.

If you are not sure who the club admin is, in your member account; look at 'Club Officers and Members' > "Club Email addresses". The LAST item in this list is the person who is currently listed as your club admin.

If this is not correct, please complete and submit this form to change your club admin:
www.toastmastersclubs.org/welcome/change-admin/

Documentation doesn't explain from where name tag field values come

  • NotLiable
  • NotLiable's Avatar Topic Author
  • Offline
  • FreeToastHost Ambassador
  • FreeToastHost Ambassador
  • Posts: 302
  • Thanks: 48

Documentation doesn't explain from where name tag field values come

9 years 2 months ago
#63879
Looking to update my club's name tag template for the new year, I found some issues. First, I wasn't sure what some of the field names truly meant, and next, I was unsure from where the program was grabbing values to put in some of the fields. I'm submitting this under doc feedback because I believe the name tags part of the manual should be more comprehensive about the available fields.

It appears that the award-related fields and the namesuffix field get values from what's typed after a person's name in the membership table, but I would have thought namesuffix to be a place to handle "Jr." or "M.D." If I change my name entry to "Arthur Farnsworth, Jr., ACS, ALS, lastname = "Farnsworth Jr." and namesuffix = "ACS, ALS" Omitting the comma between my surname and "Jr." doesn't change anything.

Here's my code followed by the output for "Arthur L. Farnsworth Jr., ACS, ALS" as the membership table entry.

<!--
File: Name Badge Test.html
Author: Arthur L. Farnsworth
Purpose: File to test all of the field values in the name tag tool
Created: 10 Jul 2017
Revisions:
-->
<STYLE type="text/css">div.ntThisStyleBlockIsIgnoredDuringPrinting{} table.ntHeading { table-layout: fixed; vertical-align: middle; text-align: center; color: white; font-size: 18pt; line-height: 90%; background-repeat: no-repeat; background-size: 100% auto;}div.ntOutline { border: 1px solid LightGray; border-collapse:collapse; }
</STYLE>
<!--
Print all field names and values
-->
name: {{name}}<BR>
firstname: {{firstname}}<BR>
lastname: {{lastname}}<BR>
FN caps: {{firstnamecaps}}<BR>
LN caps: {{lastnamecaps}}<BR>
namesuffix: {{namesuffix}}<BR>
datejoined: {{datejoined}}<BR>
membersince: {{membersince}}<BR>
officerrole: {{officerrole}}<BR>
emeritus: {{emeritus}}<BR>
clubname: {{clubname}}<BR>
clubnumber: {{clubnumber}}<BR>
caward: {{caward}}<BR>
laward: {{laward}}<BR>
awards: {{awards}}<BR>

name: Arthur L. Farnsworth Jr., ACS, ALS
firstname: Arthur
lastname: Farnsworth Jr.
FN caps: ARTHUR
LN caps: FARNSWORTH JR.
namesuffix: ACS, ALS
datejoined: 2003-07-01
membersince: Member Since 2003-07-01
officerrole:
emeritus: Officer Emeritus
clubname: We The Speakers
clubnumber: 9376
caward: ACS
laward: ALS
awards: ACS, ALS
Arthur Farnsworth, DTM, PM4
We The Speakers, 9376
In-Person Toastmasters, 3474192
The topic has been locked.
  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Emeritus
  • Emeritus
  • Posts: 11492
  • Thanks: 3057

Re: Documentation doesn't explain from where name tag field values come

9 years 2 months ago - 9 years 2 months ago
#63890
Added Jr as a recognized namesuffix (somehow I missed that)

The award stuff is derived from namesuffix (a subset of it).
Last edit: 9 years 2 months ago by SteveTheTechie.
The topic has been locked.
Moderators: Heni, Pam, RichardT, NotLiable, NSB, jgavin, Lcala305, Brian, peterb323, DebbieT
Time to create page: 0.142 seconds