Skip to main content
Toggle navigation menu
Community
Submit a request
Sign in
EarnApp
Community
General Discussion
General Discussion
Show not planned
All
Planned
Not planned
Completed
Answered
No status
Sort by newest post
Newest post
Recent activity
Votes
Comments
No posts for the selected filter
Didn't find what you were looking for?
New post
People also searched for:
<% if (items.length > 1) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% if (items.length) { %>
<% items.forEach(function(item) { %>
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %> <% if (category.id === activeCategoryId) { %> <%= partial('partial-article-list-sections', { id: 'category-' + category.id, parent: category, sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %> <% } %> <% }) %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { id: 'category-' + category.id, parent: category, sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %>
<% }); %>
Toggle navigation menu
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% var isSubsection = parent.hasOwnProperty('parent_section_id'); %> <% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<% if (isSubsection) { %>
<%= section.name %>
<% } else { %>
<%= section.name %>
<% } %> <%= partial('partial-article-list-sections', { id: 'section-' + section.id, parent: section, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %> <% if (section.articles.length && !isSubsection) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% var isSubsection = parent.hasOwnProperty('parent_section_id'); %> <% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { id: 'section-' + section.id, parent: section, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>