Hello!
I am trying out the categories as my main entry point in the application (set via Dashboard -> Routes -> DefaultController -> categories).
Still, when it shows the discussions from each category, it doesn't show the announcements in that category. Is this an intended feature or just a design choice?
Thanks,
Catalin
1 • •
Comments
Im having the same issue. unsure if this is a bug or a design feature
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •using the catagories controller code changing line 121 i can show announcements:
$Wheres = array('d.CategoryID' => $Category->CategoryID);
$this->CategoryDiscussionData[$Category->CategoryID] = $DiscussionModel->GetAnnouncements($Wheres);
but the normal discussions will no longer show.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •/cd
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •but if you filter discussions by category using discussions controller it does still show announcements.
a proper fix in the code would be good but if it works my users stop complaining.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •