Display TV with Delimiter error
yanqpl opened this issue · 6 comments
Unfortunately, there is a problem with displaying template variables in the news / search results list
I have TV call time
with input type - checkbox, delimiter ,<br>
Input Output Values:
Value1==Value1||Value2==Value2||Value3==Value3
When I try to display it in the search results with [+tv.time+]
, it unfortunately displays without the separator ie.
Value2||Value3
But when i display it on subpage with [*time*]
works fine and gives a result ie.
Value1,
Value2
Hi @Pathologic
I have the same result!
please read here: https://forum.evo.im/d/270-displaying-template-variables-tv-delimited-list-separator
Or what should the call look like?
&renderTv=time1,Delimiter List
???
&renderTv=Delimiter, <br>
???
I have no idea... SORRY!
https://docs.evo-cms.com/en/latest/04_Extras/DocLister/01_Parameters/ - renderTv
Thanks for reply, when i added a renderTV
parameter and still not working i have this same results ie. "Value2||Value3"
My code looks like below
&tvList=`language,localisation,category,salary,start,time,where`
&renderTv=`language,localisation,category,salary,start,time,where`
Any ideas? It's important to finish my project.
&renderTV
@Pathologic ...oh man, thank you!
I wrote it like in the documentation, then it can't work either!
&renderTv instead of &renderTV