Advanced Administration Guide, Plesk for Microsoft Windows
  • About This Guide
  • Introduction to Plesk
    • Installation and Upgrade Overview
      • Installing and Updating Third-Party Applications
    • Ports Used by Plesk
  • System Maintenance
    • Changing Your Server’s Host Name
    • Changing IP Addresses
    • Moving the Virtual Hosts Directory
    • Moving the Directory for Storing Plesk Backups
    • Moving the Directories for Storing Mail Data
    • Switching On Implicit FTPS
    • Programming Event Handlers to Execute Custom Scripts
    • Automating Administration Tasks with Command-Line Utilities
    • Monitoring Status of System Services
    • Managing Services from the Command Line and Viewing Service Logs
    • Predefining Values for Customizable PHP Parameters
    • Website Applications
    • Spam Protection
      • Configuring SpamAssassin
    • Optimizing the Task Manager Performance
    • Removing Plesk
  • Web Deploy 3.0
  • 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 Backup
      • Exporting Backup Files
      • Defining How the Backup Process Is Performed
    • Restoring Data
      • Defining Objects for Restoration
        • Backup File Structure
      • Defining How the Restoration 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
  • Changing Security Settings for File System Objects and Accounts
    • Plesk’s Security Policies
    • Windows Accounts Used by Plesk to Manage Windows Objects
      • Default User Permissions for Disks
    • Windows Accounts Used by Plesk to Manage Hosted Windows Objects
    • Administering Windows Objects Security on Plesk-managed Server
      • Initial Windows Security Configuration During Plesk Installation or Hosting Account Creation
      • Browsing Object Security Settings Through Plesk GUI
      • Customizing Object Security Settings in Plesk
        • Security Metadata Files and Templates
          • Disk Security Metadata File
          • Hosting Security Metadata File Templates
          • Hosting Security Metadata Files
        • Customizing Disk Security
        • Customizing Hosting Security
          • Adding New Security Rule to Hosting Security Metadata File Template
          • Rule Description
          • Common Security Rule Examples
            • Example of Security Rule Entry in Security Metadata File
            • Setting File Access Rights Different From Parent Container’s
            • Prohibiting Container Deletion When Deletion of its Parent Container Contents Is Disabled
            • Prohibiting Container Deletion When Deletion of its Parent Container Contents Is Allowed
      • General Security Metadata Structure
    • Restoring Disk User Permissions
  • Statistics and Logs
    • Calculating Statistics
    • Log Files and Log Rotation
    • Configuring Logging
  • 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
  • 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
  • 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
  • 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
  • Glossary
Advanced Administration Guide, Plesk for Microsoft Windows
  • Docs »
  • Customizing the Functionality of Presence Builder »
  • Adding the Link for Sending Feedback

Adding the Link for Sending Feedback¶

If you want to enable customers to send you feedback, you can do the following:

  1. Set up a forum on your site.
  2. Configure the editor to show a link with the label Give Feedback, which will direct users to that forum.

The link will be placed in the editor’s toolbar, in the Help menu.

To add the link:

  1. On the hosting server, open the configuration file %plesk_dir%sb\config.

  2. In the [help] section, locate the line containing feedback_url. If this line is not present, add the following line:

    feedback_url = "<URL to your online forum>"
    

    where “<URL to your online forum>” is your forum’s address enclosed in quotation marks.

  3. Save the file.

To remove the link:

  1. On the hosting server, open the configuration file %plesk_dir%sb\config.

  2. In the [help] section, locate the line containing feedback_url, and remove the address enclosed in quotation marks. If this line is not present, add the following line:

    feedback_url = ""
    
  3. Save the file.


© Copyright Plesk

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