Section Monklets
Overview
Monklets are predefined code snippets that allow you to bring in other module content (sermons, events, etc.) into your pages. There are a few monklets that have been created that are placed in the content area of your full width sections.
You can use a monklet inside a section by placing your cursor in the content area, selecting Insert > Insert Monklet > "Desired Monklet".
Some monklets allow/require inline parameters to be passed to define items from a specific group, category, etc. http://help.monkcms.com/article/using-monklets/ provides details on using these parameters.
*NOTE - Monklets that are defined with "Section Monklet" in the title can only be inserted into the content area of a full width section.
Accordion Monklet
The Accordion monklet pulls in items from a Link List, using the Name and Description fields to fill the accordion items.
Example Monklet:
{{accordion-monklet|find='accordion-test'}}
More Events Section
Displays upcoming events. You can pass it a category to limit the events shown.
Example Monklet:
{{more-events-section|find_category='young-adults'}}
Events List Section
Displays upcoming events. You can pass it a category to limit the events shown.
Example Monklet:
{{events-list-section|find_category='young-adults'}}
Featured Events Section
Displays upcoming featured events. You can pass it a category to limit the events shown.
Example Monklet:
{{featured-events-section|find_category='young-adults'}}
Featured Story and Blog Monklet
Pulls the latest blog and story articles.
Example Monklet:
{{featured-story-and-blog-monklet}}
Home Featured Link Monklet
Pulls links from Link List. Uses Name, Description, URL and Image fields.
Example Monklet:
{{home-featured-link-monklet|find='home-featured-links'}}
Latest Sermon Monklet
Pulls the latest sermon information.
Example Monklet:
{{latest-sermon-monklet}}
Sermon List Monklet
Pulls the latest 2 sermons in a list view
Example Monklet:
{{sermon-list-monklet}}
Small Groups List Section
Pulls the next 2 small groups in a list view. Can filter down to a category by inline parameter
Example Monklet:
{{small-groups-list-section|find_category='category-1'}}