Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 16

CurtisOdenericgillettejefftunnmcu_hq +12 guests

TagThis

This discussion is related to the TagThis addon.
TagThis
«13

Comments

  • Posts: 697
    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)

    edit: no errors in v 1.03
  • Posts: 201
    Hi Raize - I have a couple of errors reported to me. I shall have them fixed this evening :)
  • Version number changed from 1.00 to 1.01.
  • Uploaded version 1.01 of TagThis.
  • Uploaded version 1.02 of TagThis.
  • Posts: 201
    Sorry chaps - found a major bug with the links and had to upload...
  • Posts: 201
    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 :(
  • Uploaded version 1.03 of TagThis.
  • Posts: 201
    Once again, sorry for that - bugs all fixed :)
  • Posts: 697
    Thanks Spode!
  • Uploaded version 1.04 of TagThis.
  • Posts: 201
    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"
  • Posts: 697
    @Spode...a feature like that would be wonderful. Anything we can do to improve SEO is an advantage.
  • Posts: 201
    Vaniller - I can't replicate the error (might be specific to your install), but try adding this code BEFORE the line.

    //no tags entered
    if (!isset($tags))
    {
    return;
    }

    I'll probably add this code into the next revision, just in case (no harm).
  • Posts: 697
    Is there a way to delete tags? ie. from wherever they are "stored"

    The discussion I had tagged has been deleted, so I would like to delete the associated tags as well...
  • Posts: 201
    Only if you want to tinker in the database :P

    Simple solution would be if I added in a check to see if the discussion has been deleted in the SQL query :)
  • Uploaded version 1.05 of TagThis.
  • Posts: 201
    Just for you raize - tags from DELETED discussions will be ignored :)
  • Uploaded version 1.06 of TagThis.
  • Uploaded version 1.07 of TagThis.
  • Posts: 201
    Sorry for the last two updates.

    I would *love* some volunteers that could perhaps help test extensions before I make them public.
  • Posts: 1
    I'd be very interested in tagging others' discussions, too.
  • Posts: 201
    oeln - that's as simple as editing the discussion, assuming you have rights.

    Or are you thinking more open than that?
  • Posts: 697
    Hey Spode, great update...thanks!

    I can help with testing feel free to contact me at simon.raize[at]gmail.com
  • Posts: 201
    Cheers Raize - appreciated.
  • Posts: 14
    Hey Spode this extension is great! I'm testing it and everything runs very smooth!!! I would like to have the tagcloud in the discussion view below the title. Can you tell me how can i do that? Thanks
  • Posts: 40
    Hi,

    I have 1.1.5a installed. I added this extension (with fingers crossed) but cannot see anything. Is it me or is this strictly for 1.1.4?

    Thanks
  • Posts: 14
    Hi osid have you enabled the extension to your role?
  • Posts: 40
    AH, I hadn't.

    I have now though. I have 3 roles and ticked the 'tag your own discussions' box for each of them. I logged out, and then logged in as a 'Member' but don't see anything. Part of the trouble is that I don't really know what i'm looking for

    Thanks for the help
Sign In or Register to comment.