Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fredrik Esseen 610 posts 906 karma points
    Oct 09, 2009 @ 16:19
    Fredrik Esseen
    0

    Use tags in Blog¤Umbraco

    I dont really understand how to use the tags in the blog. I only get three predefined words in the autocomplete; jaxx, pik, hat.

    How do I remove these and how do I get the autocomplete to use the tags Ive created?

  • Fredrik Esseen 610 posts 906 karma points
    Oct 29, 2009 @ 08:28
    Fredrik Esseen
    0

    Someone..?

  • Lee 1130 posts 3088 karma points
    Oct 29, 2009 @ 09:45
    Lee
    0

    To remove them I think you just need to remove the tags from any previous published posts that have these tags, and the autocomplete will use any new tags you add and publish a post with... 

    jaxx, pik, hat must have already been added via a blog post, thats why they show in the autocomplete

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Oct 29, 2009 @ 10:00
    Dirk De Grave
    0

    Yup, check all posts and their tags, but I'm afraid you can't remove tags (unless using a db query), only de-select it!

     

    Cheers,

    /Dirk

  • Fredrik Esseen 610 posts 906 karma points
    Oct 29, 2009 @ 16:48
    Fredrik Esseen
    0

    But its a fresh install and when i check CMSTAGS i dont see those three words, only my own two tags that doesnt show up in the autocomplete.

  • Comment author was deleted

    Oct 29, 2009 @ 17:19

    isn't it your browser autocomplete that kicks in then ? The autocomplete extender on the tags textbox will only show after at least 2 chars

  • Fredrik Esseen 610 posts 906 karma points
    Oct 30, 2009 @ 11:22
    Fredrik Esseen
    0

    Nope, it not the browser. Ive checked two other installations and the first one which is umbraco 4.0.0 and VistaDB everything works fine. But the other one shows the exact same three words (MySQL och 4.0.2.1). Is the tag datatype included in the core somehow or is it possible to change dll or something?

  • Hundebol 167 posts 314 karma points
    Nov 05, 2009 @ 15:13
    Hundebol
    2

    Hi froad,

    I experienced the exact same problem when i installed the blog package. The same tag words. So in some way they must be "inside" the blog package!

    (see my own forum thread some time ago: http://our.umbraco.org/forum/developers/xslt/4055-Use-of-tags-with-and-without-the-blog-package)

    So i would too, really like to know how to get rid of these!

    Tim, maybe you could try to upload at new version? When both froad and myself have the same keywords, it can't be a coincidence.

     

    br/

    hundebol

  • Fredrik Esseen 610 posts 906 karma points
    Nov 16, 2009 @ 08:06
    Fredrik Esseen
    0

    This is now getting to be a real problem to me since two users has complained about this bug and wantme to fix it. I cant find any way to get this working. Is it possible to get in touch with Tim in some way? Cant find an email.

  • Comment author was deleted

    Nov 16, 2009 @ 11:06

    @hundebol are you also using MySQL?

     

  • Thomas 2 posts 23 karma points
    Jan 22, 2010 @ 21:51
    Thomas
    0

    It's not i the database found by reflection I had a look in umbraco.dll umbracoTags.Webservice  there are a methode which have a return statement and this i snipped with reflector;

     

     

    return "jaxx,pik,hat".Split(new char[] { ',' });

     

    could that be why you can't find it in the database ;) i haven't tried debugging to see i this function is runned but it seems strange i think is bad practise to harcode string in like that in a return statement or in general just hardcode string.

     

    Again do not I can't promise you this function i evered runned but seems to be i've you get those 3 words

  • Fredrik Esseen 610 posts 906 karma points
    Jan 25, 2010 @ 09:59
    Fredrik Esseen
    0

    I've submitted a solution at codeplex and wrote about this in this thread:

    http://our.umbraco.org/projects/blog-4-umbraco/using-blog-4-umbraco/6289-Tags-not-working-correctly

Please Sign in or register to post replies

Write your reply to:

Draft