What does that look like when you do "view source" from your browser?
-
☆ A M B ☆
- 86 Posts
Thanks for the reply. Here is the generated source:
<table>
<tr>
<td><img src="" style="width:100px;" alt="Page Title" /></td>
<td><p>Aliquam non dui massa, in faucibus mauris. Morbi at fermentum metus. Aenean commodo fringilla elit eu faucibus.<br />
<a href="alias-path.html">Read the full story"</a></p></td>
</tr>
</table>
How is your TV tvThumbnail set up in the template?
-
☆ A M B ☆
- 86 Posts
The TV is set up in a chunk that is in the template. The TV input is "image".
@MadeMyDay
Regarding the modified snippet, doe it work with rev 2.1.1? I and tried it and it doesn’t work when assigning sortby=`resources` at all.
Geoff
You are missing a lot of backticks in:
[[getResources?parents=1275 &depth=3 &hideContainers=0 &limit=10 &tpl=menu-list &showHidden=1 &processTVs=1 &includeTVs=1 &includeContent=1 &sortBy=pagetitle &sortdir=ASC &tvFilters=`template==11,pagetitle==A%` ]]
Should be:
[[getResources?parents=`1275` &depth=`3` &hideContainers=`0` &limit=`10` &tpl=`menu-list` &showHidden=`1` &processTVs=`1` &includeTVs=`1` &includeContent=`1` &sortBy=`pagetitle` &sortdir=`ASC` &tvFilters=`template==11,pagetitle==A%` ]]
- A small step for mankind, so why not take two...
Working with web production, graphic design/workflow, photo and education - but are trying to get a life in between!
Thank you for the help, I am so used to Ditto in Evolution that I got a bit lost without it.
Thanks again, works perfectly now.