We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • This is the one I tried and it only shows text fields...it does not show the rich text editor
      Benjamin Davis: American web designer living in Munich, Germany and a MODX Ambassador. I am also co-founder of SEDA.digital, a MODX Agency.
      • 14951
      • 151 Posts
      There has been a lot of discussion about this type of feature here http://modxcms.com/forums/index.php/topic,54939.0.html. I haven’t personally tried any of the code supplied to get an RTE, but it seems that it has been done with success. Hopefully a few people who are familiar with ExtJS can contribute a bit to making this a reality. It’s a great TV!
        • 31267
        • 18 Posts
        Great snippet, but having problems when running it inside a getResources template:

        <li class='item'>
        <a href="[[+Imagem]]" class='cbox' title="[[+pagetitle]]"><img src="[[+Imagem:phpthumbof=`&f=jpeg&q=75&w=300`]]" alt="[[+pagetitle]]" /></a>
        
        [[!getImageList? &tvname=`imagens_extra` &tpl=`img_extra`]]
        
        <span class='pvp'>PVP: [[+Preço]] €</span> 
        <div class='data_item'>
        <h2>[[+pagetitle]]</h2>
        <h3>[[+introtext]]</h3>
        <div class='desc'>[[+content]]</div>
        </div>
        <span class="cl"></span>
        </li>


        It doesn’t output anything and i get this error:

        /home/pg24020/public_html/core/cache/elements/modsnippet/10.include.cache.php : 75) PHP warning: Invalid argument supplied for foreach()


        Any thoughts about this?

          • 4172
          • 5,888 Posts
          try:

          [[!getImageList? &tvname=`imagens_extra` &tpl=`img_extra` &docid=`[[+id]]`]]
            -------------------------------

            you can buy me a beer, if you like MIGX

            http://webcmsolutions.de/migx.html

            Thanks!
            • 31267
            • 18 Posts
            Quote from: Bruno17 at Dec 16, 2010, 02:55 PM

            try:

            [[!getImageList? &tvname=`imagens_extra` &tpl=`img_extra` &docid=`[[+id]]`]]



            Perfect , thanks....
              • 12491
              • 90 Posts
              Hello everybody embarrassed

              I,m working with image-list and gallery for a while now and I like both very much.
              For article and post images I use Gallery and Imagelist to fill JQuery Carrousels, and Light-box scripts.

              Unfortunately i run in to some problems, maybe there are workarounds i’m missing

              - Gallery tv doesn’t let you upload more then one image at a time. For every next image you will need to refresh the page, Image list does this perfect.
              - Gallery with it’s one Gallery browser gives you more simplicity in finding images. Image-list uses the modxbrowser. This is confusing for clients.
              - Image-list alternate tag could be used as a link but it would be better if image-list had a third value: link.
              - The Image-list tv input in the manager isn’t working in IE. Safari and firefox working fine.

              Is there someone that knows solutions to these problems?

              Grtz
              Hurby
                Sommige mensen hebben aan een half woord genoeg
                • 9688
                • 37 Posts
                Hi,
                It looks interesting!
                Is that snippet available through the official extra?
                To add multiple images, should I use imagelistTV or multiItemsGridTV ?

                thanks
                  • 21838
                  • 284 Posts
                  Quote from: filnug at Jan 27, 2011, 09:32 AM
                  Is that snippet available through the official extra?
                  To add multiple images, should I use imagelistTV or multiItemsGridTV ?
                  Hi,
                  it’s not available via package management. You have to install manually (notice on updates!).
                  For multiple images use imagelist, for content AND images use multiItemsGrid
                    MODX Free Template Base: MODX-Boilerplate | my blog (lots of MODX stuff) | my gitHub (translations) | MODX User Groups Germany (Facebook)
                    • 9688
                    • 37 Posts
                    Thanks for your answer.

                    Can I ask why is not via package management ?
                      • 21838
                      • 284 Posts
                      Quote from: filnug at Jan 27, 2011, 09:40 AM
                      Can I ask why is not via package management ?
                      Because it’s a "core-hack" and this is not allowed in a package. Maybe it’s implemented by default in future versions.
                        MODX Free Template Base: MODX-Boilerplate | my blog (lots of MODX stuff) | my gitHub (translations) | MODX User Groups Germany (Facebook)