Files
OTSSignsTheme/manual/en/configure_folders.html
Matt Batchelder bbe8c1860c pre-img swap
2026-03-23 21:09:27 -04:00

201 lines
12 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<title>OTS Signs Command Center Documentation</title>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- favicon -->
<link href="../img/favicon.ico" rel="shortcut icon"/>
<!-- Bootstrap -->
<link href="../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Stylesheets -->
<link href="../manual.css" rel="stylesheet" media="screen">
<!-- META -->
<meta name="keywords" content="digital signage, signage, narrow-casting, ots-signs, open source, agpl, documentation" />
<meta name="description" content="OTS Signs Command Center is an open source digital signage solution. It supports all main media types and can be interfaced to other sources of data using CSV, Databases or RSS." />
</head>
<body data-toc="configure">
<!-- Copyright 2020 Xibo Signage Ltd. Part of the Xibo Open Source Digital Signage Solution. Released under the AGPLv3 or later. -->
<nav id="top-nav" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#ss-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand">OTS Signs Command Center Documentation</a>
</div>
<div class="collapse navbar-collapse" id="ss-navbar">
<ul class="nav navbar-nav">
</ul>
</div>
</div>
</nav>
<div class="ss_body container">
<div class="row">
<div class="col-md-3">
<ul id="side-nav" class="nav nav-pills nav-stacked">
<li><a href="index.html" data-toc-name="getting_started">Getting Started</a></li><li><a href="layouts_editor.html" data-toc-name="layouts">Layouts</a></li><li><a href="media_library.html" data-toc-name="media">Media</a></li><li><a href="media_modules.html" data-toc-name="widgets">Modules</a></li><li><a href="scheduling_events.html" data-toc-name="scheduling">Scheduling</a></li><li><a href="displays.html" data-toc-name="displays">Displays</a></li><li><a href="users_administration.html" data-toc-name="users">Users</a></li><li><a href="configure_cms_settings.html" data-toc-name="configure">Configuration and Organisation</a></li><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><ul>
<li>
<p><a href="configure_cms_settings.html">Configure CMS Settings</a></p>
</li>
<li>
<p><a href="configure_tags.html">Tags</a></p>
</li>
<li>
<p class="active"><a href="configure_folders.html">Folders</a></p>
</li>
<li>
<p><a href="configure_transitions.html">Transitions</a></p>
</li>
</ul>
</body></html>
<li><a href="troubleshooting.html" data-toc-name="troubleshooting">Troubleshooting</a></li>
</ul>
</div>
<div class="col-md-9" role="main">
<h1 id="folders">Folders <a href="#folders" class="header-link"><span class="glyphicon glyphicon-link"></span></a></h1>
<p>Folders are used throughout the CMS and provide a great way to organise and easily locate user items within the CMS. Additionally Folders can have view, edit, delete sharing options applied which will apply to all items saved to the Folder, making it an efficient way to control User/User Group permissions for User items.</p>
<p>Administrators are encouraged to assign User Groups to their Users, and then use Folder Share options to give these Users appropriate access to each others content. Folders can be assigned to new Users from the on-boarding wizard to ensure that they are up and running from the start.</p>
<p>Folders are managed from the Administration section of the main CMS menu where administrators can see detailed information including who the Folder has been shared with and a breakdown of its contents.</p>
<h3>Creating Folders</h3>
<p>Only administrators can create <strong>Folders</strong> under the <strong>Root Folder</strong>.</p>
<ul>
<li>
<p>Right click the <strong>Root Folder</strong> and select <strong>Create</strong> to add a new Folder to the tree.</p>
</li>
<li>
<p>Further options are available from the context menu by right clicking a Folder.</p>
</li>
<li>
<p>Configure View, Edit and Delete <strong>Share</strong> options to apply to Users/User Groups for individual Folders.</p>
</li>
</ul>
<p>Once set, all items contained or moved to that Folder will inherit the applied options.</p>
<blockquote class="tip"><p>Only Administrators can set Share options for Folders.
All elements of an item that need to be shared should also be moved to the Folder. This includes Media files contained on Layouts, and Layouts within Campaigns, as an example, if Users also require access to those.</p>
</blockquote>
<p>Users can be granted access via the <strong>Feature</strong> functionality, to create sub-folders under parent folders they have been given access to.</p>
<p>Sub-Folders added to a Folder will inherit any applied Share options from the Main Folder.</p>
<h3>Home Folder</h3>
<p>Assign a Home Folder to existing Users:</p>
<ul>
<li>Go to <strong>Users</strong> under the <strong>Administration</strong> section of the main CMS menu.</li>
<li>Use the row menu and select <strong>Set Home Folder</strong>.</li>
<li>Select a Folder to use, or right click to create a new Folder.</li>
</ul>
<blockquote class="tip"><p>If you want Group Administrator to have the ability to set Home Folder for Users, ensure that they have the appropriate <strong>Feature</strong> enabled!</p>
</blockquote>
<p>If a Folder is not selected, new content will automatically save into a Users default Home Folder location.</p>
<h3>Force Saving to a Folder</h3>
<p>Administrators can prevent Users from saving into the Root Folder and instead force them to select a Folder before saving by disabling the user of the Root Folder as a default:</p>
<ul>
<li>
<p>Navigate to <strong>Settings</strong> under the <strong>Administration</strong> section of the main CMS menu.</p>
</li>
<li>
<p>Click on the <strong>Sharing</strong> tab.</p>
</li>
<li>
<p>Untick <strong>Allow saving in the root folder</strong> option.</p>
</li>
<li>
<p>Click the <strong>Save</strong> button at the bottom.</p>
</li>
</ul>
<p>Once configured a User <em><strong>must</strong></em> select a named Folder.</p>
<h3>Move Folder</h3>
<p>Folders can be moved to another Folder location and added as a Sub-Folder using the <strong>Move Folder</strong> option from the context menu for a Folder.</p>
<p>The Folder and any contained sub-folders will be moved as a new sub-folder within the new Folder location maintaining the original Folder structure.</p>
<p>Moving a Folder that does not have any Share options set, will inherit any applied <strong>Share</strong> options of the destination Folder.</p>
<p>You can also select the <strong>Merge</strong> option to add the original Folder contents to the selected location, with the original Folder being deleted from the Folder tree.</p>
<h2 id="folder_management">Folder Management <a href="#folder_management" class="header-link"><span class="glyphicon glyphicon-link"></span></a></h2>
<p>Administrators can view, create and manage all Folders of the CMS from the Folders page under the Administration section of the main CMS menu.</p>
<p>This management page will show the Folders that have been shared with Users as well as folder contents. When viewing sub-folders from here, only the directly assigned share options will be shown, inherited options will not be shown.</p>
<p>As only empty folders can be removed, move, merge or delete contents before removing the folder.</p>
<h2 id="further_reading">Further Reading <a href="#further_reading" class="header-link"><span class="glyphicon glyphicon-link"></span></a></h2>
<p><a href="configure_tags.html">Managing Tags</a></p>
<h2 id="faqs">FAQs <a href="#faqs" class="header-link"><span class="glyphicon glyphicon-link"></span></a></h2>
<p><em><strong>Where can I find the Feature set for Folders to configure for Users/User Groups?</strong></em></p>
<p>Features are applied to a User/User Group by using the row menu for a selected User/User Group.</p>
<p><em><strong>What steps should I take take to allow Users the ability to Create their own Folders?</strong></em></p>
<ol>
<li>Enable <strong>Allow users to create Sub-Folders….</strong> from the Content tab of the <strong>Folders Feature</strong> set.</li>
<li>Enable <strong>View</strong> from the <strong>Share options</strong> for the parent folders(s) that can have sub-folders created under them by the User/User Group.</li>
</ol>
<p><em><strong>What steps should I take to allow Users access to rename Folders within the menu?</strong></em></p>
<ol>
<li>Enable <strong>Rename and Delete existing folders</strong> from the Content tab on the <strong>Folders Feature</strong> set.</li>
<li>Enable <strong>Edit</strong> from the <strong>Share options</strong> for the folder(s) that can be renamed by the User/User Group.</li>
</ol>
<p><em><strong>What steps should I take to allow Users access to delete Folders from the menu?</strong></em></p>
<ol>
<li>Enable <strong>Rename and Delete existing Folders</strong> from the Content tab on the <strong>Folders Feature</strong> set.</li>
<li>Enable <strong>Delete</strong> from the <strong>Share options</strong> for the folder(s) that can be removed by the User/User Group</li>
</ol>
</div>
</div>
</div> <!-- container-->
<footer class="ss_footer" role="contentinfo">
<div class="container">
<div class="pull-right">
<img class="img-responsive logo" src="../img/logo.png" alt="OTS Signs Command Center" />
</div>
<p class="ss_back_to_top">Back to Top</p>
<p class="ss_footer_links">Currently v4</p>
<p class="ss_languages"><a href="../en/index.html">en</a></p>
</div>
</footer>
<!-- JavaScript -->
<script src="../vendor/jquery/jquery.min.js"></script>
<script src="../vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".ss-sidebar .list-group li").addClass("list-group-item");
$(".ss_body img").addClass("img-thumbnail");
$(".ss_body table").addClass("table");
// Set the selected page based on the TOC name
// Mark the appropriate top nav element as the selected page
$("#top-nav a").each(function() {
if ($(this).data().tocName == $("body").data().toc)
$(this).parent().addClass("active");
});
$(".ss_back_to_top").click(function() {
$('html, body').animate({scrollTop : 0},800);
});
if (inIframe()) {
console.log("In Frame");
$("#top-nav").css("display", "none");
$(".ss-sidebar").parent().css("display", "none");
}
});
function inIframe () {
try {
return window.self !== window.top;
} catch (e) {
return true;
}
}
</script>
</body>
</html>