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.
2x2 Box Grid / 3x3 Box Grid
The 2x2 Grid monklet pulls in items from a Link List, using the Name and Description fields to fill the grid items. The heading above the grid comes from the Link List title
Example Monklet:
{{2x2-box-grid|find='link-list'}}
The 3x3 Grid works the same way, it's just a grid of 9 items instead of 4.
Example Monklet:
{{3x3-box-grid|find='link-list'}}
Academic Search Form Monklet
The Academic Search Form Monklet displays a search form that will take user to the results page.
Example Monklet:
{{academic-search-form-monklet}}
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'}}
Contact Monklet
The Contact Monklet pulls in information from a user profile. You can pass either the ID, the user's slug, or both, as an inline parameter to pull their profile.
Example Monklet:
{{contact-monklet|find='154789-michael-williams'}}
Event Section Monklet
Displays 4 upcoming events. You can pass it a category if you want (optional) to limit the events shown.
Example Monklet:
{{event-section-monklet|find_category='young-adults'}}
Featured Content Monklet
Displays content from a link list. The image is from the Image field. The title is from the link name, the description is the paragraph underneath.
The button links to the link you set, and the button text is set using the Button Text field.
Example Monklet:
{{featured-content-monklet|find='featured-content-sample'}}
Gallery Rotator Monklet (3 Images)
Displays slides from a rotator 3 at a time. You pass the rotator you want to use via an inline parameter.
Example Monklet:
{{gallery-rotator-monklet-three|find='multimedia'}}
Gallery Rotator Monklet (Single)
Displays a gallery from the Gallery Module. You pass the rotator you want to use via an inline parameter.
Example Monklet:
{{gallery-rotator-monklet-single|find_gallery='gallery-title'}}
Icon Carousel Monklet
Creates slides from a link list. Uses the Image field, Name field, Description for the caption, and URL field to allow you to link elsewhere.
Example Monklet:
{{icon-carousel-monklet|find='icon-link-list'}}
Job Category Monklet
Shows Job postings from a specific category.
Example Monklet:
{{job-category-monklet|find_category='part-time-staff'}}
Latest Events Monklet
Shows the next 5 events on the calendar. Can pass inline parameters to filter if desired.
Example Monklet:
{{latest-events-monklet}}
Latest News Monklet
Pulls 10 recent news stories. Can pass inline parameters to filter results if you want.
Example Monklet:
{{latest-news-monklet}}
News Rotator Monklet
Pulls 12 recent articles into a rotator view. Can filter down to a category by inline parameter
Example Monklet:
{{news-rotator-monklet|find_category='category-1'}}
Next Steps Monklet
Uses a link list to create the 4 steps. Paste links as markup in the description section and the arrows will be added to the beginning. For example <a href="http://example.com">Example Link Text</a>. Add an image with a transparent background to the image field.
Example Monklet:
{{next-steps-monklet|find='link-list'}}