It is not an entire plugin but it's the only code you need in a plugin to achieve what you want. A plugin has some boilerpate code. You can see a full starter plugin at https://github.com/NodeBB/nodebb-plugin-quickstart. The plugin docs also go over the details https://docs.nodebb.org/development/quickstart/
The second question as an update for this topic is: how do I add a trailing slash to the URI of an arbitrary topic?
Raw nginx rewrite as follows doesn't do the trick
rewrite ^([^.]*[^/])$ $1/ permanent;
Update:
I need trailing slash in order to eliminate page_with_redirect issue.
@baris said in Chat scrollig is broken in Harmony default theme:
Hey @Twissell I've realized this happens when you add a global sidebar widget. I've created an issue for it https://github.com/NodeBB/NodeBB/issues/12375 it will be fixed in our next release.
Thanks for reporting.
Pleasure is mine!
Thanks for your time, I appreciate your help.
If you do not have a custom robots.txt value set in the admin panel then the default NodeBB sends is below.
User-agent: *
Disallow: /admin/
Disallow: /reset/
Disallow: /compose
Sitemap: https://yournodebb.com/sitemap.xml
I also had the same problem, checked the config.json 、 admin/settings/general#site-logo、nginx,both set correctly。Also reset the logo and restart , don't know how to solve it, please help me, thanks
[image: 230628.webp]
How can I force full user's name display on users online panel?
Instead of just circle and the first letter of the nickname.
Displaying only username in plain text is acceptable too
@twissell you never asked the topic as question, but you can do so to an already posted topic by pressing the settings gear next to your topic title (next to reply button) and click ask as question.
Then click the tree dots button on a reply (@PitaJ ‘s in this case) and click select as answer.