3.0.0 Bug Report Thread
-
-
Button to change size of Composer work when first open...
-
This Composer window after I click hide/discard and open Composer again, he don't show a button to change window size
-
Small width on this page
-
Need add a scrolling in the left sidebar, because with more icons a users can't view that...
.skin-noskin nav.sidebar { overflow-x: scroll; }
-
-
I use the bootstrap5 branch and latest harmony theme, but in tags bar, there shows: global:x-topics rather than **topics, how to fix this bug?
-
@metaverse Because this community use English language and have translations https://github.com/NodeBB/NodeBB/blob/bootstrap5/public/language/en-GB/
To fix this problem you can manually edit language files and add translation for the empty key, for example on you're screenshot you view value
global:x-topics
so you can found this key in English language:File not found · NodeBB/NodeBB
Node.js based forum software built for the modern web - File not found · NodeBB/NodeBB
GitHub (github.com)
Translation file:
global.json
Key:"x-topics": "<span class=\"formatted-number\">%1</span> topics",
You need add this in you're global.json translation file for the zh-CN or zh-TW language (I don't know what you use)
-
@brazzerstop thank you ! It is very detailed!It is just what I want! you know me
-
Maybe need hide button "Edit History" from Guest? Because if the user is not authorized, when clicked on button, it doesn't show the edit history.
-
@brazzerstop no, the button is there to show that the post has been edited.
-
-
Hi guys! Concept for the votes in stats, what do you thinking?
-
The forum is down if enable "allow html" in the markdown plugin settings.
-
@brazzerstop I cannot replicate this on my own DEV instance of v3. This must be caused by HTML inserted elsewhere as it's not an issue with the core. However, I'd strongly recommend that you DISABLE the ability to enter arbitrary HTML in Markdown. From a security perspective alone, this is a bad idea and will expose your site to injection.
-
@brazzerstop you need to provide more details than that. A stack trace is necessary, otherwise we can't fix it if we can't reproduce it.
-
@julian Just did a test, the problem is caused by the "nodebb-widget-essentials" plugin.
I'm use widgets with HTML code, the error appears if this plugin is enabled + there are widgets HTML on the forum and in the settings "Markdown" plugin the "Allow HTML" option is enabled.
If you disable the "nodebb-widget-essentials" plugin and after enable "Allow HTML" in the "Markdown" plugin settings, the forum works correctly and the editor processes the HTML code.
@phenomlab said in 3.0.0 Bug Report Thread:
However, I'd strongly recommend that you DISABLE the ability to enter arbitrary HTML in Markdown. From a security perspective alone, this is a bad idea and will expose your site to injection.
Yes, you right and I understand it. But my community is a ground for tested and I loves experiment