Important: when posting, please provide your Club Number at a minimum, and as many details as possible.
For further info, please read This page before posting.

Functions on FTH4 sites can't currently be hidden

At this time, functions on FTH4 sites cannot be hidden. We want clubs to see all of the features, and that's less likely to happen if those features are hidden. Thank you for your understanding.

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

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

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

9 years 1 month 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 1 month ago - 9 years 1 month 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 1 month ago by SteveTheTechie.
The topic has been locked.
Moderators: HeniPamRichardTNotLiableNSBjgavinLcala305Brianpeterb323DebbieT
Time to create page: 0.141 seconds