Fix GettingStartedWordpressDS.ascx

This commit is contained in:
Svetlana Maleeva 2024-03-15 16:43:51 +03:00
parent 851caf9afa
commit a67b267954

View File

@ -67,7 +67,7 @@
<p> </p> <p> </p>
<ul> <ul>
<li>For creating, editing, and viewing: DOCX, PPTX, XLSX, DOCXF.</li> <li>For creating, editing, and viewing: DOCX, PPTX, XLSX, DOCXF.</li>
<li>For filling forms: OFORM.</li> <li>For filling forms: PDF.</li>
<li>For editing via OOXML conversion: ODT, ODS, ODP, and RTF.</li> <li>For editing via OOXML conversion: ODT, ODS, ODP, and RTF.</li>
</ul> </ul>
</div> </div>
@ -80,6 +80,10 @@
<li>enhanced block settings (themes, paddings)</li> <li>enhanced block settings (themes, paddings)</li>
<li>enhanced view of the inserted block</li> <li>enhanced view of the inserted block</li>
</ul> </ul>
<p>Changed</p>
<ul>
<li>deleted public user "Wordpress Viewer"</li>
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-docspace-wordpress/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p> <p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-docspace-wordpress/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div> </div>
@ -120,7 +124,7 @@
</li> </li>
<li>Click <b>Save</b>.</li> <li>Click <b>Save</b>.</li>
</ol> </ol>
<p>When you click on the <b>Save</b> button, a user with the Room admin role will be created in ONLYOFFICE DocSpace, with the same data as the current WordPress user. A public user (WordPress Viewer) will be also added to DocSpace with the View Only access.</p> <p>When you click on the <b>Save</b> button, a user with the Room admin role will be created in ONLYOFFICE DocSpace, with the same data as the current WordPress user.</p>
<div class="screen_block"> <div class="screen_block">
<img alt="Installing the ONLYOFFICE DocSpace connector for WordPress" target="img_1_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/small/configuration.png")%>" /> <img alt="Installing the ONLYOFFICE DocSpace connector for WordPress" target="img_1_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/small/configuration.png")%>" />
<img alt="Installing the ONLYOFFICE DocSpace connector for WordPress" id="img_1_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/big/configuration.png")%>" /> <img alt="Installing the ONLYOFFICE DocSpace connector for WordPress" id="img_1_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/big/configuration.png")%>" />
@ -167,23 +171,27 @@
<div class="gs_content gs_submenu" id="Add_room_block"> <div class="gs_content gs_submenu" id="Add_room_block">
<h3>Adding a DocSpace room or file to the WordPress page</h3> <h3>Adding a DocSpace room or file to the WordPress page</h3>
<p>When creating a post, you can add the ONLYOFFICE DocSpace element (block) room or file. Click the + icon, then <b>Browse all</b>, and choose <b>ONLYOFFICE DocSpace</b>.</p> <p>When creating a post, you can add the ONLYOFFICE DocSpace element (block) room or file. Click the + icon, then <b>Browse all</b>, and choose <b>ONLYOFFICE DocSpace</b>.</p>
<p>To add a room, click the <b>Select room</b> button, select the desired room and press <b>Select</b>. In the block settings, you can specify the desired width and height to be displayed on the page.</p> <p>To add a room, click the <b>Select room</b> button, select the desired room and press <b>Select</b>. In the block settings, you can specify the desired width and height to be displayed on the page, as well as light or dark theme.</p>
<div class="screen_block"> <div class="screen_block">
<img alt="Adding a DocSpace room to the WordPress page" target="img_4_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/small/add_room.png")%>" /> <img alt="Adding a DocSpace room to the WordPress page" target="img_4_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/small/add_room.png")%>" />
<img alt="Adding a DocSpace room to the WordPress page" id="img_4_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/big/add_room.png")%>" /> <img alt="Adding a DocSpace room to the WordPress page" id="img_4_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/big/add_room.png")%>" />
<div target="img_4_eventcom_guide" class="screenphoto magnifier"></div> <div target="img_4_eventcom_guide" class="screenphoto magnifier"></div>
</div> </div>
<p>To add a file, click the <b>Select file</b> button, select the desired file from the room and press <b>Save</b>. In the block settings, you can specify the desired width and height to be displayed on the page.</p> <p>To add a file, click the <b>Select file</b> button, select the desired file from the room and press <b>Save</b>. In the block settings, you can specify the desired width and height to be displayed on the page, as well as light or dark theme.</p>
<div class="screen_block"> <div class="screen_block">
<img alt="Adding a DocSpace file to the WordPress page" target="img_5_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/small/add_file.png")%>" /> <img alt="Adding a DocSpace file to the WordPress page" target="img_5_eventcom_guide" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/small/add_file.png")%>" />
<img alt="Adding a DocSpace file to the WordPress page" id="img_5_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/big/add_file.png")%>" /> <img alt="Adding a DocSpace file to the WordPress page" id="img_5_eventcom_guide" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/WordPressDS/big/add_file.png")%>" />
<div target="img_5_eventcom_guide" class="screenphoto magnifier"></div> <div target="img_5_eventcom_guide" class="screenphoto magnifier"></div>
</div> </div>
<p>After the post is published, your WordPress site visitors will be able to view this file without the necessity to download it. WordPress users will be able to view or edit files online/add new files to the room depending on their access rights.</p> <p>After the post is published, your WordPress site visitors will be able to view this file without the necessity to download it. WordPress users will be able to view or edit files online/add new files to the room depending on their access rights.</p>
<p>Access rights to rooms and files for WordPress users on the published WordPress pages are determined depending on the publicity status of the WordPress page:</p> <p>Access rights to rooms and files for WordPress users on the published WordPress pages are determined by the following principles<%--publicity status of the WordPress page--%>:</p>
<ul> <%--<ul>
<li>Public: the DocSpace room/file is available for viewing to all WordPress users. These users access content under a public user account (WordPress Viewer).</li> <li>Public: the DocSpace room/file is available for viewing to all WordPress users. These users access content under a public user account (WordPress Viewer).</li>
<li>Private: the DocSpace room/file is available in accordance with the existing DocSpace access rights. Collaborative document editing is possible if users have the required rights.</li> <li>Private: the DocSpace room/file is available in accordance with the existing DocSpace access rights. Collaborative document editing is possible if users have the required rights.</li>
</ul>--%>
<ul>
<li>If the room should be available to all users, use a public room in DocSpace. It will be visible on the public WordPress page (a private WordPress page is only available to logged in users).</li>
<li>If the room should be available only to logged in users, use a non-public room in DocSpace. A WordPress login will be required to view it, even on a public page.</li>
</ul> </ul>
<p><b>Please note</b> the following specifics for DocSpace rooms published on WordPress pages:</p> <p><b>Please note</b> the following specifics for DocSpace rooms published on WordPress pages:</p>
<ul> <ul>