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?
Homepage as "all topics" view
-
I'm looking to set up a NodeBB forum, which used to be on Vanilla. I really like how on Vanilla, all the topics/threads are listed on the homepage, and how you can create a topic from the homepage via the "New Discussion" button, like this:
It still has categories in this setup, but the homepage shows all the topics. Here's a screenshot of the New Discussion page, where you have a menu where you can choose which category the topic goes in:
I really like Vanilla's setup, and I think it would be even better as an option or plugin in NodeBB.
-
@luke @zenkamal has done something like this already with his nutrition forum. (Although it seems a little quiet over there... :()
I believe he used the custom pages plugin, and showed all posts from one category, then created a button that opened a composer and would post into that category in the sidebar. Then used tags to differentiate the data instead of categories.