Bug in the "content" plugin
Posted: Thu Jun 19, 2008 5:23 pm
Hello,
I wanted to add the second Content-Block with the name containing quatation marks - in order on the Content input page that block has the name similar to this:
Block 4 - fill only if "nickname" field is not empty
I was sure converting " into " will work, but it didn't.
I tried this
and with online=true:
In both cases it submits the content as EMPTY. Does not matter what I write in the Content-Block - it always appears again empty, when I go back in order to edit the content of that page.
However, if the Content-Block name contains ampersand &, works without problems, but when I tried to add another html entity code inside the block="" parameter, like
it always saved as EMPTY.
I am using CMSMS 1.3
I wanted to add the second Content-Block with the name containing quatation marks - in order on the Content input page that block has the name similar to this:
Block 4 - fill only if "nickname" field is not empty
I was sure converting " into " will work, but it didn't.
I tried this
Code: Select all
{content block="Block 4 - fill only if "nickname" field is not empty"}
Code: Select all
{content block="Block 4 - fill only if "nickname" field is not empty" oneline="true"}
However, if the Content-Block name contains ampersand &, works without problems, but when I tried to add another html entity code inside the block="" parameter, like
Code: Select all
&
>
<
I am using CMSMS 1.3