Loading
Calendar page variables
Variable Description
event_type_nameIf this calendar is set to only show one type of event
e.g. {{ page.calendar.event_type_name }}
event_nameIs this an "event" or a "party", "rally", etc.
e.g. Please host a {{ page.calendar.event_name }}
show_map?Show map of all events
e.g.
allow_user_submitted?Allow people to add their own events
e.g.
user_submitted_event_type_nameNew user submitted events will be of this type
e.g. {{ page.calendar.event_type_name }}
is_proximity?Sort by distance (instead of by date)
e.g.
eventsAll events, past and future e.g.
events_mapPuts a Google map of all events, past and future
e.g. {{ page.calendar.events_map }}
events_countTotal # of all events, past and future
e.g. There are {{ page.calendar.events_count }} events
events_nearbyAll nearby events, past and future e.g.
events_nearby_mapPuts a Google map of all nearby events, past and future
e.g. {{ page.calendar.events_nearby_map }}
events_nearby_countTotal # of all nearby events, past and future
e.g. There are {{ page.calendar.events_nearby_count }} events
events_upcomingUpcoming events e.g.
events_upcoming_mapPuts a Google map of upcoming events
e.g. {{ page.calendar.events_upcoming_map }}
events_upcoming_countTotal # of upcoming events
e.g. There are {{ page.calendar.events_upcoming_count }} events
events_upcoming_nearbyUpcoming events nearby (using proximity search) e.g.
events_upcoming_nearby_mapPuts a Google map of upcoming events nearby
e.g. {{ page.calendar.events_upcoming_nearby_map }}
events_upcoming_nearby_countTotal # of upcoming nearby events
e.g. {{ page.calendar.events_upcoming_nearby_count }}
events_upcoming_allA list of all upcoming events e.g.
events_pastPast events e.g.
events_past_mapPuts a Google map of past events
e.g. {{ page.calendar.events_past_map }}
events_past_countTotal # of past events
e.g. {{ page.calendar.events_past_count }}
events_past_allA list of all past events e.g.
contentIntro content
e.g. {{ page.calendar.content }}
Do you like this page?

Showing 3 reactions


Lilia Villa commented 2013-04-02 10:25:31 -0700 · Flag
Hello Deb, this is possible but requires quite a bit of custom liquid code.

You can look through our liquid documentation here to become more familiar: nationbuilder.com/liquid_basics, as well as chime in to the post requesting that be a feature here: http://nationbuilder.com/redtimmy/a_block_style_calendar_for_events.

Also, if you’re interested in getting additional help from a NationBuilder architect, you can find a list of them here: http://nationbuilder.com/architects
Deb Rothe commented 2013-04-01 20:27:08 -0700 · Flag
My group wants me to create a real calendar looking calendar- squares and a month with arrows to go to future month and ability for linkable events poste in the calendar squares. Is this possible!