Advanced Administration Guide, Plesk for Linux
  • About This Guide
  • Introduction to Plesk
  • Virtual Hosts Configuration
    • Virtual Hosts and Hosting Types
      • Virtual Host Configuration Files
    • Changing Virtual Hosts Settings Using Configuration Templates
      • Template Execution Context
      • Example: Changing Default Apache Ports
    • Website Directory Structure
      • Virtual Host Structure (Linux)
  • Services Management
    • DNS
    • FTP
    • Mail Service
    • Mailing Lists Management System
      • Configuring a Mailing List to Which only Members Are Allowed to Post
    • Database Server
    • Website Applications
    • Spam Protection
      • Training SpamAssassin to Work with All Mail Accounts on the Server
      • Fighting Spam on a Qmail Mail Server
    • Antivirus Support
  • System Maintenance
    • Changing IP Addresses
    • Changing Paths to Services
    • Restarting Plesk
    • Managing Services from the Command Line and Viewing Service Logs
    • Moving the Plesk GUI to a Separate IP Address
  • Backing Up, Restoring, and Migrating Data
    • Backing Up Data
      • Backup Objects: Hierarchy and Volume
      • Specifying Data for Backing Up
      • Defining Properties of Files That Compose the Backup
      • Exporting Backup Files
      • Defining How the Backup Process Is Performed
    • Restoring Data
      • Defining Objects for Restoration
        • Backup File Structure
      • Defining How the Restore Process is Performed
      • Conflict Resolution Rules and Policies
        • Custom Conflict Resolutions
          • Conflict Description Messages
          • Resolutions Description Format
          • Policies
          • Rules
          • Samples of Policy Description
          • Samples of Conflict Resolution With Rules
            • Sample 1: Configuration Conflict with Missing IP Address
              • Conflicts Description
              • Conflicts Resolution
            • Sample 2: Configuration Conflict With Missing Database Server
              • Conflicts Description
              • Conflicts Resolution
  • Statistics and Logs
    • Recalculating Statistics for Previous Months
    • Log Rotation
    • Resource Usage Reports
    • Configuring Logging
  • Customizing the Functionality of Presence Builder
    • Prohibiting Users from Removing Their Sites
    • Making Modules Unavailable in the Editor
    • Making the Google Picasa Storage Unavailable for Use in Image Galleries
    • Making the Site Import Functionality Unavailable
    • Adding Custom Banner Images
    • Adding Custom Design Templates
    • Adding the Support Button
    • Adding the Link for Sending Feedback
    • Removing the Option to Add a Site Copy to Facebook
    • Removing Sites from Hosting Accounts
  • Customizing Website Topics in Presence Builder
    • Adding Custom Website Topics
      • Step 1: Creating a Site in Presence Builder
      • Step 2: Saving a Site to a Snapshot
      • Step 3: Uploading the Snapshot and Preparing for Editing
      • Step 4: Editing the Files That Compose the Site Topic
      • Step 5: Registering the New Topic with Presence Builder
      • Step 6: Checking the New Topic
    • Rearranging and Removing Topics and Categories
  • Enhancing Security
  • Trial (Try and Buy) Mode for Presence Builder
    • Configuring the Try and Buy Mode for Existing Customers
    • Configuring the Try and Buy Mode for Potential Customers
    • Customizing Trial Mode Notifications
    • Offering the Try and Buy Mode with Alternative Billing Solutions
  • Rebranding Presence Builder
    • Changing the Editor’s Name
    • Change the product Logo
    • Changing the Link to the User’s Guide
    • Changing the Links to the Getting Started Video
  • Tracking Changes in Configuration Files
  • Registering Additional Services with Plesk Notifications
    • Preparing a Service for Registration
    • Registering the Service
    • Code Samples
      • Implementation of Plan_Item_Interface
      • Registration of an Additional Service
  • Troubleshooting
  • Appendix A: Configuration Templates Structure
  • Appendix B: Apache Configuration Variables
    • 1. $VAR->server->
    • 2. $VAR->domain->
    • 3. $VAR->subDomain->
    • 4. $VAR->ipAddress->
Advanced Administration Guide, Plesk for Linux
  • Docs »
  • Rebranding Presence Builder »
  • Changing the Link to the User’s Guide

Changing the Link to the User’s Guide¶

To change the link to the User’s Guide:

  1. On the hosting server, open the configuration file /usr/local/sb/config.

  2. Add the line [help] to the file. If it is already present, skip this step.

  3. Add the following line after the line [help]:

    help_url = <link_to _your_documentation>
    

    For example: http://example.com/user-guide/index.html?%%CONTEXT%%

    At the end of this link, the mechanism providing context-sensitive help will automatically add a GUI screen identifier, so the resulting URL will appear as: http://example.com/user-guide/index.html?%2FSiteBuilder%2FPanel.

    The value that you specify as help_url may contain the following placeholders:

    • %%LOCALE%% - 4-letter code of the locale currently set in the editor, for example, en-US or ru-RU. The following locales are supported:
      • en_US - American English.
      • en_GB - British English.
      • de_DE - German.
      • es_ES - Spanish.
      • fr_FR - French
      • it_IT - Italian.
      • ja_JP - Japanese.
      • nl_NL - Dutch.
      • pl_PL - Polish.
      • pt_BR - Brazilian Portuguese
      • ru_RU - Russian.
      • zh_CN - simplified Chinese.
      • zh_TW - traditional Chinese.
    • %%VERSION%% - full Presence Builder version, for example, 11.1.0.
    • %%MAJOR_VERSION%% - major Presence Builder version (first two numbers), for example, “11.1”.
    • %%CONTEXT%% - GUI screen identifier.

    For example: If a user views the Presence Builder 11 editor in English, and clicks the Help link on the first page of the editor (which opens after clicking the Create Site button), the link http://example.com/%%MAJOR_VERSION%%/%%VERSION%%/%%LOCALE%%/user-guide/index.html?%%CONTEXT%% will be replaced with http://example.com/11.0/11.1.0/en-US/user-guide/index.html?%2FSiteBuilder%2FPanel.

  4. Save the file.


© Copyright Plesk

Built with Sphinx using a theme provided by Read the Docs.