Skip to main content
×
ovivio
labels
Toggle navigation menu
Other customer portals
Submit a request at
Sign in
How can we be of service?
Search
Websites UK
Management
Management
Everything about managing pages, users, files, and team members.
Marketing
Pop-ups
Announcements
Pages
Details of a page
Hiding a page in the menu
Deleting pages
Adding pages
Changing pages
Publishing and unpublishing pages
See all 7 articles
Users
Managing your users
Changing the role of a user
Adding a user
Deleting a user
Overview of roles and permissions
Files
Multiple files on a page
Managing files
Uploading files
Uploading files in bulk
Creating Folders
Retrieve file URL
Forms
Creating a Form
Viewing form submissions
Exporting form submissions
Form recipient list
Team members
Profile picture team member
Promoted article
Managing team members
Adding team members
Removing team members
Locations
Managing your locations
Adding locations
Removing locations
Importing your locations via DUO
Privacy, cookies & security
What is a privacy statement and what should I include in it?
SSL Security
Adding a privacy statement
Cookie notification
Links
Linking school app (Social Schools)
Linking Google Analytics
Create a Google Analytics account
Frequently asked questions
Why am I not receiving submitted forms?
How do I hide a page in the menu?
How do I redirect one page to another page?
How to change the title of a menu item?
Didn't find what you were looking for?
Neem contact op met de supportdesk van
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>