[solved] {process_pagedata} since 1.11 not working
Posted: Wed Oct 10, 2012 1:52 pm
[EDIT - This issue is apparent only with the Advanced Content module in place (currently v0.9.4 beta)}
Hi all
Since cmsms 1.11 I havent managed to get {process_pagedata} to really do anything.
For example - in the backend in the field: Smarty data or logic that is specific to this page if I add:
{assign var="foo" value="bar"}
and put {process_pagedata} at the top of my template, the pagedata isn't processed and the {$foo} is not available to the template.
With the 1.11+ install, in the plugins folder, function.process_pagedata.php has now been replaced with content.process_pagedata.php - the contents of the new file being:
<?php // This is a stub file ?>
So perhaps this is why nothing happens now.
How do I get {process_pagedata} to work these days?
Many thanks
Nik
(running cmsms 1.11.2)
Hi all
Since cmsms 1.11 I havent managed to get {process_pagedata} to really do anything.
For example - in the backend in the field: Smarty data or logic that is specific to this page if I add:
{assign var="foo" value="bar"}
and put {process_pagedata} at the top of my template, the pagedata isn't processed and the {$foo} is not available to the template.
With the 1.11+ install, in the plugins folder, function.process_pagedata.php has now been replaced with content.process_pagedata.php - the contents of the new file being:
<?php // This is a stub file ?>
So perhaps this is why nothing happens now.
How do I get {process_pagedata} to work these days?
Many thanks
Nik
(running cmsms 1.11.2)