Pinned topics/posts are useful to help new users and we use them in all the categories. Some users end up directly in "unread" or "recent" and it would be helpful if we could pin topics to those as well.
Show image from recent topics in the front page
-
I want my nodebb front page to show recent topics, if the recent topic contains image, show the first image of the topic. I'm aware of the feature thumbnail, but I hope user don't have to manually set that, also the thumbnail is really small which isn't the way I want. What I want is more like pinterest's front page.
Is there some plugin or theme like what I described? Otherwise I'll have to start learning how to develop nodebb plugin
-
Not quite yet, although we've made some strides towards supporting this in the future. You can open an issue about it on our github
-
Cool, I took a look at the data in
api/recent
and realized that there's no info about the content of the topic except the title... Is there any way I can get post content?