My purpose is displaying all Categories include the subcategories like what is in Admin>General>Categories. Can someone let me know how do I pass more data to Categories from a theme
thank in advance!
Turn Hide user list and data from guests on in /admin/settings/user and hit save. You should also remove find/read privileges from guests if you don't want them to see content.
@jongarrison you have another example on nodebb-plugin-custom-header. But in this case is managed by a plugin too. I don't know if it is possible to applu different theme (tpl). You could also managed it in the same tpl with a little bit of logic in it based in certain configuration server side.