Copied to clipboard

Flag this post as spam?

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


  • Chris Koiak 700 posts 2626 karma points
    Jan 20, 2010 @ 21:35
    Chris Koiak
    0

    Compatibility with 4-0-3

    Hi,

    Does this package work with 4.0.3? I'm getting a JS error in IE and can't select any nodes in Firefox?

    Cheers,

    Chris

  • Tobias 16 posts 61 karma points
    Jan 22, 2010 @ 14:03
    Tobias
    0

    Not sure if this solves your problem but this solved the javascript error for me at least (using version 4.0.2.1 of umbraco).

    The problem with the javascript is that some drag and drop functions are called but the jquery extension for this is not included so to fix this what I did was to download an extension from:

    http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip

    Then I copied all the code from the jquery.tablednd_0_5.js file and put it at the end of the file located at \umbraco_client\ui\jquery.js

    Refresh umbraco and the javascript worked fine.

  • Marco Lusini 176 posts 1370 karma points
    Jan 26, 2010 @ 12:57
    Marco Lusini
    0

    Here it is working fine on a 4.0.3 using FireFox 3.5.6 on Mac OSX.

    Do you have other, non standards, data types in your document?

    Marco

  • Chris Koiak 700 posts 2626 karma points
    Jan 26, 2010 @ 13:52
    Chris Koiak
    0

    Hi,

    Thanks for the response. I ended up changing the implementation and not using this datatype, however I will try Tobias' suggestion and see if that was the issue.

    Cheers,

    Chris

  • Fergus Davidson 309 posts 588 karma points
    Mar 18, 2010 @ 12:52
    Fergus Davidson
    0

    i have had a similar problem, javascript error on content when using this.

    i have gone through and removed other non-standard datatypes on the document until it worked ok. it seems to clash with the 'tribal yet another media picker'

     

    i am not a javascript guy, so i am not sure i can fiddle around and get a result, but i'll keep you posted

  • Fergus Davidson 309 posts 588 karma points
    Mar 18, 2010 @ 13:08
    Fergus Davidson
    0

    a quick update

    i am not sure i have the ultimate solution, but Tobias's solution works for me.

    i am not sure what the actual issue is, as the thing works, when the tribal media picker is not there.

    HOWEVER, following tobias's instructions sorts it out. tribal media picker and tree picker living in perfect harmony.

  • Thomas Kahn 602 posts 506 karma points
    Apr 27, 2010 @ 13:22
    Thomas Kahn
    1

    For me it works fine on Umbraco 4.0.3 as well.

    Intially I had some problems though. It turned out that I had missed giving NETWORK SERVICE full permissions on my "umbraco_client" folder. Therefore the package installer failed to create a directory called "treeMultiPicker" inside "umbraco_client" and it couldn'd copy the file "treeMultiPicker.js" to that new directory.

    So if you're having problems that seem's to be related to the javascript part of this plugin, start by confirming that the directory and js-file is present. If it's not there, just create a new directory called "treeMultiPicker" and drop the treeMultiPicker.js file into it.

    Regards,
    Thomas Kahn

  • Umbraco_Fan 7 posts 27 karma points
    Jun 22, 2010 @ 21:09
    Umbraco_Fan
    0

    Hi, all, I am using umbraco v 4.0.4.1 (Assembly version: 1.0.3793.17632) and have just installed treeMultiPicker 0.6.1. I get the following js error when trying to select the item. Please help, I am not a friend of js. Content_Images is my property alias.

    In FF:
    parent.ctl00_body_Content_Images_TMP is undefined

     

    in IE:
    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)
    Timestamp: Tue, 22 Jun 2010 19:07:54 UTC


    Message: 'parent.ctl00_body_Content_Images_TMP' is null or not an object
    Line: 12
    Char: 1
    Code: 0
    URI: http://mydomain/umbraco/treeMultiPickerInit.aspx?rnd=25f51fe1-e01e-403e-a8bc-9b6b07fe4623&id=-1&treeType=content&nodeKey=-1&contextMenu=false&isDialog=true&dialogMode=id&app=content&functionToCall=parent.ctl00_body_Content_Images_TMP.TreeNodeClick


  • Umbraco_Fan 7 posts 27 karma points
    Jun 22, 2010 @ 21:11
    Umbraco_Fan
    0

    I dont have field types apart from standard and I have two richtext editor properties and datapicker with time.

  • Umbraco_Fan 7 posts 27 karma points
    Jun 22, 2010 @ 21:28
    Umbraco_Fan
    0

    Sorry for spam, but I solved my problem by removing space in alias for another property of my document type.

  • Marco Lusini 176 posts 1370 karma points
    Jun 23, 2010 @ 13:03
    Marco Lusini
    0

    OK, thanks for reporting, this should not cause a bug anyway. I'll try to have a look at it.

     

Please Sign in or register to post replies

Write your reply to:

Draft