This allows you to customise the Bulletin Name that is given to each Bulletin when a bulletin is auto-generated.


To change the auto generated bulletin name:

  1. Edit the Scorebook, goto Scorebook Settings

  2. Go to Bulletin Settings

  3. Find the "Bulletin Name Template" input

  4. Add your Bulletin Name Template using the Available Variables and Filters

  5. Click Save


If left blank the default Bulletin Name is the current time and date using the following format: 


12:56pm, 05th Mar 2014 


This will be used when the  Bulletin Name Template cannot be compiled or no Bulletin Name Template is set.  


Available Merge Tags

Under the hood a "Scorebook" is known as a "board" and a Bulletin is known as a "release". The merge tags you can use are:


    {{ release.period_start }}

    {{ release.period_end }}

    {{ release.release_time }}

    {{ board.board_timezone }}


Available Filters

    date

    title


Examples of how to use merge tags in your bulletin name template are as follows:


Bulletin Name Template

Example Bulletin Name

{{ 'now' | date('g:ia, dS M Y') }}

12:56pm, 05th Mar 2014

Week {{ release.period_end | date('W, Y') }}

Week 04, 2017

{{ release.period_end | date('j F Y') }}

4 January 2017

w/e {{ release.period_end | date('j M') }}

w/e 4 Jan

{{ board.board_timezone }}

UTC

{{ release.period_start }}

2014-02-05 12:56:00

{{ release.period_end }}

2014-03-05 12:56:00

{{ release.release_time }}

2014-03-05 12:56:00


Characters to use when Date Formatting  


You can format exactly how you want the date to look by applying date formatting characters to a merge tag.

For example, "Week {{ release.period_end | date ('W - Y')}}" might translate to "Week 03 - 2014" depending on which week of the year the score period end falls in.


The full list of date formatting characters is as follows:


CharacterDescriptionExample returned values
Day------
dDay of the month, 2 digits with leading zeros01 to 31
DA textual representation of a day, three lettersMon through Sun
jDay of the month without leading zeros1 to 31
l(lowercase 'L')A full textual representation of the day of the weekSunday throughSaturday
NISO-8601 numeric representation of the day of the week1 (for Monday) through7 (for Sunday)
SEnglish ordinal suffix for the day of the month, 2 charactersst, nd, rd or th. Works well with j
wNumeric representation of the day of the week0 (for Sunday) through6 (for Saturday)
zThe day of the year (starting from 0)0 through 365
Week------
WISO-8601 week number of year, weeks starting on MondayExample: 42 (the 42nd week in the year)
Month------
FA full textual representation of a month, such as January or MarchJanuary throughDecember
mNumeric representation of a month, with leading zeros01 through 12
MA short textual representation of a month, three lettersJan through Dec
nNumeric representation of a month, without leading zeros1 through 12
tNumber of days in the given month28 through 31
Year------
LWhether it's a leap year1 if it is a leap year, 0otherwise.
oISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead.Examples: 1999 or 2003
YA full numeric representation of a year, 4 digitsExamples: 1999 or 2003
yA two digit representation of a yearExamples: 99 or 03
Time------
aLowercase Ante meridiem and Post meridiemam or pm
AUppercase Ante meridiem and Post meridiemAM or PM
BSwatch Internet time000 through 999
g12-hour format of an hour without leading zeros1 through 12
G24-hour format of an hour without leading zeros0 through 23
h12-hour format of an hour with leading zeros01 through 12
H24-hour format of an hour with leading zeros00 through 23
iMinutes with leading zeros00 to 59
sSeconds, with leading zeros00 through 59
uMicrosecondsExample: 654321
Timezone------
eTimezone identifierExamples: UTC, GMT,Atlantic/Azores
I (capital i)Whether or not the date is in daylight saving time1 if Daylight Saving Time, 0 otherwise.
ODifference to Greenwich time (GMT) in hoursExample: +0200
PDifference to Greenwich time (GMT) with colon between hours and minutes (added in PHP 5.1.3)Example: +02:00
TTimezone abbreviationExamples: EST, MDT ...
ZTimezone offset in seconds. The offset for timezones west of UTC is always negative, and for those east of UTC is always positive.-43200 through 50400
Full Date/Time------
cISO 8601 date2004-02-12T15:19:21+00:00
r» RFC 2822 formatted dateExample: Thu, 21 Dec 2000 16:01:07 +0200


Please feel free to contact support who will be happy to assist with your bulletin name template.