Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Getting clickable categories
Hi, I'm fairly new to all these vanilla powered forums, and I must say, I've been very impressed so far. But I have one major issue that really has been bugging me. On other Vanilla Forums, people have clickable categories, that help to divide the individual discussions up in order. But on mine, they just appear in the sidebar, and you can't click them to display the individual discussions related to that topic. Can someone help me? For example, here is my forum... http://www.starsdie.com/forum and here is one that has clickable categories... http://shoutbox-demo.caerostris.com/index.php?p=/discussions
Surely someone out there knows what I've done wrong?
Thanks
Rob
Surely someone out there knows what I've done wrong?
Thanks
Rob
Tagged:
0
Comments
/applications/vanilla/views/modules/categories.php
contains the code that creates the Category-sidepanel with clickable links (line 36).In your custom theme this file is most likely also present in
/themes/your-theme/views/modules/
.Now you can either adjust the file contents of the one in your theme-folder to align the "original" file; or you can simply copy-paste
categories.php
to/your-theme/views/modules/
(make a backup of the existing file first!) and see what happens.Rob