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.
Pages
Managing your pages
Adding pages
Details of a page
Hiding a page in the menu
Deleting pages
Publishing and unpublishing pages
See all 7 articles
Files
Managing files
Creating Folders
Uploading files
Uploading files in bulk
Multiple files on a page
Retrieve file URL
Forms
Creating a Form
Why am I not receiving submitted forms?
Viewing form submissions
Exporting form submissions
Form recipient list
Team members
Managing team members
Profile picture team member
Adding team members
Removing team members
Users
Managing your users
Changing the role of a user
Adding a user
Deleting a user
Overview of roles and permissions
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
Marketing
Pop-ups
Announcements
Links
Linking school app (Social Schools)
Linking Google Analytics
Create a Google Analytics account
Frequently asked questions
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
<% } %>
<% } %>