Help system: Difference between revisions

From Joomla! Documentation

Marked this version for translation
m access string formatting improved
Line 17: Line 17:


<translate><!--T:6-->
<translate><!--T:6-->
In addition, by clicking on the '''Help {{rarr}} Joomla Help menu item''', a list of help topics will be displayed.  Clicking on any of these topic titles will bring up relevant information on the same page.</translate>
In addition, by clicking on the {{rarr|Help,Joomla Help,<menu item>}}, a list of help topics will be displayed.  Clicking on any of these topic titles will bring up relevant information on the same page.</translate>


<translate><!--T:7-->
<translate><!--T:7-->

Revision as of 17:14, 19 November 2020

After a brief introduction to the Joomla help system, this document begins by describing how the help system works, which is something of general interest although written primarily for the benefit of site integrators who must customise Joomla installations. It then proceeds to describe how to set up your own help server, which is something that will be of interest to translators wanting to localise help screens and to third-party developers wanting to provide integrated help from their extensions. Finally, a more detailed description of how to add help support to Joomla extensions is aimed at developers.

Introduction to the Joomla help system

The Joomla help system provides context-sensitive information to users logged in to the Joomla Administrator. Generally help information is accessed by clicking on the help toolbar button located at the top right of almost all screens (Note that the toolbar button may be located elsewhere if you are not using one of the administrator templates shipped with Joomla). Clicking on this toolbar button will open a new browser window with information relevant to the screen on which it was clicked.

A typical toolbar with a help button looks like this:

In addition, by clicking on the Help  Joomla Help  <menu item>, a list of help topics will be displayed. Clicking on any of these topic titles will bring up relevant information on the same page.

The help system can access information stored locally as part of the Joomla installation, or from a remote help server. It is fully multi-lingual and can be localised using one of the official translations, or by providing your own help information using a separately hosted help server. Third-party extension developers can integrate help information for components that they supply, either from the local component file structure, or from a remote help server. Furthermore, site integrators can override any or all help screens to fully customise a particular Joomla installation.

Read more about

See also