3.0.0 Bug Report Thread
-
@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.
-
Maybe it makes sense to add support for emoji from the emoji plugin in tags and topic titles?
https://community.nodebb.org/topic/17082/tiger2-test-emoji-in-titles-and-tags
Design for this page... the category is very big and maybe need hide a long posts and add a button or link Read More...
-
@baris need switch to
vlad
branch?
https://github.com/NodeBB/nodebb-theme-harmony/commits/vlad -
A few suggestions for the Harmony theme.
- Finding a bookmarked post is a pain in the ass right now. The logged in user should be able to see this in the right menu or among the options when clicking on his avatar in the right menu.
- When there is a new topic update, the problem seen in the picture below appears.
-
-
Hello @baris
I had talked about bugs that was not taken into account. In fact, I use images for categories and I don't use icons on ACP :
--> Here is the result :
Since I don't use an icon, the text is shifted to the right and not centered. And since I use an image, it can interfere with the readability of the text.
The ideal would be to simply use the color of the background and text when there is no icon used while centering the text
-- The other thing I notice is when a label/thumbnail (img, gif) is used for a topic, it's display appears very large and isn't the same size as topics that don't have one.
That's a pretty rough result I think.
-- And the last things I see, that there are no icons for subcategories on the home page as on 2.X
2.X :
VS 3.X :
--> It may be a deliberate choice that is personally unfortunate. If that's the case, I know we can't please everyone, but maybe there's a code to keep them coming back? Or maybe add an option to display them or not ?