• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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