helpcenter/Web/Controls/Help/GettingStarted/Talk/Talk.ascx

202 lines
17 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Talk. Getting Started";
MetaKeyWords = "real-time communication, history archiving, multi-user chat, mailing list";
MetaDescription = "Exchange instant text messages with your colleagues using Talk";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Integrating Talk into an IM Client";
guides.RelatedTips = "If you decided to integrate the Talk module into an instant messenger like Miranda, Trillian, Pidgin or Psi and don't know how to do that, you are at the right place!";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">Overview</span></li>
<li><span class="gs_link" id="UsingTalk">Using instant messenger</span></li>
<li><span class="gs_link" id="ExchangingMessages">Exchanging instant text messages</span></li>
<li><span class="gs_link" id="ReceivingNotifications">Receiving portal notifications</span></li>
<li><span class="gs_link" id="ChangingTalkSettings">Changing Talk Settings</span></li>
</ul>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-talk/onlyoffice-talk.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/instant-messenger/instant-messenger.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/chat-room/chat-room.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/notifications/notifications.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/mailing-list/mailing-list.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/real-time-communication/real-time-communication.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/chat-with-users/chat-with-users.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/send-multiple/send-multiple.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/change-notification-type/change-notification-type.ascx" /></li>
</ul>
</div>
<div class="gs_content" id="Overview_block">
<h2>Overview</h2>
<div class="PortalHelp">
<p><b>Talk</b> is an instant messenger that provides a real-time communication between the co-workers. It offers all the traditional features you expect from a messenger:<%-- choice of status,--%> history archiving, file transfer, multi-user chat support, search function, emoticons.</p>
<p>As a collaborative tool <b>Talk</b> helps to work together easier and achieve common goals. For an effective collaboration in addition to the <a class="see_also" href="#ExchangingMessages_block">basic functionality</a> <b>Talk</b> offers the following features:</p>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-guides-talk-mailinglist.aspx")%>">mailing list</a> to send a message to many people at once,
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/workspace-guides-talk-chatroom.aspx")%>">chat room</a> to create the conference in real time,
<li><a class="see_also" href="#ReceivingNotifications_block">notifications</a> to provide you with information about every change at your portal.
</li>
</ul>
<p>To access <b>Talk</b> just click the <img alt="Talk" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk.png")%>" /> icon available at the top of each portal page.</p>
</div>
</div>
<div class="gs_content" id="UsingTalk_block">
<h2>Using instant messenger</h2>
<div class="PortalHelp">
<p>You can use <b>Talk</b> as a web client.</p>
<p><b>Talk</b> can be accessed right from the portal. To start talking, just click the <img alt="Talk" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk.png")%>" /> icon available at anytime at the top of the page. The <b>Talk</b> window opens in a new tab. The messenger interface is divided into two sections: contact list formed by the users of your portal organized in groups to the left, chat window to the right.</p>
<div class="screen_block">
<img alt="Talk Window" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk/small/TalkWindow.png")%>" />
<img alt="Talk Window" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk/big/TalkWindow.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<p>You may also use the <b>mini Chat</b>. <b>Mini Chat</b> is a compact version of <b>Talk</b>, you can access it from any portal module as well as from the <b>Settings</b>, <b>Feed</b> pages and from your profile page. To open a mini version of <b>Talk</b> click the <img alt="Talk mini" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/TalkMini.png")%>" /> icon available in the left lower corner. After you click the icon you'll see a small window with the names of the users. If you click the name of a user a dialog window will open in the right lower corner of the page.
If you want to hide the <b>mini Chat</b>, click the <img alt="Talk mini active" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/TalkMiniActive.png")%>" /> icon.</p>
<div class="screen_block">
<img alt="Mini Talk" target="img3_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk/small/MiniTalk.png")%>" />
<img alt="Mini Talk" id="img3_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk/big/MiniTalk.png")%>" />
<div target="img3_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
</div>
<div class="gs_content" id="ExchangingMessages_block">
<h2>Exchanging instant text messages</h2>
<div class="PortalHelp">
<p>To start using <b>Talk</b> and chat with your colleagues instantly:</p>
<ol>
<li>click the <img alt="Talk" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk.png")%>" /> icon at the top of the page,</li>
<li>select the user you wish to talk,
<p>The <b>Talk</b> contact list is formed by the users of the portal divided into groups. It is automatically updated as users are added or removed.</p>
<p>If the contact list is very long, you can hide offline users and view the online users only. To do that, click the <b>Settings</b> <img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/talk_settings.png")%>" /> icon above the contact list and turn on the <b>Hide offline contacts</b> switcher. To facilitate the search of your interlocutor, use the <b>Find Contact</b> field above the contact list and type in the name of the needed user.</p>
</li>
<li>type in your message,
<div class="notehelp">
You can easily change the size of the input field by dragging its top border.
</div>
<p>If you need to send a file click the <b>Send File</b> <img alt="Send file" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/SendFile.png")%>" /> icon below the <b>Talk</b> main area. Select the file you need and click the <b>Open</b> button. The file will be sent.</p>
</li>
<li>click the <b>Send</b> button.
<p>You can choose either to use Ctrl+Enter or Enter to send messages. To choose one of the two available sending options, click the <b>Settings</b> <img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/talk_settings.png")%>" /> icon above the contact list and turn on or off the <b>Send messages by Ctrl+Enter</b> switcher.</p>
</li>
</ol>
<p>To activate the pop-up notifications about the newly received messages in your browser, click the <b>Settings</b> <img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/talk_settings.png")%>" /> icon above the contact list and turn on the <b>Notification in a browser</b> switcher. Turn off this switcher if you don't want to receive the pop-up notifications. On the settings panel, you can also enable or disable sound notifications about events.</p>
<p>To search for a certain message in the history, open the conversation with the necessary user and click the <b>Search</b> <img alt="Search icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/talk_search.png")%>" /> icon located in the upper right corner - the search field opens. Type in the text you are searching for and press <b>Enter</b>. The found matches will be highlighted in yellow. Use the <b>Previous</b> <img alt="Previous icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/talk_previous.png")%>" /> and <b>Next</b> <img alt="Next icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/talk_next.png")%>" /> buttons to navigate between them.</p>
<div class="screen_block">
<img alt="Send Message" target="img2_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk/small/Sendmessage.png")%>" />
<img alt="Send Message" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk/big/Sendmessage.png")%>" />
<div target="img2_eventcom_guides" class="screenphoto magnifier"></div>
</div>
<div class="notehelp">
The files you sent via <b>Talk</b> occupy some portal disk space. To free up disk space you can remove these files, but they will no longer be accessible through the links in the history for all the conversation participants.
<p>To delete the files,</p>
<ol>
<li>Click the <b>Settings</b> <img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/talk_settings.png")%>" /> icon above the contact list.</li>
<li>Click the <b>Delete sent files</b> link.</li>
<li>In a new window that opens, select which files you want to delete: <b>All files</b>, <b>Files sent more than a month ago</b>, or <b>Files sent more than a year ago</b>.</li>
<li>Click the <b>Delete</b> button.</li>
</ol>
</div>
<h5>Using mini chat</h5>
<p>The functionality of <b>mini Chat</b> is limited in comparison with <b>Talk</b>.</p>
<p>Using <b>mini Chat</b> you can:</p>
<ul>
<li>send a message to a single user,
<div class="notehelp">
By default, you need to press <b>Enter</b> key to send a message, but you can change the key combination in the 'Options' menu.
</div>
<p>To send a message using the online office <b>mini Chat</b>:</p>
<ol>
<li>click the <img alt="Talk mini" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/TalkMini.png")%>" /> icon,</li>
<li>find the name of a user in the list or introduce it in the search field, then click it to open the dialog window,
<div class="notehelp">
You can open as many dialog windows as you want.
</div>
</li>
<li>enter your message in the corresponding field,</li>
<li>press the <b>Enter</b> key.</li>
</ol></li>
<%--<li>change your status,
<p>There are four of them: <b>Online</b>, <b>Away</b>, <b>Not available</b>, <b>Offline</b>. To change your status just click the arrow next to the current status and choose the needed one.</p></li>--%>
<li>open the main <b>Talk</b> window.
<p>To do that click the <img alt="Extend Chat icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/ExtendChat.png")%>" /> icon.</p></li>
</ul>
</div>
</div>
<div class="gs_content" id="ReceivingNotifications_block">
<h2>Receiving portal notifications</h2>
<div class="PortalHelp">
<p>Portal notifications are made to provide you with information about every change at your portal as well as remind you of some event. By default the notifications are received by email and Talk.</p>
<p>To change the notification type,</p>
<ol>
<li>click the link with your name at the very top,</li>
<li>select the <b>Profile</b> option from the list,</li>
<li>go to the <b>Subscriptions</b> section,</li>
<li>click the <b>Show</b> link next to the <b>Subscriptions</b>,</li>
<li>change the notification type of the needed subscription checking the necessary option next to the <b>Notify via</b> caption: <b>Email</b>, <b>Talk</b> or <b>Telegram</b>.</li>
</ol>
<div class="screen_block">
<img alt="Notifications" target="img9_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk/small/notificationtalk.png")%>" />
<img alt="Notifications" id="img9_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Talk/big/notificationtalk.png")%>" />
<div target="img9_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</div>
<p>If you no longer want to receive notifications, you can unsubscribe from them clicking the corresponding link. For more details please refer to this <a href="<%=VirtualPathUtility.ToAbsolute("~/administration/managing-subscriptions.aspx")%>">article</a>.</p>
</div>
<div class="gs_content" id="ChangingTalkSettings_block">
<h2>Changing Talk Settings</h2>
<div class="PortalHelp">
<h6>Changing Talk settings</h6>
<p>Using the <b>Options</b> <img alt="Options icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Optionsicon.png")%>" /> icon in the upper left corner of the <b>Talk</b> window you can change its settings as well as remove sent files. After you click the 'Options' icon, the menu with the available options will appear:</p>
<ul>
<li><b>Voices of events</b> - turn on this switcher to receive sound notifications about the new messages.</li>
<li><b>Notification in a browser</b> - turn on this switcher to receive the pop-up notifications.</li>
<li><b>List of contacts joining in groups</b> - turn on this switcher to display contacts joining in groups.</li>
<li><b>Hide offline contacts</b> - turn on this switcher to display online contacts only.</li>
<li><b>Send messages by Ctrl+Enter</b> - turn on this switcher to change the default key combination used to send messages. When this switcher is turned off, you can send messages by pressing Enter.</li>
<li><b>Delete sent files</b> - use this link to remove sent files and free up disk space.</li>
</ul>
<h6>Changing mini Chat settings</h6>
<p>Using the <b>Options</b> <img alt="Options icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Optionsicon.png")%>" /> icon in the lower right corner of the <b>mini Chat</b> window you can change its settings and also perform several operations. After you click the 'Options' icon the window with the available options will appear.</p>
<p>Here are the options:</p>
<ul>
<li><b>Enable sounds</b> - check this option to receive sound notifications about the new messages,</li>
<li><b>Use Ctrl+Enter to send messages</b> - check this option to change the default key combination used to send messages,</li>
<li><b>Minimize all windows when out of focus</b> - check this option if you want to collapse the Chat windows when you perform other portal activity,</li>
<li><b>Minimize/Expand all mini-chat windows</b> - use this option to collapse or expand all mini-chat windows,</li>
<li><b>Close all mini-chat windows</b> - use this option to close all mini-chat windows.
<div class="notehelp">
The <b>Minimize/Expand all mini-chat windows</b> and <b>Close all mini-chat windows</b> options are available when at least one chat window is opened.
</div>
</li>
</ul>
</div>
</div>
</div>