Symptoms
I want to change the links for "Open User's Guide" and "Watch the Getting Started Video" upon selecting "Help" in the Web Presence Builder menu.
How can I do that?
Resolution
To change the link to user documentation:1. Open the configuration file "config" from the /usr/local/sb/ directory on the Panel-managed server.
2. Add the line "[help]" to the file. If it already exists, skip this step.
3. Add the following line after the line "[help]":
help_url = "<link_to_your_documentation>?"
IMPORTANT: remember to put a question mark at the end of your URL.
4. Save the file.
Changing the Link to the Getting Started Video
To change the link to the Getting Started video:
1. Open the configuration file "config" from the /usr/local/sb/ directory on the Panel-managed server.
2. Add the line "[help]" to the file. If it already exists, skip this step.
3. Add the following lines after the line "[help]":
getting_started_video_url = "<video_link>"
getting_started_video_enabled = on
4. Save the file.
IMPORTANT: the video should not contain any frame. To compare:
Here is a valid link to the video without the frame: http://www.youtube.com/v/SuiozUE9c9w. This link will work for "getting_started_video_url."
Here is a link with a frame around the video: http://www.youtube.com/watch?v=SuiozUE9c9w. This link will not work for "getting_started_video_url."
No
Yes