The wiki at http://wiki.cmsmadesimple.org/index.php ... ntent_dump is not available.
I'm using CMSMS 1.11.11 and have been trying different versions of content_dump, now trying 0.8.4
a simple:
Code: Select all
{content_dump}
{foreach from=$dump item=dump}
{$dump->content->data}
{/foreach}
Code: Select all
Syntax error in template "tpl_body:24" on line 17 "{foreach from=$dump item=dump}" item variable 'dump' may not be the same variable as at 'from'Code: Select all
{content_dump}
{foreach from=$dump item="dump"}
{$dump->content->data}
{/foreach}content_dump is essential to get the website working right, is there a way I can get it to work or is there an alternative I can use?
Thanks for any help in advance.


