Hi there,
I am using the ListIt2 module a lot. But I run into a small issue. I have a few custom fields and one of that fields is a text area with the WYSIWYG editor enabled. In my template I call for the field like this:
{$item->fielddefs.lange_omschrijving.value|cms_escape}
The problem is that the HTML code in the text area (like the <p> tag) converts to 'readable text'. So on my site I see the HTML code. Is there a way of doing this the right way? I guess I have to define the field call differntly?
Regards,
Jan
Question about template in Listit2
-
jackgittes
- Forum Members

- Posts: 23
- Joined: Mon Sep 28, 2009 9:04 pm
Re: Question about template in Listit2
Did you try the call w/o the |cms_escape?...
-
jackgittes
- Forum Members

- Posts: 23
- Joined: Mon Sep 28, 2009 9:04 pm
[SOLVED] Re: Question about template in Listit2
Ah. That's the trick.
Thanks!
Thanks!

