3.0.0 Bug Report Thread
-
I can't hide the post... click on page and nothing.
-
-
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.