A lot of things.
This commit is contained in:
@@ -45,6 +45,7 @@ return [
|
||||
],
|
||||
'xenforo' => [
|
||||
'driver' => 'xenforo',
|
||||
'provider' => 'users',
|
||||
]
|
||||
],
|
||||
|
||||
|
||||
@@ -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
18
config/xenforo.php
Normal 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
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user