curlet parentesis

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
denismatt

curlet parentesis

Post by denismatt »

I can't write the curllet parentesis { } in the edit page mode...
Why? is it only a problem of my installation?

thanx denis.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: curlet parentesis

Post by Elijah Lofgren »

denismatt wrote: I can't write the curllet parentesis { } in the edit page mode...
Why? is it only a problem of my installation?
{} characters are special in Smarty (the template system that CMSMS uses).
Just put {literal}{/literal} tags around it like this:

Code: Select all

{literal}
{} {These now work.}
{/literal}
More info: http://forum.cmsmadesimple.org/index.ph ... 424.0.html

Edit: I've posted this in the FAQ: http://wiki.cmsmadesimple.org/index.php ... and_Smarty
Last edited by Anonymous on Wed May 31, 2006 7:13 pm, edited 1 time in total.
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
denismatt

Re: curlet parentesis

Post by denismatt »

thank you very much!
I've just installed and run it
bye
Post Reply

Return to “Developers Discussion”