We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4172
    • 5,888 Posts
    If there isn't a getImageList-snippet call in your template, but you get this error, I think it isn't related to MIGX.
    Or what makes you think it is MIGX-related.
      -------------------------------

      you can buy me a beer, if you like MIGX

      http://webcmsolutions.de/migx.html

      Thanks!
      • 38925
      • 38 Posts
      Hi all !

      I have a trouble with MigX. Here are my form and grid :
      [
      {"caption":"Article", "fields": [
          {"field":"picture","caption":"Image : ", "inputTV":"CT-ImageTV"},
          {"field":"title","caption":"Titre : ","inputTV":"CT-TextTV"},
          {"field":"intro","caption":"Intro : ","inputTV":"CT-RichTextTV"},
          {"field":"titleLink","caption":"Lien du titre : ","inputTV":"CT-UrlTV"},
          {"field":"linkToArticle","caption":"Lien vers la suite de l'article : ","inputTV":"CT-UrlTV"}
      ]}
      ]


      [
      {"header": "Url de l'image", "width": "160", "sortable": "false", "dataIndex": "picture"},
      {"header": "Titre", "width": "50", "sortable": "true", "dataIndex": "title"},
      {"header": "Intro", "width": "200", "sortable": "false", "dataIndex": "intro"},
      {"header": "Lien du titre", "width": "150", "sortable": "false", "dataIndex": "titleLink"},
      {"header": "Lien de l'article", "width": "200", "sortable": "false", "dataIndex": "linkToArticle"}
      ]


      When I add an something, the pop-up does not close and my grid display nothing, except a row a little bit higher, like this

      Thanks for you help !
        • 4172
        • 5,888 Posts
        does it work without an ' in l'article?
          -------------------------------

          you can buy me a beer, if you like MIGX

          http://webcmsolutions.de/migx.html

          Thanks!
          • 35103
          • 54 Posts
          Hi Bruno, (or anyone who might be able to help)

          Firstly, looks like this is a brilliant add-on, so thank you for your hard work.

          I have followed the examples in the documentation and everything seems to be OK.

          My only issue is in the backend where I have to fill in the path to the image as text, rather than it open a dialog box for me to select an image. Is it possible for MIGX to open a window to select the file? A bit like if i have set a TV input type to 'file' and it lets me select a file from the server rather than type the path to the file. Perhaps I haven't set something up properly...

          Attached is a screengrab of the image tab of the backend interface. I am using MODX revo 2.2.0-pl2

          Thanks,

          David
            • 4172
            • 5,888 Posts
            seems you didn't create the image-TV where you have the name in form-tabs:

            "inputTV":"myImageTV-name"

            Than MIGX doesn't know which TV's input-type to use for this field and uses the standard input-type (text)
              -------------------------------

              you can buy me a beer, if you like MIGX

              http://webcmsolutions.de/migx.html

              Thanks!
              • 35103
              • 54 Posts
              Thanks Bruno, perfect. My TV reference in form-tabs was not labelled correctly.

              Another quick question, is it possible to do a multi-image item, so add 10 images in one go?

              Cheers,

              David
                • 22673
                • 72 Posts
                Anyone seen this issue before where the dialog box is blank when you right-click on a MIGx row?
                I've got a fresh installation of 2.2.1pl and MIGx 2.0 Beta4
                  • 4172
                  • 5,888 Posts
                    -------------------------------

                    you can buy me a beer, if you like MIGX

                    http://webcmsolutions.de/migx.html

                    Thanks!
                    • 22673
                    • 72 Posts
                    Thanks for the link Bruno. I will try Beta5 once I get home.
                      • 36604
                      • 268 Posts
                      Hi,

                      Revo 2.2.2 Migx beta2 installed by normal packet manager :
                      there's a lack of files in this version.

                      Once a migx tv is set, there's no way to add an item. The form is almost totally blank.

                      I found a zip in the github ( https://github.com/Bruno17/MIGX/downloads ) and upload those files in place (replacement) They are more numerous, and now the form is ok and I can add item.

                      note: Really a pain now to have to deal with this dichotomy of Modx repo and github for many add ons. really really a bad thing.


                      In the first bogus installation, however the replacement caption for the 'add item' button was working fine.
                      But no now.. strange..

                      Thank you [ed. note: elz064 last edited this post 14 years, 4 months ago.]