@sebastián-cisneros In static:api.routes, you'll want to call controllerHelpers.setupAPIRoute to mount the route to the appropriate /api/v3/plugins mount point.
You can see an example of how we do it in the quickstart plugin
@chez Please use [email protected], looks like 1.1.3 has an issue.
@baris said in [nodebb-plugin-browsing-users] See browsing users in a topic:
@chez Please use [email protected], looks like 1.1.3 has an issue.
Where can I install this version?
If you are hosting your own nodebb, run npm i [email protected]
. Then stop and rebuild nodebb and restart.
Wouldn't it be more fun if we could see the person who started typing in the editor in the mobile theme? Discourse and Flarum also have this feature. Why not on NodeBB?
Flarum:
Discourse:
Browsing users 2.0.2 has this now. It works with a small change in persona, if you have a custom theme you can replicate this change. https://github.com/NodeBB/nodebb-theme-persona/commit/8ee78e4bf9935d74fa2bdc43b80c7c2a415d06b2
@baris Thanks for the update. I was really happy.
It's in the header on mobile. I looked at the plugin page but couldn't see a setting. How did you get the ban users to the bottom? I'm using NodeBB 1.19.1. Will 1.19.2 be like this?
The old version 2.0.1 is displayed in the admin panel. I wonder why I don't see updates?
@kurulumu-Net Persona uses 2 places to display it check topic.tpl, on desktop it is displayed in topic header on mobile it is displayed at the bottom.
@volanar You can install it directly with npm i [email protected]
if you don't want to wait for it to show up in the ACP.