Advanced Administration Guide, Plesk for Linux
  • About This Guide
  • Introduction to Plesk
    • Installation and Upgrade Overview
    • Ports Used by Plesk
    • Licensing
  • 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)
    • Analyzing Access and Errors
  • Services Management
    • DNS
    • FTP
    • Mail Service
      • Restoring Mail Configuration
      • Installing Custom SSL/TLS Certificates for Qmail or Courier-IMAP Mail Servers
        • Installing an SSL/TLS Certificate for Qmail
        • Installing SSL/TLS Certificates for the Courier-IMAP Mail Server
      • Outgoing Mail from Exclusive IP Addresses
    • Mailing Lists Management System
      • Configuring a Mailing List to Which only Members Are Allowed to Post
      • Importing a List of Email Addresses into a Mailing List
    • 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
    • Managing Plesk Objects Through the Command Line
    • Executing Custom Scripts on Plesk Events
    • 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
    • Switching Off Automatic Integration of WordPress Installations
    • Switching Off WordPress Toolkit
  • 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
    • Calculating Statistics
    • Recalculating Statistics for Previous Months
    • Log Rotation
    • Resource Usage Reports
    • Configuring Logging
  • Enhancing Performance
    • Reducing Resources Consumption in VPS Environments
      • Setting Up VPS Optimized Mode in Virtuozzo Containers
      • Setting Up VPS-Optimized Mode in Non-Virtuozzo Environments
      • Apache Modules Switched Off in VPS-Optimized Mode
    • Making Your Mail Spam Resistant
  • 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
  • Localization
  • Automatic Logging In to Plesk
  • Changing the Maximum Upload File Size
  • 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
    • Upgrading the Horde Database
  • 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 Links to the Getting Started Video

Changing the Links to the Getting Started Video¶

To change the link to the Getting Started video:

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

  2. In the [help] section, add the following lines:

    getting_started_video_url = <video_link>
    getting_started_video_enabled = true
    
  3. Save the file.

To use a custom Getting Started video for a specific language:

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

  2. Add the following line below getting_started_video_url:

    getting_started_video_url_locale_<locale-name> = <localized_video_link>
    

    Where <locale-name> is the four-letter code of the Presence Builder locale (for example, en_US or ru_RU) in which the video will show . 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.
  3. Ensure that the file contains the following line:

    getting_started_video_enabled = true
    
  4. Save the file.

To remove the link to the Getting Started video:

  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]:

    getting_started_video_enabled = false
    

    If the file contains the line getting_started_video_enabled = true, just change true to false.

  4. Save the file.


© Copyright Plesk

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