Skip to content

Instantly share code, notes, and snippets.

@stirlinghewitt
Created May 22, 2015 17:01
Show Gist options
  • Save stirlinghewitt/44a1c00d01812871e7e1 to your computer and use it in GitHub Desktop.
Save stirlinghewitt/44a1c00d01812871e7e1 to your computer and use it in GitHub Desktop.
Static Event Lists for TN and TE
ON TE IT IS {load_events City="New York"}
{load_events RecurseCategoryID=
Sports = 1, Concerts=54, Theatre=68
Braves vs Mets:
{atbs_static_event_list Keywords='Braves,Mets' include_js=true}
Braves vs Mets only at Turner Field:
{atbs_static_event_list Keywords='Braves,Mets' Venue='Turner Field' include_js=true}
Braves home games:
{atbs_static_event_list Performer='Atlanta Braves' Venue='Turner Field'}
Madison Square Garden events:
{atbs_static_event_list Venue='Madison Square Garden'}
Jersey Boys in Chicago:
{atbs_static_event_list Performer='Jersey Boys' City='Chicago'}
{atbs_static_event_list City="London"}
{load_events CountryCode='AU'} (TE SITE) That pulls Australian events
{load_events CategoryID=68 City="New York" State="NY" recurse=true}
Adam Rowan 11:34 am
what does recurse do?
soyadam 11:34 am
loads all events under the specified category
and that category's children
include_js=true calls the event/ajax
add limit="10" for example to limit results
All available options for TN:
City
CityID
Event
Keywords
Performer
PerformerID
Venue
VenueID
StateProvince
ParentCategoryID
ChildCategoryID
GrandchildCategoryID
Country="United States of America"
TE
OrKeywords //Combines multiple keywords together
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment