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?
ArchiTech
Posts
-
Show image from recent topics in the front page -
Show image from recent topics in the front pageI 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
-
How to create new category with image using API?Hi, I was using the write api plugin to create new categories and I wonder how I can also create the new category with a background image. Looking at the write api plugin's api endpoint, I only see:
Requires: name
Accepts: description, bgColor, color, parentCid, classBut I'm also interested in uploading an image for this category and probably also change the "numRecentReplies" value from 1 to 3
Thanks!
-
Category lookup and creation by normal userHi, first of all, I want to say this is such an amazing project. I really enjoy using it! Thank you!
So my question is pretty much in the title, I want normal registered user to be able to lookup existing categories and if it doesn't exist yet, allow him to create it.
I want the lookup experience just like the current tags lookup page here: https://community.nodebb.org/tags Filter possible results as user continue entering letters.
I think the creation of an category is can be easily accomplished with the write API, but is there already tools built for this lookup process? As a starting point I looked at the
/api/categories/
and it's giving me too much info, I just want category name ...