We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26931
    • 2,314 Posts
    btw. Mark H. ...your drag & drop sorting fix worked. thanks!
      • 18373 ☆ A M B ☆
      • 3,141 Posts
      Quote from: sharkbait at Jun 21, 2010, 01:42 PM

      btw. Mark H. ...your drag & drop sorting fix worked. thanks!

      Your welcome!

      Quote from: jasonimani at Jun 21, 2010, 12:41 PM

      That was it...I just realized what I was looking for was: [+content_id+]. It’s an unmentioned placeholder in the EvoGallery documentation.

      Added to the docs. I’ll see if I can find some time to dig in and find other placeholders, and make a seperate section. Thanks for figuring it out Sharkbait wink
        Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

        Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.
        • 29678
        • 3 Posts
        Hi Guys, i am having a problem with evogallery. It installed ok and i can browse and upload images, where the image is suppose to show beneath i get a black box with the image name but no image. If i look in the galleries directory there also is no image. So i guess its not uploading correctly. The galleries folder has 777 permissions. Any ideas?? Please help, i think its a great extension.

        Thanks
          • 26931
          • 2,314 Posts
          Hi Guys, i am having a problem with evogallery. It installed ok and i can browse and upload images, where the image is suppose to show beneath i get a black box with the image name but no image. If i look in the galleries directory there also is no image. So i guess its not uploading correctly. The galleries folder has 777 permissions. Any ideas?? Please help, i think its a great extension.
          i had this behaviour after uploading to the remote server.
          Folder permission for "galleries" was/is 777. but adding new images to already existing galleries result in a black box, and images won’t be deleted from the galleries folder after deleting them via backend. changing permissions of that one gallery folder (including files) to 777 will solve the problem ...although newly created galleries on the remote server (with only folder "galleries" set to 777) will allow to add and delete items without a problem !?

          any ideas? should folder "galleries" (including files & folders) be set to 777?
            • 18373 ☆ A M B ☆
            • 3,141 Posts
            /galleries/ should be set to 777 to allow new galleries to be created.

            To update any of the galleries itself, those folders also need to be writeable (thus also 777). Maybe that was the problem with uploading it to the remote server, that the permissions of the gallery folders (eg assets/galleries/35) were not also copied over?

            Quote from: thecybertouch at Jun 22, 2010, 04:38 PM

            Hi Guys, i am having a problem with evogallery. It installed ok and i can browse and upload images, where the image is suppose to show beneath i get a black box with the image name but no image. If i look in the galleries directory there also is no image. So i guess its not uploading correctly. The galleries folder has 777 permissions. Any ideas?? Please help, i think its a great extension.

            Thanks
            If the galleries folder is writeable (777) it should work... Is this the only addon that is having issues like this in your current set up?
              Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

              Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.
              • 13622
              • 74 Posts
              Quote from: thecybertouch at Jun 22, 2010, 04:38 PM

              Hi Guys, i am having a problem with evogallery. It installed ok and i can browse and upload images, where the image is suppose to show beneath i get a black box with the image name but no image. If i look in the galleries directory there also is no image. So i guess its not uploading correctly. The galleries folder has 777 permissions. Any ideas?? Please help, i think its a great extension.

              Thanks

              I might confirm the file size your uploading isn’t exceeding the limit specified within the modx configuration, as well as, ones specified by your host.

                • 11667
                • 12 Posts
                I’ve successfully set up the modules/snippet and can even upload files. The problem is, when i call the snippet from the page that has the images, it outputs all images from the galleries folder despite them being in different folders. Here is the call I’m using. [[EvoGallery? &display=`images` &type=`jquery-cycle` &sortBy=`sortorder`]]
                  • 33337
                  • 3,975 Posts
                  Have you tried using &docid param?
                    Zaigham R - MODX Professional | Skype | Email | Twitter

                    Digging the interwebs for #MODX gems and bringing it to you. modx.link
                    • 11667
                    • 12 Posts
                    yep, same result
                      • 33337
                      • 3,975 Posts
                      My bad, that is docId instead of docid, notice the capital I.

                      Also please consult this http://svn.modxcms.com/docs/display/ADDON/EvoGallery to make sure you are using the parameters correctly.

                      Hope it helps.
                        Zaigham R - MODX Professional | Skype | Email | Twitter

                        Digging the interwebs for #MODX gems and bringing it to you. modx.link