• Album and subalbum for pictures

    By Christian Brandlehner/Brandlehner 2 decades ago

    I am currently working on an enhancement regarding nested albums, this is some technique to have several subalbums in one album. Currently I am working on a two level design. Please have a look at the screenshos and let me know what you think:











    You can see it on the web here: http://www.brandlehner.at/Brandlehner/c2picture.nsf/plinks/CBRR-67LUUT

    • By Ronald Veldhuizen 2 decades ago

      I think you're doing a great job! This will save al lot of space in the album list. It's looking great!

      One moer other thing I noticed, the thumnail previews seem to be a bit meshed up since , I think version 1.0.5. or 1.1, how's this possible?

      Keep on the good work!

      • yes, see the same problem

        By Christian Brandlehner 2 decades ago

        The thumbnail mess up was caused by a modification and showed some unwanted side-effects. See this thread for details on the modification: http://www.openntf.org/projects/pmt.nsf/b521bae9087a360985256bed004b4ec4/614acc307e2fd80386256f430055fb23!OpenDocument

        • For Ronald

          By Christian Brandlehner 2 decades ago

          Update for the thumbnail mess up in the album. I found a solution by modifying the CSS file that works for me. Search your CSS file for .Thumbnail and change it to:

          .Thumbnail{

          padding: 2px 2px 2px 10px;

          width: 175px;

          min-height: 150px;

          float: left;

          }



          You may have to modify the numbers but the key is "min-height" so focus on this one.



          Christian Brandlehner

          http://chris.brandlehner.at

          • Re

            By Ronald Veldhuizen 2 decades ago

            Well I tried to locate the .Thumbnail, couldn't find it, so I will implement it.

            Thanks for the tip!

    • Great!

      By Valesca van Gelderen 2 decades ago

      I have thought about creating different databases, but I have changed the design a bit an created categories for my albums. This would be an even better solution!