Thanks Spode, this is an awesome extension. It's especially great that you can go from download to implementation within 3 minutes, which is something I love about Vanilla.
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)
Sorry again - there appears to be a couple of fairly large bugs that I need to get sorted. At the moment the tags won't get saved if you post a fresh discussion, only if you edit old ones
Ok - one bug fix that isn't a show stopper, and a feature change, so that it defaults to showing a site wide tag cloud if there is no tag cloud for a user/discussion.
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. ?
I just downloaded and installed this ext. and..
"Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /main/extensions/TagThis/library/Function.TagThis.php on line 37"
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