Page 1 of 1

[Solved] content blocknot working after upgrade

Posted: Wed May 30, 2012 3:39 pm
by grimmus
Hi,

I recently upgraded to CMSMS 1.10.3

All is well except for banner images that are not appearing.

I have the following code in my template so users can choose banner images in the CMS editor

Code: Select all

{*content block="banner image"*}
The dropdown for the images doesn't appear in the CMS and nothing appears on the site. Do i need to change this to some other syntax ?

Thanks in advance

Re: content blocknot working after upgrade

Posted: Wed May 30, 2012 3:40 pm
by calguy1000
{* and *} are 'comments' in smarty.
take out the * and you should be fine.

Re: [Solved] content blocknot working after upgrade

Posted: Wed May 30, 2012 3:46 pm
by grimmus
Thank you very much.