3.0.0 Bug Report Thread
-
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
-
How to edit this page? I wanted a change text size, because it's look very big, but I can't found reset.tpl
https://community.nodebb.org/reset -
the directory "src/views" don't have this file, I found only reset.tpl in the "email" folder and it's not what I need, a code of this file don't have a components what show in this page "/reset".
I think this file was created by script, but I don't know how to find it.
-
@julian Sorry, I'm stupid. I trying found this file in repository https://github.com/NodeBB/NodeBB/tree/master/src/views.
I found it via FTP on my hosting
-
I do not know if this notification is a bug or an innovation, but it flickers on the screen too often and is very annoying.
At first I thought that the problem was only on my forum, but I noticed it here too, my internet connection is fine, the topics are loading, but this window pops up every 25-30 seconds about trying to reconnect...
-
@brazzerstop sounds like your internet connection might be dropping out
-
admin/settings/pagination
I'm enable pagination and set value for the count topics and posts on per page, changed
25
to30
, but the category page everytime shows only20
topics on page. How to fix it?{ "maxTopicsPerPage": 30, "maxTopicsPerPage_old": 25, "timestamp": 1679097318786, "topicsPerPage": 30, "topicsPerPage_old": 25 }
{ "maxPostsPerPage": 30, "maxPostsPerPage_old": 25, "postsPerPage": 30, "postsPerPage_old": 25, "timestamp": 1679097344541 }
-
@brazzerstop The pagination value you set in the acp effects new users, each user can override that value in their user settings. Go into your user settings and set it to 30 and try again.