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.
Categories controller
cdavid
New
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
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
Tagged:
1
Comments
Im having the same issue. unsure if this is a bug or a design feature
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.
/cd
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.