NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Bug V2.0-pre3 Forum Structure Issue
Started by nateyeight

nateyeight

nateyeight

Member
Joined
01 May 2018
Last Seen
08 Apr 2024
Topics
5
Posts
6
Hello, 

I am trying out 2.0-pre3 and I am unable to structure my forum. I want this structure of the forum to be as follows:
 
Category 1
- Board 1
- Board 2
- Board 3

Category 2
- Board 4
- Board 5
- Board 6
However, for whatever reason, it is not letting me set "Category 2" as a category, it just keeps it as a board and won't show it on the forums page. 

P.S. Also, where do I disable the "maximum page length" setting?
nateyeight · over 6 years ago · Last edited: over 6 years ago
Samerton

Samerton

Owner
Joined
30 Mar 2015
Last Seen
21 Apr 2024
Topics
41
Posts
1047
The only time you can set a forum as a category is when you create it; in the first step of the forum creation wizard it asks for the "Forum type".

It doesn't matter if you didn't actually set it as a category though, you can still set the "Parent forum" option of boards 4, 5 and 6 as "Category 2".

As for the max page length, I'll copy this over from Discord:
In modules/Core/pages/admin/pages.php, you'll see a couple of lines with 'max' => 20480
This is the value that needs changing, but you may also need to edit the nl2_custom_pages table in the database (with something like phpMyAdmin), and change the content field's type from mediumtext to longtext
Samerton · over 6 years ago