Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
TagThis
TagThis
0
Comments
The extension is working correctly on my site, but there seems to be some sort of error (which is displayed 3 times):
Notice: Undefined variable: Configuration in ... extensions/TagThis/library/Function.TagThis.php on line 217
This is with the default theme on Vanilla 1.1.5a...
edit: tried v 1.01 and now it says "on line 219" (no error message when I am on the settings page)
edit: no errors in v 1.03
If any of you used a bugged version - you MAY have to clear out any tags with DiscussionID of "0" from your LUM_Tags table. Otherwise, when you start a new discussion, you'll find there are pre-defined tags.
Would anyone like to see a feature where as keywords from the title are automatically turned into tags, stripping out words like and/is/of etc. ?
//no tags entered
if (!isset($tags))
{
return;
}
I'll probably add this code into the next revision, just in case (no harm).
The discussion I had tagged has been deleted, so I would like to delete the associated tags as well...
Simple solution would be if I added in a check to see if the discussion has been deleted in the SQL query