Date: 2013-06-27 09:00
Posted By: Freud (Freud)
Same issue here.
Using cmsms 1.11.7 and AdvancedContent 0.9.4.3
Example:
{content block='test' block_type='dropdown' values=':::menu
template="acValues":::' items=':::menu template="acItems":::' smarty='true'}
Result: a blank adminpage
No message in the adminlog and debugging not posible
Date: 2013-06-27 09:47
Posted By: Freud (Freud)
Just tried an UDT and that worked.
{content block='test' block_type='dropdown' values=':::udtname
somevar="somevalue":::' items=':::udtname somevar="somevalue":::' smarty='true'}
Looks like there is a problem with the smarty of modules
Date: 2014-02-03 10:18
Posted By: Goran Ilic (uniqu3)
Short module plugin tags are not known in Backend, therefore you should use full
module call like {cms_module module='News' some params}