Hi,
I'm using CGContentutils to create content blocks. I'm calling the content blocks ass suggested like {content_module module='CGContentUtils' block='kol2_inhalt'}
The content is showing up correctly, but any smarty I enter isn't parsed, so the code just shows up. Any HTML in the content block is parsed correctly, just the Smarty remains untouched.
The content blocks are text areas, wysiwyg is turned off.
When I'm adding a content block using the {content block=...} tag, all smarty is parsed correctly, but I'd prefer using CGContentutils.
Using Cms Version: 2.0.1.1 and CGContentUtils: 2.1
What could I be doing wrong?
Thanks for your help!
Lex
[SOLVED] CGContentutils - content block data not parsed
[SOLVED] CGContentutils - content block data not parsed
Last edited by leximus on Mon Oct 12, 2015 5:23 pm, edited 2 times in total.
Re: CGContentutils - content block data not parsed
Assign the block to a string and use "eval" to display it
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: CGContentutils - content block data not parsed
Perfect, it works. I Could have thought of it... Thanks for your fast reply!