CMS MADE SIMPLE FORGE

AdvancedContent

 

[#9148] Don't interpret smarty

avatar
Created By: jean-christophe ghio (jissey)
Date Submitted: Mon Apr 15 08:52:22 -0400 2013

Assigned To: Georg Busch (nan)
Version: AdvancedContent 0.9.4.3
CMSMS Version: 1.11.5
Severity: Major
Resolution: None
State: Open
Summary:
Don't interpret smarty
Detailed Description:
Hi,
I've got a blanc page when I use smarty in items.
Like this :
items=":::news action='browsecat' browsecattemplate='liste':::" smarty=true


History

Comments
avatar
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
      
avatar
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
      
avatar
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}