NellielProject / Nelliel

A lightweight and expandable imageboard.
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Per board configuration #16

Open Releasement opened 3 months ago

Releasement commented 3 months ago

Is there a way to configure the boards created with a .json or php file?

OtakuMegane commented 3 months ago

Aside from the low-level stuff in the configuration directory all configuration is web-based and stored in the database, there are no files.

I really need to get things documented properly but here's the quick summary on board configuration:

Go to Board List (upper right corner navigation links) and follow the link for the board you want. Of the options there, Board Config will be the control panel for doing general configuration of that board.

If you want to change the default settings used when a board is first created, return to the main Site Panel (upper right again) and select Board Defaults. Any settings changed here will become the default value used when a new board is made. It also includes two additional options: Lock and Force Update. Lock will prevent making changes to a specific setting from the Board Config panel unless the user has the override permission. Force Update will apply the specific default setting to all existing boards.

Releasement commented 3 months ago

Thanks for the response. Seems to be looking pretty good!