Fixes as per testing

This commit is contained in:
trovier 2024-04-02 15:41:51 +02:00
parent 4cce87fa9c
commit 8cfae56a9d

View File

@ -36,7 +36,7 @@
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#startusingonlyofficedocspacewithindrupal_block")%>">Start using ONLYOFFICE DocSpace within Drupal</a> <li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#startusingonlyofficedocspacewithindrupal_block")%>">Start using ONLYOFFICE DocSpace within Drupal</a>
<ul class="TableOfContentsSub"> <ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#workinginonlyofficedocspacewithindrupal_block")%>">Working in ONLYOFFICE DocSpace within Drupal</a></li> <li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#workinginonlyofficedocspacewithindrupal_block")%>">Working in ONLYOFFICE DocSpace within Drupal</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#addingdocspaceroomsandfilestothedrupalpages_block")%>">Adding DocSpace rooms and files to the Drupal pages</a></li> <li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal-docspace.aspx#addingdocspaceroomsandfilestothedrupalpages_block")%>">Adding DocSpace rooms and files to the Drupal page</a></li>
<%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal.aspx#Disable_block")%>">Disabling the ONLYOFFICE integration module for Drupal</a></li>--%> <%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-drupal.aspx#Disable_block")%>">Disabling the ONLYOFFICE integration module for Drupal</a></li>--%>
</ul> </ul>
</li> </li>
@ -57,7 +57,7 @@
<div class="gs_content" id="onlyofficedocspacemodulefordrupal_block"> <div class="gs_content" id="onlyofficedocspacemodulefordrupal_block">
<h2>ONLYOFFICE DocSpace module for Drupal</h2> <h2>ONLYOFFICE DocSpace module for Drupal</h2>
<div class="PortalHelp"> <div class="PortalHelp">
<p>Drupal is an open-source content manager system used for building APIs. This module enables users to access ONLYOFFICE DocSpace, a room-based collaborative environment, from Drupal, as well as add DocSpace rooms and files to the Drupal pages. The module is distributed under the GNU General Public License v.2.0.</p> <p>Drupal is an open-source content manager system used for building APIs. This module enables users to access ONLYOFFICE DocSpace, a room-based collaborative environment, from Drupal, as well as add DocSpace rooms and files to the Drupal page. The module is distributed under the GNU General Public License v.2.0.</p>
</div> </div>
<div class="gs_content gs_submenu" id="mainfeatures_block"> <div class="gs_content gs_submenu" id="mainfeatures_block">
@ -65,8 +65,8 @@
<p> </p> <p> </p>
<ul> <ul>
<li>Creating and editing documents, spreadsheets, presentations, and forms within Drupal.</li> <li>Creating and editing documents, spreadsheets, presentations, and forms within Drupal.</li>
<li>Adding a DocSpace room or file to the Drupal page.</li> <li>Adding a DocSpace room or file to Drupal content.</li>
<li>Viewing and editing documents within the Drupal page without the necessity to download documents.</li> <li>Viewing and editing documents within Drupal content without the necessity to download documents.</li>
<li>Creating DocSpace rooms within Drupal.</li> <li>Creating DocSpace rooms within Drupal.</li>
</ul> </ul>
</div> </div>
@ -178,8 +178,8 @@
</div> </div>
<div class="gs_content gs_submenu" id="addingdocspaceroomsandfilestothedrupalpages_block"> <div class="gs_content gs_submenu" id="addingdocspaceroomsandfilestothedrupalpages_block">
<h3>Adding DocSpace rooms and files to the Drupal pages</h3> <h3>Adding DocSpace rooms and files to the Drupal page</h3>
<p>Before you can add a DocSpace room or file to the Drupal page, you need to make changes to the table structure.</p> <p>Before you can add a DocSpace room or file to Drupal, you need to make changes to the table structure.</p>
<ol> <ol>
<li>Go to <b>Structure</b> -> <b>Content types</b>.</li> <li>Go to <b>Structure</b> -> <b>Content types</b>.</li>
<li>Click the <b>Manage fields</b> button next to the needed element.</li> <li>Click the <b>Manage fields</b> button next to the needed element.</li>
@ -210,12 +210,12 @@
<li>Click the <b>Select file</b> button.</li> <li>Click the <b>Select file</b> button.</li>
<li>Select the desired file from the room and press the <b>Save</b> button.</li> <li>Select the desired file from the room and press the <b>Save</b> button.</li>
</ol> </ol>
<p>Access rights to rooms and files for Drupal users on the published Drupal pages are determined by the following principles:</p> <p>Access rights to rooms and files for Drupal users within created Drupal content are determined by the following principles:</p>
<ul> <ul>
<li>If the room should be <b>available to all users</b>, use a public room in DocSpace. It will be visible on the public Drupal page (a private Drupal page is only available to logged in users).</li> <li>If the room should be <b>available to all users</b>, use a public room in DocSpace. It will be visible on the Drupal page for all users including anonymous, if Anonymous role has the "View published content" permission checked.</li>
<li>If the room should be <b>available only to logged in users</b>, use a non-public room in DocSpace. A Drupal login will be required to view it, even on a public page.</li> <li>If the room should be <b>available only to logged in users</b>, use a non-public room in DocSpace. A Drupal login will be required to view it, even if Anonymous role can view published content.</li>
</ul> </ul>
<p>Please note the following specifics for DocSpace rooms published on Drupal pages:</p> <p>Please note the following specifics for DocSpace rooms created in Drupal:</p>
<ul> <ul>
<li>DocSpace left menu is not avaiable;</li> <li>DocSpace left menu is not avaiable;</li>
<li>Navigation is possible within the added room only;</li> <li>Navigation is possible within the added room only;</li>