Fred, listing snippet tpls, and image TVs

I’m stuck again. When generating a list of blog posts using pdoResources, I want a TV for the post’s thumbnail. I have the Fred-enabled image TV, no problem. The problem is in the pdoResource’s output tpl.

 <img src="[[+tv.thumb]]" alt="[[+pagetitle]]">

The output I’m getting is an image tag with an empty src value.

<img src="" alt="the pagetitle">

This is not a Fred element, it’s a typical pdoResources output format chunk. Everything works as expected except for the image TV.

The same pdoResources snippet and output chunk work as expected in a non-Fred page, so I know that part is correct.

Turns out several problems including this one were solved by getting things right. No quote marks around the true part of the option set for enabling snippet processing.

{
  "remote": true
}

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.