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
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?
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.
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;
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
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?
Someone..?
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
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
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
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
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?
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
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
@hundebol are you also using MySQL?
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
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
is working on a reply...