<![CDATA[ Can't Use Image+ TV - My Forums]]> https://forums.modx.com/thread/?thread=84930 <![CDATA[Re: Can't Use Image+ TV]]> https://forums.modx.com/thread/84930/can-t-use-image-tv#dis-post-537495 Quote from: Bruno17 at Jan 26, 2016, 08:58 AM
I think:

[[getImageList? &tvname=`tv_auto_gallery` &tpl=`imageTpl`]]


and inside your imageTpl

[[ImagePlus? 
&value=`[[+image]]`
&options=`w=100` 
&type=`tpl` 
&tpl=`ImagePlus.demo`
]]

Hi Bruno,

Thanks for your reply, unfortunately this doesn't seem to work aswel. Now i got no output whatsoever, strange thing however is that i can see the images within the MIGX but for some reason doesn't output anything. I just can't get my head around it, JSON seems fine and i tried removing the 'source' statements aswel. No result unfortunately.

Just for my info, normally i don't have to set a media source through JSON?
]]>
niintek Jan 26, 2016, 07:01 AM https://forums.modx.com/thread/84930/can-t-use-image-tv#dis-post-537495
<![CDATA[Re: Can't Use Image+ TV]]> https://forums.modx.com/thread/84930/can-t-use-image-tv#dis-post-537488
[[getImageList? &tvname=`tv_auto_gallery` &tpl=`imageTpl`]]


and inside your imageTpl

[[ImagePlus? 
&value=`[[+image]]`
&options=`w=100` 
&type=`tpl` 
&tpl=`ImagePlus.demo`
]]
]]>
Bruno17 Jan 26, 2016, 02:58 AM https://forums.modx.com/thread/84930/can-t-use-image-tv#dis-post-537488
<![CDATA[Re: Can't Use Image+ TV]]> https://forums.modx.com/thread/84930/can-t-use-image-tv#dis-post-537486
Image+ Error: Invalid Media Source


JSON for Formtabs:

[
{"caption":"Afbeelding", "fields":[
    {
    "field":"image",
    "caption":"ImagePlus Afbeelding",
"inputTV":"tv_auto_foto",
"inputTVtype":"imageplus",
"sourceFrom": "migx",
"sources": [{
    "context": "web",
    "sourceid": "1"
}]
    }]
}]


JSON for Grid columns:
[
{
"header": "Afbeeldingen", 
"width": "250", "sortable": "false", 
"dataIndex": "image",
"renderer": "ImagePlus.MIGX_Renderer"
}
]


I have tried calling this MIGX TV with:

[[*tv_auto_gallery]]

and

[[ImagePlus? &tvname=`tv_auto_gallery` &type=`tpl` &tpl=`ImagePlus.demo`]]

and

[[!getImageList? &tvname=`tv_auto_gallery` &tpl=`@CODE:<li>[[+idx]]<img src="[[+image]]"/><p>[[+title]]</p></li>`]]


Anyone got an idea what i'm doing wrong?

Thanks in advance,

Nin]]>
niintek Jan 26, 2016, 02:20 AM https://forums.modx.com/thread/84930/can-t-use-image-tv#dis-post-537486
<![CDATA[Can't Use Image+ TV]]> https://forums.modx.com/thread/84930/can-t-use-image-tv#dis-post-468331
Image+ Error: Invalid Media Source


Server: MODX Cloud
Image+ TV: 2.1
PHPThumbOf: 1.4
MODX: 2.2.8 (same issue with 2.2.6)

Any tips? Media Sources are set to the Filesystem.]]>
rx2 Jun 06, 2013, 09:07 PM https://forums.modx.com/thread/84930/can-t-use-image-tv#dis-post-468331