Monklets
Overview
Monklets are predefined code snippets that allow you to bring other module content into your pages (ie: events.). There are a few monklets that have been created that are placed in the content area of your fullwidth sections on your Subpage and Homepage.
You can use a monklet inside a section by placing your cursor in the content area and selecting:
Insert > Monklet > "Desired Monklet"
Some monklets allow inline parameters to be added into the monklet tag to pull items from a specific group, category, etc. -> see this help article for details. For additional information about using monklets, check out our help article here.
Note: you will see some additional monklets listed for your custom layouts (ministry, new here, etc); however, these are only used with the respective layouts.
Section Monklets
These monklets can be added to page content or fullwidth sections.
Section Monklet - Icon Links
Used in the Home - Next Steps Links section
Displays rows of icons/links. Steps to using this monklet:
- Create a link list by going to Content > Link Lists > Add a New Link List. The homepage section uses the link list titled: "Home - Next Steps Links"
- Add a new link and include the name, URL or page you want to point to, description and icon class -> see available icons here: http://huntersglen.monkpreview3.com/_assets/fonts/fontawesome/
- Insert the monklet into a page/section and tell it to "find" the name of the link list you created using the inline parameter syntax.
Monklet Example: {{section-monklet-icon-links|find="home-next-steps-links"}}
Used in the Home - Upcoming Events section
Section Monklet - Upcoming Featured Events
Displays the latest events added to the Events module that are published as featured (Content > Events). If you'd like to display the most recent featured events from a specific category or group, you can use the "find_group" or "find_category" parameters.
The homepage section is setup to pull the latest featured events and only the category under the "Events 4" parent category will show. To use this monklet, simply insert it into a section.
Monklet: {{section-monklet-upcoming-featured-events}}
Sidebar Monklets
These monklets are added to the "Sidebar" sections and can be used with the Subpage - With Sidebar" template.
Sidebar Monklet - Featured Event
Events > Events
Display the most recent featured event. If you'd like to display the next featured events from a specific category or group, you can use the "find_group" or "find_category" parameters.
Monklet Example: {{sidebar-monklet-featured-event|find_category="children"}}
Sidebar Monklet - Featured Story
Content > Articles
Display the latest featured article assigned to the "STORIES" category
Monklet: {{sidebar-monklet-featured-story}}
Sidebar Monklet - Latest Sermon
Content > Sermons
Displays the latest sermon. The "find_group" or "find_category" parameters can be used to display from a specific category or group.
Monklet Example: {{sidebar-monklet-latest-sermon|find_category="children"}}
Specialty Monklets
These specialty monklets can be inserted in the page content area of your Subpage templates.
Gallery Monklet
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, the specific gallery name you want to display needs to be added using the "find_gallery" parameter. The name of the gallery should be in slug format, which is the gallery name in lowercase with dashes in place of spaces.
For example, if you created a Gallery titled "Kids Photos", the monklet tag structure would look like this: {{gallery-monklet|find_gallery="kids-photos"}}