Skip to content

Commit

Permalink
[4.0] Help Dashboard (joomla#30508)
Browse files Browse the repository at this point in the history
* [4.0] Help Dashboard

This PR makes multiple changes to the help dashboard. In order of importance they are.

- Created a new section "Start Here"
- Moved "Joomla Help" to the "Start Here" section to give it greater priority as it really is the first place you should look for help
- Removed target=_blank from "Joomla Help"
- Moved "Documentation Wiki" from "Resources" to the top of "Additional Help"

* deduplicate

* compass icon
  • Loading branch information
brianteeman authored and sakiss committed Oct 16, 2020
1 parent 5e845ba commit 94075c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
34 changes: 20 additions & 14 deletions administrator/components/com_menus/presets/help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,44 @@
xmlns="urn:joomla.org"
xsi:schemaLocation="urn:joomla.org menu.xsd"
>
<menuitem
title="MOD_MENU_HELP_PARENT_START_HERE"
type="heading"
icon="compass"
permission="core.admin"
>
<menuitem
title="MOD_MENU_HELP_JOOMLA"
type="component"
link="index.php?option=com_admin&amp;view=help"
/>
</menuitem>

<menuitem
title="MOD_MENU_HELP_PARENT_FIND_HELP"
type="heading"
icon="question-circle"
permission="core.admin"
>
<menuitem
title="MOD_MENU_HELP_SUPPORT_OFFICIAL_FORUM"
title="MOD_MENU_HELP_DOCUMENTATION"
type="url"
target="_blank"
link="https://forum.joomla.org"
link="https://docs.joomla.org"
/>

<menuitem
title="MOD_MENU_HELP_SUPPORT_OFFICIAL_LANGUAGE_FORUM"
type="component"
title="MOD_MENU_HELP_SUPPORT_OFFICIAL_FORUM"
type="url"
target="_blank"
link="index.php?option=com_admin&amp;view=help&amp;layout=langforum"
link="https://forum.joomla.org"
/>

<menuitem
title="MOD_MENU_HELP_JOOMLA"
title="MOD_MENU_HELP_SUPPORT_OFFICIAL_LANGUAGE_FORUM"
type="component"
target="_blank"
link="index.php?option=com_admin&amp;view=help"
link="index.php?option=com_admin&amp;view=help&amp;layout=langforum"
/>

<menuitem
Expand Down Expand Up @@ -99,13 +112,6 @@
icon="cloud-download-alt"
permission="core.manage;com_installer"
>
<menuitem
title="MOD_MENU_HELP_DOCUMENTATION"
type="url"
target="_blank"
link="https://docs.joomla.org"
/>

<menuitem
title="MOD_MENU_HELP_DEVELOPER"
type="url"
Expand Down
3 changes: 2 additions & 1 deletion administrator/language/en-GB/mod_menu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ MOD_MENU_HELP_EXTENSIONS="Joomla! Extensions"
MOD_MENU_HELP_GITHUB="Joomla on GitHub"
MOD_MENU_HELP_ISSUES_TRACKER="Issue Tracker"
MOD_MENU_HELP_JOOMLA="Joomla! Help"
MOD_MENU_HELP_PARENT_FIND_HELP="Find Help"
MOD_MENU_HELP_PARENT_FIND_HELP="Additional Help"
MOD_MENU_HELP_PARENT_GET_INVOLVED="Get Involved"
MOD_MENU_HELP_PARENT_MEET_JOOMLERS="Meet Joomlers"
MOD_MENU_HELP_PARENT_NEWS="News"
MOD_MENU_HELP_PARENT_RESOURCES="Resources"
MOD_MENU_HELP_PARENT_START_HERE="Start Here"
MOD_MENU_HELP_RESOURCES="Joomla! Resources"
MOD_MENU_HELP_SECURITY="Security Centre"
MOD_MENU_HELP_SHOP="Joomla! Shop"
Expand Down

0 comments on commit 94075c2

Please sign in to comment.