2014-03-23, 09:09:44
I updated to 3.3.1 and also the latest versions of i18n: base, gallery, custom fields and search
Everything else works but I've run into a problem with the search plugin / custom rendering.
I'm using the search to display news, so I have this on a page :
And this works as before, ie. I get the expected result rendered by the component.
On the top of my news pages I use a component to fetch an image
But this part doesn't get rendered at all, but text, links etc. following that outputs ok.
I rolled back the search plugin from 2.11.1 to 2.9.1 and it started working again. Tried looking for what could have changed but haven't found anything so far.
Any ideas?
Best regards,
Bengt
Everything else works but I've run into a problem with the search plugin / custom rendering.
I'm using the search to display news, so I have this on a page :
Code:
(% searchresults tags:news lang:se numWords:-1 order:reverseurl HEADER:"" component=newsdisp_se %)
On the top of my news pages I use a component to fetch an image
Code:
{% comp_name "param1" "param2" "param3" %}
But this part doesn't get rendered at all, but text, links etc. following that outputs ok.
I rolled back the search plugin from 2.11.1 to 2.9.1 and it started working again. Tried looking for what could have changed but haven't found anything so far.
Any ideas?
Best regards,
Bengt