Search code examples
modx

TV Output ModX Revolution


So I have a chunk:

<li> [[+img-port]]
          <div class="floater">
            <h2>[[+longtitle]]</h2>
            <p>[[+introtext]]</p>
            <p class="readmore"><a href="[[~[[+id]]]]" title="Read more</a></p>
          </div>
        </li>

And a TV-parameter "img-port" input: image, output: image. I've selected an image for every my document. But when I place a chunk into my webpage everythig is fine, but Image. I see longtitle, introtex, but Image.


Solution

  • Is this a getResources template chunk? Then you have to enable TV processing with "&processTVs=1" (see docs).