We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13137
    • 204 Posts
    Quote from: wonderland at Nov 16, 2010, 10:25 AM

    But after creating a new gallery this is the path I get: Easy 2/gallery name/
    This path is also showing when I preview gallery.
    How can I change this ?

    Goto "Breadcrumbs Settings" to enable/disable the crumb path and how it should display.
      • 36461
      • 102 Posts
      Thank you.
      I didn’t understand what "Breadcrumb" section is about :p
      Wen’t through settings but didn’t find where to change "Easy 2" to let’s say Galleries ? so the path is Galleries/Gallery_name
        • 13137
        • 204 Posts
        Quote from: wonderland at Nov 16, 2010, 11:11 AM

        Wen’t through settings but didn’t find where to change "Easy 2" to let’s say Galleries ? so the path is Galleries/Gallery_name

        In the main menu "Dashboard-Files-Upload-etc.", Select "Files" and you should now see info about the root folder, something like ID:1, Path:Easy 2/, Visible: Yes, etc.

        Next to "Path" you will see a small folder icon. Click that icon and you can add a folder title and a few other things.
          • 36461
          • 102 Posts
          Thank you! Worked like a charm! smiley


          There is one last thing I would like to ask.
          I needed to have a long title displayed for some thumbnails, so I changed "max thumbnail name length" in config -> thumbnails -> display settings
          Thumbnail title is wider than thumbnail but rather than having a line break thumbnail background is expanded.

          I’ve added image with the problem:


          Is it possible to somehow make this line brake ? or limit title width to thumbnail width ?

            • 13137
            • 204 Posts
            Besides adjusting the template, you could try to force a line break by adding
            in the title where you would like it to break. I I havent tried this, but I know it works in doc titles in modx.
              • 36461
              • 102 Posts

              I already tried, but it just shows up as
              in title.

              I was thinking about adjusting template this time, I just wasn’t sure which one to adjust.

              assets/modules/easy2/templates/default/thumbnail_1.htm perahps ?

              ok, I think I’ve found both files I need to edit:


              assets/modules/easy2/templates/default/thumbnail_1.htm:

              <div class="thumb">
                  <div class="boxcontent">
                      [+easy2:thumbpluginprerender+]
                      <a href="[+easy2:link+]" title="[+easy2:filename+]-[+easy2:summary+]" [+easy2:glibact+]>
                         <img src="[+easy2:src+]" alt="[+easy2:title+]" width="[+easy2:w+]" height="[+easy2:h+]" />
                      </a>
                      <div class="thumbinfo">
                          <!--a href="[+easy2:commentslink+]">
                              <span class="[+easy2:com+]">[+easy2:comments+]</span>
                          </a-->
                          <span class="[+easy2:com+]">[+easy2:comments+]</span>
                          <span class="thumbname">[+easy2:title+]</span>
                      </div>
                      <div id="description_[+easy2:id+]" style="display: none; color: gray;">
                          [+easy2:description+]
                      </div>
                      [+easy2:thumbpluginrender+]
                  </div>
              </div>
              


              and

              assets/modules/easy2/templates/default/style_css3.css
              .thumb .thumbname {
                  font:normal 11px Helvetica;
                  color: #000;
              }
              


              Easy way would be to add width of the thumbnail to .thumbname

              But is is possible that title width sets automatically depending on thumbnail width ?
              • hmm... it means we need to change how the _cropName() function reacts on this, or add a feature to rather wrap than crop.
                  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.
                • btw,
                  I’m planning to release the public release version on this December.
                  I hope that some people like to fix or add the language files so it can become complete.
                  Just post the file on this thread.

                  Thanks ahead.
                    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.
                    • 13137
                    • 204 Posts
                    I’ve started updating Spanish. I dont know if it will be complete, but after I update a bit more, I will post what I have again.
                      • 36461
                      • 102 Posts
                      For the time being I added width to .thumbinfo

                      Just wanted to say thank you for help guys.

                      p.s I noticed that some things are displayed different in IE, or not displayed at all. Should I report it , or no one cares about IE :p