Update menu entries and fixes some profile picture problems.

Added help pages too.
This commit is contained in:
2026-06-28 14:07:20 +02:00
parent bb0658b0e5
commit afd0f434db
34 changed files with 293 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"about.json": {
"hash": "362cdca71eb4d21d7b9290ffc8f0df57"
"hash": "6af7d9983ab28cb4b2975a1cd0059f9f"
},
"clubs.json": {
"hash": "e7ddced6269072f7db774f09424d671c"
@@ -15,7 +15,7 @@
"hash": "604cabbdf4fb4fd941dc6123eb119165"
},
"discord.json": {
"hash": "37b3a139a26e30bd558de47b9e364d41"
"hash": "225fd5b2a01edb9d28b142293207943a"
},
"drafts.json": {
"hash": "bea14e944290aeb07659374fa487d61c"
@@ -27,10 +27,10 @@
"hash": "4f55ee2e4a49e82c18e9beab428ab0ee"
},
"learn_romhacking.json": {
"hash": "3da66fadac2c1aa805e639d727e36223"
"hash": "2a2086e4b84a08f921d1795aca7f3913"
},
"legal_pages.json": {
"hash": "34ae35915e620f1f0b5d88dcd25a5b59"
"hash": "cd77592a612aa262580b1ad4eb0490dd"
},
"members.json": {
"hash": "cad1568d161bea1a7dd1f286b8788e2d"
@@ -50,6 +50,9 @@
"submissions_queue.json": {
"hash": "071c745afd8f28cf9505702496f72a18"
},
"support_us.json": {
"hash": "bc0c8ad00084960abc5325c31849c543"
},
"tools.json": {
"hash": "3d56ca10d6cf3ff772e9ce92d200f2f8"
},

View File

@@ -3,7 +3,7 @@
"display_order": 200,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/pages/about",
"link": "{{ link('help/about') }}",
"display_condition": "",
"extra_attributes": {
"icon": "info"

View File

@@ -3,7 +3,7 @@
"display_order": 300,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/discord",
"link": "https://discord.gg/5CKzeWmZZU",
"display_condition": "",
"extra_attributes": {
"icon": "messages-square"

View File

@@ -3,7 +3,7 @@
"display_order": 100,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/pages/learn",
"link": "{{ link('help/learn-romhacking') }}",
"display_condition": "",
"extra_attributes": {
"icon": "graduation-cap"

View File

@@ -3,7 +3,7 @@
"display_order": 400,
"navigation_type_id": "basic",
"type_config": {
"link": "{$xf.options.homePageUrl}/pages/legal-pages",
"link": "{{ link('help') }}",
"display_condition": "",
"extra_attributes": {
"icon": "scale"

View File

@@ -0,0 +1,15 @@
{
"parent_navigation_id": "pages",
"display_order": 10,
"navigation_type_id": "basic",
"type_config": {
"link": "https://ko-fi.com/romhackplaza",
"display_condition": "",
"extra_attributes": {
"icon": "coffee",
"color": "var(--rhpz-orange)",
"target": "_blank"
}
},
"enabled": true
}