Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Tags and announcement error?
Hi, whenever I set a post to announce and and I add a tag it will not be displayed when someone clicks on the tag. I am running Vanilla 2.0.18.4.
0
Answers
Can you explain a bit more what you mean? Do you have your site 'live' so I can take a look?
There was an error rendering this rich post.
Yes, take a look at this RSS http://www.becariossenescyt.com/categories/mensajes-en-twitter/feed.rss
Now, take a look at the category.
http://www.becariossenescyt.com/categories/mensajes-en-twitter
Sorry, I made a mistake, this is about another question I posted. This would be the correct example:
Please see http://www.becariossenescyt.com/discussion/20/testin-tags
And to the right see the tag that says "tags" it will not show the post that has the annouce check mark
Take a look at this page:
http://vanillaforums.org/addon/tagging-plugin
Scroll down to this piece of text:
PS: Bug where announcements are not shown when tag filter is on
There was an error rendering this rich post.
my mistake - edited out
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Hi, I tried the fix but it didn't work for me...
In case someone stumbles upon this thread:
There's a small mistake in the proposed fix on the plugin page.
Changing
if (!isset($Wheres['w.Bookmarked']) && !isset($Wheres['d.InsertUserID']))
to
if (!isset($Wheres['w.Bookmarked']) && !isset($Wheres['d.InsertUserID']) && property_exists($this, 'FilterToTagID'))
should make it work.
Forget about this, sorry.