[solved] How to prevent my text to be seen as template command

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
havezet
New Member
New Member
Posts: 2
Joined: Tue Aug 05, 2008 1:41 am

[solved] How to prevent my text to be seen as template command

Post by havezet »

This is most likely a newbie question  :-[

I have a technical newsletter that I'd like to send out with newsletter made Simple. My message contains the text

Code: Select all

bla bla %FileName{right=5} bla bla
right=5 is part of my text and not a template command or variable. but when I send the message I get a parser error stating that it can not parse {right=5

Is there any way to escape my text so that {right=5} doesn't get parsed my CMSMS?

Thanks

Hert
Last edited by Anonymous on Tue Aug 05, 2008 6:11 am, edited 1 time in total.
havezet
New Member
New Member
Posts: 2
Joined: Tue Aug 05, 2008 1:41 am

Re: How to prevent my text to be seen as template command

Post by havezet »

Thanks a lot!!! That's exactly what I was looking for.

I'll copy in the solution:

Code: Select all

bla bla %FileName{literal}{right=5}{/literal} bla bla
Hert
Post Reply

Return to “CMSMS Core”