Skip to main content
Toggle navigation menu
Community
Search
All community posts
Show topics
Show all posts
Show all
All
Planned
Not planned
Completed
Answered
No status
Sort by newest post
Newest post
Recent activity
Votes
Comments
What is the community?
Jen
August 30, 2024 18:49
0
votes
0
comments
I'd like a way for users to submit feature requests
Jen
August 30, 2024 18:49
0
votes
0
comments
Which topics should I add to my community?
Jen
August 30, 2024 18:49
0
votes
0
comments
How do I get around the community?
Jen
August 30, 2024 18:49
0
votes
0
comments
Feature a post
Featured
Jen
August 30, 2024 18:49
0
votes
0
comments
Featured posts
Feature a post
Didn't find what you were looking for?
New post
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article, index) { %> <% var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %>
<% if (section) { %>
<%= section.name %>
<% } %>
<%= article.title %>
<% }) %>
<% } %>
Powered by Zendesk