https://docs.cmsmadesimple.org/tags/use ... le-to-page
and implemented the UDT in the template.
Code: Select all
{my_udt}
<p>Howdy {$name}!<br />
Hello {$other_name}!</p>
"Settings - Global Settings" -> "Smarty Settings" -> "Enable Smarty Caching" is set to "No".
However if you set that option to "Yes" logout and clear your browser cache(!), you'll see, that
{my_udt}
will be empty or not processed!
It seems that the information beside "Enable Smarty Caching" is not correct any more:
Note: When smarty caching is enabled, global content blocks (GCBs) are always cached by smarty, and user defined tags (UDTs) are never cached.