Subpage Monklets
Overview
Monklets are predefined code snippets that allow you to bring in other module content (sermons, articles, etc.) into your pages.
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 inline parameters to be passed to define items from a specific group, category, etc. http://help.monkcms.com/article/using-monklets/ and https://help.ekklesia360.com/article/using-inline-parameters/ provides details on using these parameters.
Sidebar Monklets
NOTE - Monklets that are defined with "Sidebar Monklet" in the title can only be inserted into the Subpage Default templates in the "Sidebar" sections.
This monklet displays the latest sermon. If you want to display the latest sermon from a specific group or category, you can use the find_group and find_category inline parameters as needed.
Here is an example of what this would look like if you wanted to display a sermon from the category "Prayer": {{sidebar-monklet-latest-sermon|find_category="prayer"}}
This monklet displays the latest blog post published as featured. You must use the "name" inline parameter to define which blog to pull from.
Here is an example of what this would look like: {{sidebar-monklet-featured-post|name="blog"}}
This monklet displays the most recent article. If you want to display the latest article from a specific group or category, you can use the find_group and find_category inline parameters as needed.
Here is an example of what this would look like if you wanted to display a sermon from the category "Prayer": {{sidebar-monklet-latest-articles-1|find_category="prayer"}}
This monklet displays the 4 most recent upcoming events. If you want to display the latest events from a specific group or category, you can use the find_group and find_category inline parameters as needed.
Here is an example of what this would look like if you wanted to display an event from the category "Children's Ministry": {{sidebar-monklet-upcoming-events|find_category="childrens-ministry"}}
Section Monklets
NOTE - Monklets that are defined with "Section Monklet" in the title can be inserted in the page content area or in a section. Section Monklets can be used with Subpage Default or Subpage Fullwidth templates, as well as your INDEX template.
This monklet displays a carousel of banners from a link list. The carousel displays one banner at a time. The heading and description display in banner and the image displays behind the text. The optional "Icon Class" can be used to display an icon in the heading. A list of your icons can be found HERE.
You will need to use the "find" parameter to tell the monklet which link list to display. An example of this would look like this: {{section-monklet-featured-banners-carousel-1|find="featured-banners-carousel"}}
This monklet will display the most recent event published as featured. If you want to display the latest featured event from a specific group or category, you can use the find_group and find_category inline parameters as needed.
Here is an example of what this would look like if you wanted to display an event from the category "Children's Ministry": {{section-monklet-featured-event-image|find_category="childrens-ministry"}}
This monklet displays the latest sermon with no image or video. If you want to display the latest sermon from a specific group or category, you can use the find_group and find_category inline parameters as needed.
Here is an example of what this would look like if you wanted to display a sermon from the category "Prayer": {{section-monklet-latest-sermon|find_category="prayer"}}
This monklet displays the latest sermon with the sermon image. If you want to display the latest sermon from a specific group or category, you can use the find_group and find_category inline parameters as needed.
Here is an example of what this would look like if you wanted to display a sermon from the category "Prayer": {{section-monklet-latest-sermon|find_category="prayer"}}
This monklet displays content from a link list. The Name and Icon Class fields display the title at the top, and description displays below. The link and button text display below the description, and the image displays on the right. An icon must be included for the Title to display. A list of your icons can be found HERE.
Specialty Monklets
NOTE - These specialty monklets can be inserted in the page content area of a Subpage Default or Subpage Fullwidth template.
The "Gallery Monklet" can be inserted into the content area of a page to display a specific photo gallery grid.
After you insert the monklet you will use the find_gallery tag to define which gallery to use. The name of the gallery should be in slug format, which is the gallery name in lowercase with dashes in place of spaces.
For instance, if you created a Gallery titled "Photo Gallery 1" and you wanted to insert it into the page, it would look like this: {{gallery-monklet|find_gallery="photo-gallery-1"}}
The "Gallery Monklet Carousel" can be inserted into the content area of a page to display a specific photo gallery grid.
After you insert the monklet you will use the find_gallery tag to define which gallery to use. The name of the gallery should be in slug format, which is the gallery name in lowercase with dashes in place of spaces.
For instance, if you created a Gallery titled "Photo Gallery 1" and you wanted to insert it into the page, it would look like this: {{gallery-monklet-carousel|find_gallery="photo-gallery-1"}}