That folder isn't served by nodebb, try putting it in public/uploads/fonts/h.woff2
and then using /assets/uploads/fonts/h.woff2
in your css. You should be able to access it in your browser with forum.com/assets/uploads/fonts/h.woff2
<baris>
Posts
-
why css@font-face doesn't work, even the file I uploaded shows 404 -
Read API - Get User Groups limiting to 15 groupsFor the /api/users page you can add
?page=x
to return the next page of users, looks like/api/groups
doesn't have that so I will add that in for the next release. -
Change Author & Ownership PluginYou can change the owner of posts from the post tools menu, no need for a plugin.
-
There is some questions when I use the nodebb-plugin-composer-quill@Norrad try with v4.0.1.
-
There is some questions when I use the nodebb-plugin-composer-quill@Norrad I'll take a look. Look's like caused by npm flattening dependencies
-
My settings are correct?For the second reward you should set the bottom option to 1 so it is only awarded once, but otherwise those settings should work I think.
-
Default Installation 3.10.3, but many JS files return 404, why?NodeBB works on nodejs 18/20/22 so it's probably not a nodejs version issue.
-
Default Installation 3.10.3, but many JS files return 404, why?You are still on the root account.
-
Default Installation 3.10.3, but many JS files return 404, why?I'm not familiar with that error, but you can try a few things.
Don't use root user to run nodebb commands, make sure the nodebb folder is owned by a nonprivileged user. Then run
npm install
with that user and try running./nodebb build
again. -
Default Installation 3.10.3, but many JS files return 404, why?What is the output of
./nodebb plugins
? Seems like you don't havenodebb-plugin-composer-default
active. -
Default Installation 3.10.3, but many JS files return 404, why?nodebb.min.js
is generated when you run./nodebb build
in the nodebb folder. Try running it and see if you get any errors. Also make sure you access the forum with the same url used in config.json -
Question regarding email notificationsThat setting changes the default for new users, it won't change the settings of existing users. And it will only apply to new notifications.
-
User accounts are mixed up and seem shared between usersBecause you ran the forum without indexes you have documents that violate the index constraints. You will have to remove these documents for the create index command to work.
-
Question about reworking the nodebb-plugin-charts plugin.It is already in plugin.json https://github.com/svandecappelle/nodebb-plugin-charts/blob/master/plugin.json#L11-L13 so it should be bundled into nodebb.min.css
-
User accounts are mixed up and seem shared between users@nono-lqdn From this screenshot I can see that your objects collection is missing the indexes, run the commands julian posted to create them.
You need to switch to your database first and then run them. Once done you should see them when you run
db.objects.stats()
. -
lot of memory consumption for nodebb@DownPW, try again with https://github.com/NodeBB/NodeBB/commit/db291ecde11acac6671e551a3855b6e9e52cc86d, don't forget to restart after applying the change. Let me know if you get other crashes.
-
lot of memory consumption for nodebbYou need to restart nodebb after applying that change.
-
lot of memory consumption for nodebb@DownPW apply this commit https://github.com/NodeBB/NodeBB/commit/d477090804ddba8ab916a48aa4c4c0c0011daf97, will be available in next release.
-
Custom Page Comment SectionThere is no out of the box comments widget, but you could build one and put it in the footer widget area of a custom page. Alternatively you can put some content in the header widget of a topic and use the existing topic functionality.
-
How do I remove support for uploading files in chat and posts?You should be able to remove global upload image/file privileges in the ACP.