I really like the platform, i'm trying to learn how to extend it / understand it. I am curious if I can easily get the classic forum with categories in the middle and some sub-categories/ and some stats.
Hi
@George, thanks for your question! There is no built-in way to do this at the moment (will consider adding a channels page in the future), but for now you'd need to build it yourself. It'd be pretty conventional Laravel stuff, adding a route, controller, and view to retrieve and render a list of Waterhole's Structure models.
1 Comment
Hi @George, thanks for your question! There is no built-in way to do this at the moment (will consider adding a channels page in the future), but for now you'd need to build it yourself. It'd be pretty conventional Laravel stuff, adding a route, controller, and view to retrieve and render a list of Waterhole's Structure models.