I think it will be something like preloader image, but I'm not sure.
[Request] Recent Mod/Owner Posts
-
If it's possible to add a feature like this. It would be nice for gaming communities and other uses.
-
Pretty certain a widget could be created that curated certain assigned users posts and displayed them. It would be pretty useful.
-
Not experienced at all with NodeBB and it's configurations.
So if anyone were to knows which widget to use or how to do this, it would be nice.
-
Well, we actually do show recent posts:
Is this what you're looking for? This could be styled by your theme, and be reduced to show only 3...
-
@julian said:
Well, we actually do show recent posts:
Is this what you're looking for? This could be styled by your theme, and be reduced to show only 3...
Yes something on those lines. But only for Mod's/Owners of the forum.
-
I'll think about writing something like this in future
Right now, you can get an API call of a user's latest posts, so theoretically you could write a simple widget that makes a call to that route (for the admin user) and renders the latest posts using the same code as the other widgets. So for a very basic implementation, if you know your 1-3 admins/moderators, you can easily hack it together using existing code