If you want to enable customers to send you feedback, you can do the following:
The link will be placed in the editor's toolbar, in the Help menu.
To add the link:
/usr/local/sb/config
.[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.
To remove the link:
/usr/local/sb/config
.[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 = ""