Sidebar 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 sidebar 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 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.
*NOTE - Monklets that are defined with "Sidebar Monklet" in the title can only be inserted into the content area of a sidebar section.
Monklets
There are 6 sidebar monklet options you can use for your sidebar sections.
Sidebar Monklet - Campuses: Displays all entries from the churches module. The site currently removes the Sunday tag from the full width section and sidebar section monklets. If different days are added please contact support so we can have them removed.
Sidebar Monklet - Events: Displays the 4 most recent events. A group filter is added to allow filtering by Campus. The all events link is hard coded into the monklet so if the Events page location changes this will need to be updated.
Sidebar Monklet - Featured Links: - Uses a link list to display a row of links. First you will create a link list and assign a name, link and image. Once the link list is created you will go to the section, insert the monklet and use the find inline parameter. *Note - the first image is the only one that displays.
Sidebar Monklet - Recent Articles: Displays the 3 most recent articles. You can use the find_group and find_category inline parameters as needed. *Note - the first image is the only one that displays.
Sidebar Monklet - Recent Posts: Displays the 3 most recent blog posts. You will need to use the name inline parameter to define which blog to use. *Note - the first image is the only one that displays.
Sidebar Monklet - Recent Sermon: Displays the most recent sermon. You can use the find_group and find_category inline parameters as needed. The series image is used in place of the sermon image. The all view series link is hard coded into the monklet so if the Sermons page location changes this will need to be updated.
Newsletter: Uses the section "Newsletter Sign Up". This has custom div containers with specific classes/id's so the display can match the design. The HTML is below and if this needs to be changed please contact support.
<div id="mc_embed_signup">
<form action="//parkwoodonline.us13.list-manage.com/subscribe/post?u=8e6bf4d6bf95c733416d516ad&id=ae78f83ca8" method="post" id="mc-embedded-subscribe-form" class="validate" target="_blank">
<div id="mc_embed_signup_scroll">
<div class="mc-field-text">
<h2>Subscribe to our Newsletter</h2>
<p>Enter your email address to subscribe to receive notifications by emails.</p>
</div>
<div class="mc-field-group"><input value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email Address" type="email" /></div>
<div class="mc-field-subscribe"><input value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" type="submit" /></div>
</div>
</form></div>