We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8471
    • 333 Posts
    Hi! is possible to direct upload images to assets/gallery (for example with ftp)?
      Sorry for my bad English grin
      • 7923
      • 4,213 Posts
      Quote from: edipo at Nov 15, 2006, 12:50 PM

      Hi! is possible to direct upload images to assets/gallery (for example with ftp)?
      No, sorry.


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 8471
        • 333 Posts
        I received this error with the new beta:
        Fatal error: Cannot access empty property in C:\sito\assets\snippets\maxigallery\maxigallery.php on line 695
          Sorry for my bad English grin
          • 26435
          • 1,193 Posts
          what are the permission settings on the maxigallery folder?
          sounds like a permission problem. Make sure it has read access.

          -sD-
            Husband, Father, Brother, Son, Programmer, Atheist, Nurse, Friend, Lover, Fighter.
            All of the above... in no specific order.


            I send pointless little messages
            • 8471
            • 333 Posts
            I’m sure it has all the permissions, the site is on a server at my home...
              Sorry for my bad English grin
              • 27889
              • 415 Posts
              Yea, you can do that.. you can use placeholders in any snippet call in modx..
              I’m trying to use a placeholder in MaxiCallery snippet call:
              [!webname!]
              [[MaxiGallery? &manager_webgroups=`PostMultiGalleryImage` &thumb_use_watermark=`1` &thumb_watermark_txt=`[+copy+]`]]

              Content of webname:
              $modx->setPlaceholder("copy", $_SESSION['webFullname']);


              But the Watermark text is always : [+copy+].
              Trying with nested snippet too but it doesn’t work.
              I don’t wanna use $_GET parameter if there is an other issue.

              Don’t know what I miss. (Trying that for one day)

              Edit finding my problem, I must call MaxiGallery uncached and copyright (new webname snippet) cached:
              [[copyright]]
              [!MaxiGallery? &manager_webgroups=`PostMultiGalleryImage` &thumb_use_watermark=`1` &thumb_watermark_txt=`[+copy+]`!]


              My copyright snippet :
              $wuser=(isset( $_SESSION['webFullname']))? $_SESSION['webFullname']:$modx->config['site_name'];
              $an = strftime("%Y ", time());
              $copy="Copyright $an (c) $wuser";
              $modx->setPlaceholder('copy', $copy);

                MODx Sites & Prestations: http://dp-site.fr [Last MODx Site]
                MODx Repository: [HOME] [MetaTagsExtra] / Current Dev: [xFDM]
                • 2762
                • 1,198 Posts
                Hi Doze

                I’ve found a very strange issue with Internet Explorer 6 with maxigallery 0.5.
                Explorer crash on every pages contains maxigallery0.5 or maxigallery solo (for beta0.5).

                I send you a pm with more detailed infomation.

                  Free MODx Graphic resources and Templates www.tattoocms.it
                  -----------------------------------------------------

                  MODx IT  www.modx.it
                  -----------------------------------------------------

                  bubuna.com - Web & Multimedia Design
                  • 7923
                  • 4,213 Posts
                  Quote from: edipo at Nov 15, 2006, 04:07 PM

                  I received this error with the new beta:
                  Fatal error: Cannot access empty property in C:\sito\assets\snippets\maxigallery\maxigallery.php on line 695

                  What’s the snippet call? Any more info in the error message? At that point, the snippet tries to check if a big image exists or not.

                  Quote from: banzai at Nov 16, 2006, 06:00 AM

                  I’ve found a very strange issue with Internet Explorer 6 with maxigallery 0.5.
                  Explorer crash on every pages contains maxigallery0.5 or maxigallery solo (for beta0.5).
                  Yes, I posted about this too.. You can fix it by opening lightbox_setup.js and comment from the beginning:

                  createStyleRule(".hideImage", "visibility:hidden");


                  to

                  //createStyleRule(".hideImage", "visibility:hidden");


                  And same for the slidebox. BTW, I have said this already in couple posts, but I will be replacing the lightboxv2 with slimbox. Basically the same thing but done with mootools and is alot lighter. I hope this will help with the issues that user is able to click the images before the script has loaded..


                    "He can have a lollipop any time he wants to. That's what it means to be a programmer."
                    • 8471
                    • 333 Posts
                    Quote from: doze at Nov 16, 2006, 09:13 AM

                    Quote from: edipo at Nov 15, 2006, 04:07 PM

                    I received this error with the new beta:
                    Fatal error: Cannot access empty property in C:\sito\assets\snippets\maxigallery\maxigallery.php on line 695

                    What’s the snippet call? Any more info in the error message? At that point, the snippet tries to check if a big image exists or not.
                    I have founded the problem... I have cancelled the old database entries of the old version of maxygallry and now it works well

                    EDIT: now I have the same error, but after I have uploaded some picture to the gallery... the snippet call is very simple: [[MaxiGallery? &lang=`it`]] the page is uncached
                      Sorry for my bad English grin
                      • 2762
                      • 1,198 Posts
                      Quote from: doze at Nov 16, 2006, 09:13 AM


                      Yes, I posted about this too.. You can fix it by opening lightbox_setup.js and comment from the beginning:

                      createStyleRule(".hideImage", "visibility:hidden");


                      to

                      //createStyleRule(".hideImage", "visibility:hidden");


                      And same for the slidebox. BTW, I have said this already in couple posts, but I will be replacing the lightboxv2 with slimbox. Basically the same thing but done with mootools and is alot lighter. I hope this will help with the issues that user is able to click the images before the script has loaded..

                      Thanks!
                      good news for slimbox, i like it wink
                        Free MODx Graphic resources and Templates www.tattoocms.it
                        -----------------------------------------------------

                        MODx IT  www.modx.it
                        -----------------------------------------------------

                        bubuna.com - Web & Multimedia Design

                      This discussion is closed to further replies. Keep calm and carry on.