• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How can I change The Help Link?

L

liossis

Guest
Hello,

Please can anyone tell me how can I change these help links?
79801c5ad7.jpg



Because there isn't documentation in my language.

Thank you,
 
You can translate documentation into different language and configure Sitebuilder to use it with help of following parameters in SB_ROOT/config file:

[help]
admin_help_url = URL
user_help_url = URL

Where URL can be http://URL, ftp://URL or local resource as htdocs/docs/ folder or something like this.

Please note that to URL which will be specified following part will be added: ?locale=xx_XX

where xx_XX language which you use
For example, you specified http://domain.tld and use Portuguese language, so when you click on 'Help' link in admin CP, you will be redirected into http://domain.tld/?locale=pt_BR

Check it up.

Originally posted by liossis
Hello,

Please can anyone tell me how can I change these help links?
79801c5ad7.jpg


Because there isn't documentation in my language.

Thank you,
 
Hello Dmitry,

Thank you for your help. It was very enlightening.
Still I have one more issue with Help.
I made all the changes you told me.
In config file I didn’t find
[help]
admin_help_url = URL
user_help_url = URL
and I just added it.

Now, when I login as admin, both control panel and wizard, the help link works fine.
But when I login as a user, from control panel, redirects me to http://download1.swsoft.com/SiteBuilder/3.0.2/doc/site_owner/el_GR/
and from wizard works just fine.
Is there something else I should do?

Thank you once again for your help.
 
I forgot to add that these are not all possible parameters. Check administrator's guide: http://download1.swsoft.com/SiteBuilder/3.0.2/doc/admin/en_US/

In SiteBuilder, clicking Help button opens the online version of user documentation by SWsoft available at http://download1.swsoft.com/.If you would like to use the help files from another location, you can set up SiteBuilder correspondingly.

To change the link of the Help button

1. Open the config (/usr/local/sitebuilder/config) file.
2. Configure the needed parameters in the [help] section:
* user_help_url - link to the Wizard user's guide
* admin_help_url - link to the administrator's guide
* reseller_help_url - link to the reseller's guide
* site_owner_help_url - link to the site owner's guide
 
Back
Top