From 71cc3c35084931994fe6f37e7945735c0817ba7c Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Thu, 4 Jul 2019 00:09:22 -0400 Subject: [PATCH] Add a link to the farmOS forum on /farm/help. --- modules/farm/farm_help/farm_help.module | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/farm/farm_help/farm_help.module b/modules/farm/farm_help/farm_help.module index 5115f50a2..4ce0a5c87 100644 --- a/modules/farm/farm_help/farm_help.module +++ b/modules/farm/farm_help/farm_help.module @@ -85,6 +85,9 @@ function farm_help_farm_help_page() { // Add a link to the farmOS documentation. $output[] = '

Documentation

' . l('https://farmOS.org', 'https://farmOS.org') . ''; + // Add a link to the farmOS forum. + $output[] = '

Community Forum

' . l('https://farmOS.discourse.group', 'https://farmOS.discourse.group') . '

'; + // Add a link to the farmOS chat rooms. $chat_rooms = array( l('#farmOS Riot.im channel on Matrix.org', 'https://riot.im/app/#/room/#farmOS:matrix.org'),