We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37914
    • 89 Posts
    Hello,

    I would like to use Simple File Upload TV with MIGX.
    But the Simple File Upload TV doesn't show in the modal window.
    The MODX native image upload tv does work fine, but not the Simple File Upload TV.

    This is the error I read in the Google Chrome Developer Console:

    Microformats extension: Running microformat finder script chrome-extension://igipijakdobkinkdmiiadhghmbjhciol/contentscript.js:35
    Uncaught TypeError: undefined is not a function ext-all.js:7
    create ext-all.js:7
    Ext.extend.load modx.js:74
    (anonymous function)
    (anonymous function) ext-all.js:7
    B ext-base.js:7
    F ext-base.js:7

    MIGX Form tabs:
    [
    {
    "caption": "Image",
    "fields": [
    {
    "field": "set",
    "caption": "Set"
    },
    {
    "field": "description",
    "caption": "Description"
    },
    {
    "field": "mediabar-afbeelding",
    "caption": "Image",
    "inputTV": "mediabar-afbeelding"
    }
    ]
    }
    ]



    MODX Revolution 2.2.5-pl (traditional)
    Simple File Upload TV 1.2.1 rc1
    MIGX 2.3.2-pl

    Any hints/help would be appreciated!!
    Thanx in advance!

    Kind regards, Marten [ed. note: mdehaan last edited this post 13 years, 10 months ago.]
      • 4172
      • 5,888 Posts
      the simple file upload TV will need some mods to work together with MIGX

      you can try to use the multifile-upload-feature of MIGX
      here's an example-usage:
      http://rtfm.modx.com/display/ADDON/MIGX.Use+resource-specific+mediasource+and+multifile-uploader
        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!
        • 37914
        • 89 Posts
        Thanx Bruno smiley

        I'll try the multifile-upload feature
          • 37914
          • 89 Posts
          Hi Bruno17m,

          dynamic resource-specific mediasource isn't working for me sad
          It creates a new folder literally named {id} and not with the resouce id.
          Any ideas on this?

          [[migxResourceMediaPath? &pathTpl=`assets/resourceimages/{id}/`]]
            • 37914
            • 89 Posts
            Never mind, it was a bug in a beta version of migx.
            I installed the stable version and that fixed it.
              • 34110
              • 19 Posts
              Hi,
              I have a similar situation. I have defined a Media Source with this

              basePath and baseUrl are relative with value 'all-scarpa/'
              and a user group -> Member Media Source Admin (User has all Access policies like main Administrator)

              The main administrator is able to upload images in a TV MIGX
              The user group can modify text field but not upload images in TV MIGX (normal TV image yes)

              Do you have any ideas?
              Thanks a lot.


                • 13115
                • 15 Posts
                Bruno -

                What kind of changes would the Simple File Upload add-on need? Right now, it looks like a lot of the functionality is javascript-driven, but that javascript doesn't get fired when the MIGX modal pops up.

                Isaac
                  • 4172
                  • 5,888 Posts
                  Quote from: checco05 at Jan 15, 2013, 08:19 AM

                  (User has all Access policies like main Administrator)

                  I think there must be a difference anywhere ??
                  Not sure how to reproduce this issue.
                    -------------------------------

                    you can buy me a beer, if you like MIGX

                    http://webcmsolutions.de/migx.html

                    Thanks!
                    • 4172
                    • 5,888 Posts
                    Quote from: isaacn at Jan 16, 2013, 02:16 PM
                    Bruno -

                    What kind of changes would the Simple File Upload add-on need? Right now, it looks like a lot of the functionality is javascript-driven, but that javascript doesn't get fired when the MIGX modal pops up.

                    Isaac

                    Never had the time to look into that. So I can't say what is going wrong with that combination at the moment.
                      -------------------------------

                      you can buy me a beer, if you like MIGX

                      http://webcmsolutions.de/migx.html

                      Thanks!
                      • 13115
                      • 15 Posts
                      Quote from: Bruno17 at Jan 16, 2013, 03:23 PM

                      Never had the time to look into that. So I can't say what is going wrong with that combination at the moment.

                      OK. Thought you might have some idea off the top of your head, since I've seen that response on a couple of other non-standard-TV-related questions.