please explain further what you're trying to do
I'm assuming you want to store your metadata in GCBs so the metadata can be easily edited?
Global Content block in a PHP variable (non-echo'ed)
Re: Global Content block in a PHP variable (non-echo'ed)
You might be interested in smarty tags :
{capture assign='...'} BLAH {/capture}
{assign var='...' value='BLAH'}
"assign" parameter usually tells what smarty variable output should be stored in instead of being echoed. It is commonly used in UDTs and others smarty tags ( plugins, modules).
http://forum.cmsmadesimple.org/index.ph ... #msg185944
{capture assign='...'} BLAH {/capture}
{assign var='...' value='BLAH'}
"assign" parameter usually tells what smarty variable output should be stored in instead of being echoed. It is commonly used in UDTs and others smarty tags ( plugins, modules).
http://forum.cmsmadesimple.org/index.ph ... #msg185944