Thank you, @baris
GitHub issue: https://github.com/julianlam/nodebb-plugin-support-forum/issues/7
ELadner created this issue in julianlam/nodebb-plugin-support-forum closed Moving topic to another category has side-effects. #7Hi,
Im trying to add a list of categories to my custom homepage template using:
<h1>homepage header</h1>
<!-- IMPORT categories.tpl -->
however - instead of a list, it just outputs:
No new posts.
Im using a custom theme based on persona. The h1 tag renders fine..
Any help would be appreciated.
I suspect I need to add in the categories data in somewhere.. but can't find any documentation on this..
Joe