We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 11055 ☆ A M B ☆
    • 3,112 Posts
    Try to update the library's file from the original site.
      Rico
      Genius is one percent inspiration and ninety-nine percent perspiration. Thomas A. Edison
      MODx is great, but knowing how to use it well makes it perfect!

      www.virtudraft.com

      Security, security, security! | Indonesian MODx Forum | MODx Revo's cheatsheets | MODx Evo's cheatsheets

      Author of Easy 2 Gallery 1.4.x, PHPTidy, spieFeed, FileDownload R, Upload To Users CMP, Inherit Template TV, LexRating, ExerPlan, Lingua, virtuNewsletter, Grid Class Key, SmartTag, prevNext

      Maintainter/contributor of Babel

      Because it's hard to follow all topics on the forum, PING ME ON TWITTER @_goldsky if you need my help.
      • 9359
      • 128 Posts

      i Think that's Easy2Gallery is a very great plugin!
      Another little time to fixing the last bugs and add some feature and it's the top.

      Now i have some problems, is the right section?

      1) in the image file description the characters "à,è,ò,ù,ì" are displayed "?". My charset is UTF-8. I have tryed also with the ASCII code but the "?" not change.

      2)how can I sort the pictures according to my personal taste? is it possible?

      3)I would like that the click on the folder album go to another page with the relative album is displayed. if i use the &landingpage=`ID` work's only for the thumbs but not for the folder. For example in this page: http://www.noaldolore.eu i call easygallery in this way:
      [!easy2? &use_redirect_link=`1`&w=`153` &h=`130`&gal_desc_continuous=`1` &crumbs_use=`alias` &gal_desc=`0` &ecm=`1`&dir_tpl=`dir-home-tpl` &thumb_tpl=`thumb-tpl`
      &landingpage=`232` &lp_w=`550`&page_tpl=`lan-tpl`&limit=`6`!]

      the thumbs displayed are the gallery's folder album. If click on the thumb the page not change and it's a problem. How can i solve this problem?
        "Destiny is not a matter of chance, it's a matter of choice"
        • 11055 ☆ A M B ☆
        • 3,112 Posts
        Quote from: fabryshock at Dec 28, 2012, 03:57 PM

        i Think that's Easy2Gallery is a very great plugin!
        Another little time to fixing the last bugs and add some feature and it's the top.
        Hello, thanks for the kind words.

        Quote from: fabryshock at Dec 28, 2012, 03:57 PM

        Now i have some problems, is the right section?

        1) in the image file description the characters "à,è,ò,ù,ì" are displayed "?". My charset is UTF-8. I have tryed also with the ASCII code but the "?" not change.
        I believe I've tried to make this snippet works for non-ascii characters.
        Anyway, what exactly are you trying to achieve? (see my answer to no. 3 below)

        Quote from: fabryshock at Dec 28, 2012, 03:57 PM

        2)how can I sort the pictures according to my personal taste? is it possible?
        Unfortunately no.
        The request had been around though.
        But since it would require an overhaul to the module's code, I decided to skip this request, and have been concentrating on converting this snippet for Revo.

        Quote from: fabryshock at Dec 28, 2012, 03:57 PM

        3)I would like that the click on the folder album go to another page with the relative album is displayed. if i use the &landingpage=`ID` work's only for the thumbs but not for the folder. For example in this page: http://www.noaldolore.eu i call easygallery in this way:
        [!easy2? &use_redirect_link=`1`&w=`153` &h=`130`&gal_desc_continuous=`1` &crumbs_use=`alias` &gal_desc=`0` &ecm=`1`&dir_tpl=`dir-home-tpl` &thumb_tpl=`thumb-tpl`
        &landingpage=`232` &lp_w=`550`&page_tpl=`lan-tpl`&limit=`6`!]

        the thumbs displayed are the gallery's folder album. If click on the thumb the page not change and it's a problem. How can i solve this problem?
        Keep in mind: landingpage != redirect link.
        Redirect link option is to redirect the page to a specified page, plain redirect, no matter what the destination page's content is.
        Landingpage option is to open the big image of the clicked thumbnail to the specified page.
        The landingpage only works for pictures.

        Is it the 'Gallery' section?
        Are you trying to redirect the user to a landingpage when they click an image?
        Have you tried to fix the snippet call?
        I notice that your snippet has backticks and ampersands not separated by a space.
          Rico
          Genius is one percent inspiration and ninety-nine percent perspiration. Thomas A. Edison
          MODx is great, but knowing how to use it well makes it perfect!

          www.virtudraft.com

          Security, security, security! | Indonesian MODx Forum | MODx Revo's cheatsheets | MODx Evo's cheatsheets

          Author of Easy 2 Gallery 1.4.x, PHPTidy, spieFeed, FileDownload R, Upload To Users CMP, Inherit Template TV, LexRating, ExerPlan, Lingua, virtuNewsletter, Grid Class Key, SmartTag, prevNext

          Maintainter/contributor of Babel

          Because it's hard to follow all topics on the forum, PING ME ON TWITTER @_goldsky if you need my help.
          • 9359
          • 128 Posts
          Hi goldsky,
          many thx for the reply!!
          1)I did not understand if there is a solution. the customer wants to write in the description of the image (in the module manager easygallery) accented letters à, è, ì, .. but in the landing page the ouput is "?". At the moment i use e' instead è, but the customer is not very happy...

          2) ok

          3) This is the most important point for me. i have understand the use of landing page, but do not understand the redirect_link. I have tried to set &use_redirect_link=`232` (where 232 is the page id where i'd like to open by clicking on the icons gallery), but not works. :-(
          For clarity i resume the problem:
          In home page i have a call to e2g to display 6 thumbs gallery folders. When I click on one of these I would open a new page with the selected gallery. It 's the redirect_link what it does for me?
          p.s. i have adjusted the snippet call

          Many many thx!!!!
            "Destiny is not a matter of chance, it's a matter of choice"
            • 11055 ☆ A M B ☆
            • 3,112 Posts
            1. I'll test it on my site
            3. edit the image/folder, there is a Redirect link field. You can use [~pageId~] or http://example.com . So if that field has a value, the image will redirect the user to that value. If the image/folder has no value for that field, the JS pop up will take the play.
              Rico
              Genius is one percent inspiration and ninety-nine percent perspiration. Thomas A. Edison
              MODx is great, but knowing how to use it well makes it perfect!

              www.virtudraft.com

              Security, security, security! | Indonesian MODx Forum | MODx Revo's cheatsheets | MODx Evo's cheatsheets

              Author of Easy 2 Gallery 1.4.x, PHPTidy, spieFeed, FileDownload R, Upload To Users CMP, Inherit Template TV, LexRating, ExerPlan, Lingua, virtuNewsletter, Grid Class Key, SmartTag, prevNext

              Maintainter/contributor of Babel

              Because it's hard to follow all topics on the forum, PING ME ON TWITTER @_goldsky if you need my help.
              • 9359
              • 128 Posts
              Hi goldsky, thx!!!!
              The point 3 is now solved!!!!!!
                "Destiny is not a matter of chance, it's a matter of choice"
                • 11055 ☆ A M B ☆
                • 3,112 Posts
                about #1, my example here http://evo.virtudraft.com/e2g-test-page/landing-page.html?lp=28&fid=123 is showing the proper characters for italian chars.
                still have problem with cyrillics, though.

                I guess the problem is not on e2g?

                Have you checked the settings?
                There is a charset selection.
                  Rico
                  Genius is one percent inspiration and ninety-nine percent perspiration. Thomas A. Edison
                  MODx is great, but knowing how to use it well makes it perfect!

                  www.virtudraft.com

                  Security, security, security! | Indonesian MODx Forum | MODx Revo's cheatsheets | MODx Evo's cheatsheets

                  Author of Easy 2 Gallery 1.4.x, PHPTidy, spieFeed, FileDownload R, Upload To Users CMP, Inherit Template TV, LexRating, ExerPlan, Lingua, virtuNewsletter, Grid Class Key, SmartTag, prevNext

                  Maintainter/contributor of Babel

                  Because it's hard to follow all topics on the forum, PING ME ON TWITTER @_goldsky if you need my help.
                  • 9359
                  • 128 Posts
                  Thk's very much Goldsky! I don't understand..
                  My charset in the settings is UTF-8 (php), my html page is ecoded in this way:
                  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

                  In all other Modx text-area is right. very strange.

                    "Destiny is not a matter of chance, it's a matter of choice"