Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Help Dashboard #1198

Closed
jgerman-bot opened this issue Aug 30, 2020 · 0 comments · Fixed by #1365
Closed

[4.0] Help Dashboard #1198

jgerman-bot opened this issue Aug 30, 2020 · 0 comments · Fixed by #1365

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#30508 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/components/com_menus/presets/help.xml b/administrator/components/com_menus/presets/help.xml
index 2d805d898f4f..93859a5dd5c0 100644
--- a/administrator/components/com_menus/presets/help.xml
+++ b/administrator/components/com_menus/presets/help.xml
@@ -4,6 +4,19 @@
 	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"
@@ -11,24 +24,24 @@
 		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
@@ -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"
diff --git a/administrator/language/en-GB/mod_menu.ini b/administrator/language/en-GB/mod_menu.ini
index 45e814f92015..492de686daca 100644
--- a/administrator/language/en-GB/mod_menu.ini
+++ b/administrator/language/en-GB/mod_menu.ini
@@ -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"
tecpromotion added a commit to tecpromotion/joomla that referenced this issue Oct 19, 2020
@tecpromotion tecpromotion linked a pull request Oct 19, 2020 that will close this issue
zero-24 pushed a commit that referenced this issue Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants