I have ran into some problems regarding tags in umbraco.
Question 1
If i borrow the xslt code from the great blog package by Tim (http://our.umbraco.org/projects/blog-4-umbraco), the xslt returns an error: (The code is from BlogCategories.xslt)
System.Xml.Xsl.XslTransformException: Cannot find the script or external object that implements prefix 'urn:tagsLib'. at System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction(String name, String namespaceUri, IList`1[] args)
I have then read in a great post by Dirk, that i had to add the Taglib in the xsltExtension.config. (http://forum.umbraco.org/yaf_postst6847_Tags-and-v4.aspx) I did that, and things are still not working. Anyone's got a clue what might be the reason?
Question 2
Anyway, I could however just install the blog-package - then things are working like a charm! The only problem in that is, that when a user types in news tags, there is some kind of auto-suggetion/auto-complete feature - and it has already 3 "predefined" tags.
How can I get rid of these? E.g. where are these stored - or eventually, how can I disable this auto-suggestion-feature?
Hope that someone find the time to help me out. Thanks in advance
Dan: And i have no problem in installing the great blog package - because then it just works - but, i would like to remove the tags.
Tim: The "funny" thing is, my umbraco install in brand new - the only thing installed is the blog package! And i have tried emptying the recycle bin - and even deleting the entire blog content pages, but the tags are still there in the auto suggest.
But does it save them in the database, as Dan suggests??
no, you are not the only one experiencing the "jaxx,pik,hat" tag-error. I downloaded the source-code, and found out, that it is hard-coded debug data from the webservice, that is returned. I haven´t found a solution yet. But if/when i do, i´ll let you know.
Use of tags with and without the blog package
Hi,
I have ran into some problems regarding tags in umbraco.
Question 1
If i borrow the xslt code from the great blog package by Tim (http://our.umbraco.org/projects/blog-4-umbraco), the xslt returns an error:
(The code is from BlogCategories.xslt)
I have then read in a great post by Dirk, that i had to add the Taglib in the xsltExtension.config. (http://forum.umbraco.org/yaf_postst6847_Tags-and-v4.aspx)
I did that, and things are still not working. Anyone's got a clue what might be the reason?
Question 2
Anyway, I could however just install the blog-package - then things are working like a charm!
The only problem in that is, that when a user types in news tags, there is some kind of auto-suggetion/auto-complete feature - and it has already 3 "predefined" tags.
How can I get rid of these? E.g. where are these stored - or eventually, how can I disable this auto-suggestion-feature?
Hope that someone find the time to help me out. Thanks in advance
best regards,
Brian
1: I tried this, ended up installing the blog package to make it all work as well.
2: You'd probably need to find them in the database and remove them.
hope this helps,
Dan
Comment author was deleted
You probably have some tagged content in the recycle bin, if you empty it those tags should be gone from the autosuggest
Dan: And i have no problem in installing the great blog package - because then it just works - but, i would like to remove the tags.
Tim: The "funny" thing is, my umbraco install in brand new - the only thing installed is the blog package! And i have tried emptying the recycle bin - and even deleting the entire blog content pages, but the tags are still there in the auto suggest.
But does it save them in the database, as Dan suggests??
Comment author was deleted
Yes, they are saved in the database (table cmsTag...)
I have now deleted the tags in the database. Another stange thing is though, that none of the 3 tags were infact IN the database!
So they are still showing in the autocomplete feature - and if i add new tags, they are not showing up in the auto-complete feature...
Can i remove that auto-feature somehow?
Can it really be that nobody else has experienced this problem?
Or anybody who has a solution?
Best regards,
Brian
Hi Hundebol
no, you are not the only one experiencing the "jaxx,pik,hat" tag-error. I downloaded the source-code, and found out, that it is hard-coded debug data from the webservice, that is returned. I haven´t found a solution yet. But if/when i do, i´ll let you know.
http://umbraco.codeplex.com/WorkItem/View.aspx?WorkItemId=25885
Best regards,
René
Hi Brian,
It's worth giving Ismail's new Tag Manager package a try? You should be able to delete those 3 rogue tags then!
If that doesn't work... another thought could be your browser's cache? Maybe it's caching the JavaScript of the autocomplete?
(Also to make sure, you're not confusing your browser's autocomplete - with the Tags data-type's autocomplete?)
Cheers, Lee.
Ah, ignore my last comment - I missed Rene's post about the "jaxx,pik,hat" bug. That sounds like the problem!
is working on a reply...