Nick_NY
Nick_NY

Reputation: 377

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.

Upvotes: 0

Views: 1761

Answers (2)

Fishcake
Fishcake

Reputation: 10774

Can you inspect the rendered HTML using Firebug or just even "View Source". Is there possible a problem with the image path?

Upvotes: 0

Marc
Marc

Reputation: 26

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

Upvotes: 1

Related Questions