Unexpected behavior with page-specific Smarty data [SOLVED]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
mr_compsci
New Member
New Member
Posts: 5
Joined: Thu Oct 23, 2008 1:47 pm

Re: Unexpected behavior with page-specific Smarty data

Post by mr_compsci »

I wrestled with this for a while today and finally found the answer in the 1.4.0 changelog:
* A new text area in the options tab of content pages allows specifying page specific data (as opposed to putting page specific data into the metadata section of the page)
* A new plugin {process_pagedata} processes the page specific data through smarty.  It should be at the very top of all page templates
The key is to add {process_pagedata} at the top of the template.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Unexpected behavior with page-specific Smarty data

Post by Dr.CSS »

Adding this to the page metadata is OK and this feature will not be removed from future ves. of CMS Made Simple...
Post Reply

Return to “CMSMS Core”