Copied to clipboard

Flag this post as spam?

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


  • Hundebol 167 posts 314 karma points
    Sep 11, 2009 @ 10:35
    Hundebol
    0

    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)

    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

    best regards,
    Brian

     

  • dandrayne 1138 posts 2262 karma points
    Sep 11, 2009 @ 10:38
    dandrayne
    0

    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

    Sep 11, 2009 @ 10:43

    You probably have some tagged content in the recycle bin, if you empty it those tags should be gone from the autosuggest

  • Hundebol 167 posts 314 karma points
    Sep 11, 2009 @ 10:51
    Hundebol
    0

    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

    Sep 11, 2009 @ 11:02

    Yes, they are saved in the database (table cmsTag...)

  • Hundebol 167 posts 314 karma points
    Sep 11, 2009 @ 11:17
    Hundebol
    0

    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?

  • Hundebol 167 posts 314 karma points
    Sep 23, 2009 @ 13:26
    Hundebol
    0

    Can it really be that nobody else has experienced this problem?

    Or anybody who has a solution?

     

    Best regards,
    Brian

  • René Pjengaard 118 posts 702 karma points c-trib
    Jan 11, 2010 @ 21:10
    René Pjengaard
    1

    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é

  • Lee Kelleher 4026 posts 15836 karma points MVP 13x admin c-trib
    Jan 12, 2010 @ 01:12
    Lee Kelleher
    0

    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.

  • Lee Kelleher 4026 posts 15836 karma points MVP 13x admin c-trib
    Jan 12, 2010 @ 01:14
    Lee Kelleher
    0

    Ah, ignore my last comment - I missed Rene's post about the "jaxx,pik,hat" bug.  That sounds like the problem!

Please Sign in or register to post replies

Write your reply to:

Draft