From e55e8f6c2d81a9cc84dff59e1e99ce3f3dfc761f Mon Sep 17 00:00:00 2001 From: kloo kloo Date: Sat, 17 May 2025 17:07:14 +0000 Subject: [PATCH 1/3] Upload discourse.svg --- resources/icons/social/discourse.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/icons/social/discourse.svg diff --git a/resources/icons/social/discourse.svg b/resources/icons/social/discourse.svg new file mode 100644 index 00000000..4cbb8c87 --- /dev/null +++ b/resources/icons/social/discourse.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file From 0ecc5fb6c9461cec9639650102b734769cb626f9 Mon Sep 17 00:00:00 2001 From: kloo kloo Date: Sat, 17 May 2025 17:12:09 +0000 Subject: [PATCH 2/3] Edit _index.php to add discourse --- resources/icons/social/_index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/icons/social/_index.php b/resources/icons/social/_index.php index 571d8ab0..72ef25ca 100644 --- a/resources/icons/social/_index.php +++ b/resources/icons/social/_index.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @icon("social:bluesky") * @icon("social:discord") + * @icon("social:discourse") * @icon("social:facebook") * @icon("social:funkwhale") * @icon("social:instagram") From c6ffed6a3e0f54f7d232418ea0c850c5184b6162 Mon Sep 17 00:00:00 2001 From: kloo kloo Date: Sat, 17 May 2025 17:15:09 +0000 Subject: [PATCH 3/3] Edit Platforms.php add discourse --- modules/Platforms/Platforms.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/Platforms/Platforms.php b/modules/Platforms/Platforms.php index 019f6847..72743d0c 100644 --- a/modules/Platforms/Platforms.php +++ b/modules/Platforms/Platforms.php @@ -274,6 +274,11 @@ class Platforms 'home_url' => 'https://discord.com/', 'submit_url' => 'https://discord.com/register', ], + 'discourse' => [ + 'label' => 'Discourse', + 'home_url' => 'https://www.discourse.org/', + 'submit_url' => null, + ], 'facebook' => [ 'label' => 'Facebook', 'home_url' => 'https://www.facebook.com/',