process_pagedata tag

We need your assistance to make the documentation accurate, user friendly and understandable. Therefore we welcome any tips or suggestions regarding documentation. Thank you in advance for your contribution.

However, we will not respond to technical support questions submitted using this form. If you are having difficulty with CMSMS and cannot find the solution on this website, please submit your question appropriately on our support forum at: http://forum.cmsmadesimple.org. Please remember to follow the forum rules when posting.

CMS Made Simple™ Partner



   Purpose

This plugin will process the data in the "pagedata" block of content pages through smarty. It allows you to specify page specific data to smarty without changing the template for each page.

   How to use?

  • Insert smarty assign variables and other smarty logic into the pagedata field of some of your content pages.
  • Insert the {process_pagedata} tag into the very top of your page template.

   Available parameters

  • assign - Assign the results to a smarty variable with that name.

   Syntax examples

{strip}
   {process_pagedata}
{/strip}<!DOCTYPE html...