We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28042 ☆ A M B ☆
    • 24,524 Posts
    What output does the TV produce all by itself in your template? Is the TV assigned to the template the resource in question is using?
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 22427
      • 793 Posts
      Yes, the TV is assigned to the used template. (As said, it’s working well from the TV section in Edit Resource.)
      I tried [tt][*gallery*][/tt] , [tt][+gallery+][/tt] and [tt][!GetField? &field=`gallery`!][/tt] - same output: nothing at all.
      Edit:
      BTW: MODx 1.0.4, ManagerManager 0.3.8
        • 21974
        • 20 Posts
        Wow great plug in. Thanks.
          • 10226
          • 412 Posts
          Very neat, I’m glad I found this. I wanted to add support for watermarking - this I can do, but I wanted options to not watermark, or change the anchor of it.

          In what file(s) will I need to add my watermark options form elements and what actually happens when I file gets uploaded? I think I am getting thrown off by uploadify.

          Thanks!

          // update, found everything and threw in more than a few custom options and modified all the image handling (jpg only though) - I’m not great with php, but I will share if someone is interested.
            • 22427
            • 793 Posts
            Any ideas concerning the above mentioned problem? (#209)
              • 10226
              • 412 Posts
              Does anyone have a solution for getting the content_id placeholders like longtitle and introtext and such? best I have done so far is alias.ext.

              Thanks!
                • 22427
                • 793 Posts
                You could use the GetField snippet:
                [!GetField? &docid=`content_id` &field=`longtitle`!]
                  • 12147
                  • 182 Posts
                  I’m using EvoGallery in Cycle mode, and it’s working great, much appreciated! Two questions:

                  1. I’d like to use captions with each photo in this particular folder, but not sure just how...? [Cycle has this capability, just not sure where to integrate it]

                  2. Where is the size of the image generated? For some reason in this instance it’s not the actual size (height) of the photo, and the border is leaving a gap at the bottom (only 3px diff, but...)

                  Thanks!
                    • 9995
                    • 1,613 Posts
                    Fast reply: that gap, isn’t that because there is some space between <div> <a><img></a> </div> try: <div><a><img></a></div>
                      Evolution user, I like the back-end speed and simplicity smiley
                      • 22427
                      • 793 Posts
                      The blanks between HTML tags don’t do any harm. Probably the gap is intentionally inserted by the browser to provide space for eventual tails of letters (like g or p) of a text. Try setting [tt]display: block;[/tt] and/or [tt]vertical-align: bottom;[/tt] in the CSS for the [tt]img[/tt] .