I'm running an educational forum (https://szkolnecentrum.pl), and, in the first place, I would like to change the names of particular elements. For example, instead of "topic" or "post", I would like to name it "task", "assignment", "answer" or anything like this. More importantly, there is an issue connected to one of the plugins and some part of HTML can be seen in notifications (screen below).
mistake.png
The plugin which is responsible for that error is called nodebb-plugin-question-and-answer-pl (all the plugins don't work except the Chinese one, that's why I would also like to access HTML and try changing it).
The resize button in the bottom right corner.
-
What's it used for? Other than to make the page narrower?
-
Thats just it, it toggles between fluid and fixed width layout.
-
@baris Thought so. Cheers.
-
@baris Is there a way to keep the max width boxed instead of the width stretching out to the screen edges? Sometimes mine defaults to boxed and sometimes to wide (is boxed==fixed and wide==fluid?). I'd like it to stay boxed when the window is maximized and be fluid when the window is made narrow.