A lot of things.

This commit is contained in:
2026-05-27 21:24:38 +02:00
parent b361f07954
commit d02baa89d6
43 changed files with 1340 additions and 231 deletions

View File

@@ -45,6 +45,7 @@ return [
],
'xenforo' => [
'driver' => 'xenforo',
'provider' => 'users',
]
],

View File

@@ -82,7 +82,7 @@ return [
[
'name' => 'Contact Us',
'icon' => 'at-sign',
'route' => 'home'
'xf_route' => 'misc/contact'
],
[
'name' => 'Legal pages',

18
config/xenforo.php Normal file
View File

@@ -0,0 +1,18 @@
<?php
return [
'bot_user_id' => 1,
'comments_node_id' => 4,
'comments_prefixes' => [
'translations' => 1,
'romhacks' => 2,
'homebrew' => 3,
'utilities' => 4,
'documents' => 5,
'lua-scripts' => 6,
'tutorials' => 7,
'news' => 8
],
];