unfortunately that didn't work... to give more info:
- the plugin code is added in the description field.
- it is indeed a content plugin and not a system plugin.
What the plugin does is this: It searches the html code of the description and if it finds a valid youtube url, it replaces any reference of "
" with
Code:
<img src="http://i.ytimg.com/vi/my_video/0.jpg">
and
Code:
<iframe class="my_video" style="float:left; margin: 10px; " width="450" height="250" src="//www.youtube.com/embed/my_video" frameborder="0" allowfullscreen></iframe>
So, when i insert a youtube url anywhere inside an article, i get a screenshot and a video iframe. I thought that the screenshot could be used for the blog category layout, but it's not working...
Tests i've made so far:
- i did the steps you suggested. Actually i have already checked those, but i double checked just in case. I also tried to select all plugins, and the specific plugin. trigger content plugin and trigger content plugin in category view is selected at all times.
- I also tried to create a new field, load the video in that field (so i have a screenshot and an iframe in the custom field area) and then modified category_item.php to look for the image in the custom field (i got the info on how to do it from another post you've written in the past:
www.flexicontent.org/forum/index.php?f=21&t=7414&rb_v=viewtopic
). Again, no luck...
I should also note i'm on the latest joomla and flexicontent stable versions. I also tried the latest flexi nightly build, with no success.
As a sidenote, when trying to download the latest flexicontent stable version, the filename ends with _beta.zip, which is a bit misleading (com_flexicontent_v2.1.2_r1806_J25_J32_beta.zip).
Thanks again for your time.