Skip to main content
Toggle navigation menu
Go to Arbiter.io
Community
Submit a request
Sign in
Search
ArbiterSports
Assigners
Schedule
Schedule
Knowledge Articles that go over creating games, assigning officials, and more!
What is the Schedule Conflict Error?
How to review and accept game adjustments from a school?
How do I view and assign games imported by an Arbiter Game (School) account?
How do I Add Games?
Importing Games
Import Game with Assignments
How Do I Filter Games?
Ranking Officials
How do I Assign an Official?
Auto-Assign
Managing Events in ArbiterOne
How do I mass update my games?
How do I Archive Games?
How to Mass Archive Games
How to Archive a Single Game?
Restoring Archived Games
Troubleshooting Archive Issues
Why Can't I Assign Officials?
Rotating slots on a game
How Can I Add or Remove Slots on a Game?
How do I Edit Game Fees on the Assigning Page?
Setting Up Self Assign (Assigner)
How do I Pull Schedule Tab Reports?
How do I Link Games?
How do I Auto Link Games?
How do I Troubleshoot Self-Assign?
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 }) %>
<% }); %>
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>