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.
issue - No items tagged with?
hi guys, hope u can help me out, i have an issue with this plugin
to give you a better explanation of the problem pls click on the link below
http://www.pinoyau.info/discussion/61/maintenance-this-coming-weekend/#Item_4
the tag for this topic is maintenance, but when i clicked on the "maintenance" text it gives me
"No items tagged with maintenance."?
same issue with other topics. topics were tagged properly with words but topics dosent show up.
to give you a better explanation of the problem pls click on the link below
http://www.pinoyau.info/discussion/61/maintenance-this-coming-weekend/#Item_4
the tag for this topic is maintenance, but when i clicked on the "maintenance" text it gives me
"No items tagged with maintenance."?
same issue with other topics. topics were tagged properly with words but topics dosent show up.
0
This discussion has been closed.
Comments
so if you put a tag on an announcement. it wont be fetched, but the keyword tag displays on the "popular tags" panel.
wonder why was it built that way?
Bug where announcements are not shown when tag filter is on
This bug can be solved by editing a line in the vanilla\models\class.discussionmodel.php
Change this line from:
if (!isset($Wheres['w.Bookmarked']) && !isset($Wheres['d.InsertUserID'])) $this->RemoveAnnouncements($Data);
to
if (!isset($Wheres['w.Bookmarked']) && !isset($Wheres['d.InsertUserID']) &&!property_exists($this, 'FilterToTagID')) $this->RemoveAnnouncements($Data);
There was an error rendering this rich post.
There was an error rendering this rich post.