helpcenter/Web/Controls/Help/UserGuides/GroupsFeed.ascx

51 lines
3.7 KiB
Plaintext
Raw Normal View History

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "UserGuides - Groups - Feed tool";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Groups - Feed tool.";
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Getting Started: Feed</h1>
<%--<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-calendar/onlyoffice-calendar.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/all-day-event/all-day-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/entire-day/entire-day.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/create-event/create-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/edit-event/edit-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/delete-event/delete-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-event/add-event.ascx" /></li>
</ul>
</div>--%>
<p>The <b>Feed</b> list encompasses all recent events on your portal that concern each user individually or are common for all users.</p>
<p>The <b>Feed</b> entry consists of the notification type, item name, profile photo of its author, creation date, name of the author and their title if applicable. You can react to the events directly from the feed list, e.g. add comments or congratulate users. If there is a chain of similar events, you can choose to <b>Show other events</b> or <b>Hide additional events</b> leaving the last event in the feed.</p>
<h3>User-oriented events</h3>
<p></p>
<ul>
<li><b>Documents</b> module: sharing files and folders, editing shared folders, updating shared files.</li>
<li><b>Projects</b> module: new tasks and subtasks, new comments to your tracked tasks, new milestones, new discussions, new projects if you are assigned to them.</li>
<li><b>CRM</b> module: new persons/companies, changes to existing contacts.</li>
</ul>
<h3>Common events</h3>
<p></p>
<ul>
<li><b>Community</b> module: portal announcements and comments to them, new blog posts and comments to them, forum posts, bookmarks, polls.</li>
<li><b>People</b> module: user birthdays, new portal users.</li>
</ul>
<p>The <b>Feed</b> list can be accessed on any portal page using the <img alt="Feed Tool Icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/FeedToolIcon.png")%>" /> icon on the top right-corner panel. To facilitate finding particular notifications, you can use the filtering options available at the top of the <b>Feed</b> page, as well as select the modules you are interested in on the left-side panel.</p>
<h3>Filtering options</h3>
<p></p>
<ol>
<li>Search by <b>Module</b>. The modules available depend on your access rights.</li>
<li>Search by <b>User</b>: choose the <b>Other users</b> option. Enter the name of the required user in the appeared field at the top or scroll through the user list to the left or user groups to the right to find required users.</li>
<li>Search by <b>Period</b>: select the required period, i.e. <em>Today</em>, <em>Current week</em>, <em>Current month</em>, or set <em>Custom period</em> by choosing the required dates in the appeared <b>From</b> and <b>To</b> fields.</li>
</ol>
</div>