Page 1 of 1

CMSMS 1.11.2.1 and CustomContent

Posted: Sat Oct 20, 2012 9:02 pm
by tomashavlas
Hello,

I'm not sure where to report this, but when I want to use CustomContent with latest version of cmsms I get template error "Unexpected &", because

Code: Select all

$ccuser->loggedin()
is converted to

Code: Select all

$ccuser->loggedin()
before update to 1.11.2.1 this only occurred when I was editing content using TinyMCE/MicroTiny, but when I submited using plain textarea I was working, but after update there is no way how can I use CusomContent, except directly modifing content in database.

I'm not sure if I should consider this as core bug or bug of CustomContent module. What should I do about this?

Thanks

Re: CMSMS 1.11.2.1 and CustomContent

Posted: Sat Oct 20, 2012 10:02 pm
by Dr.CSS
Any of the editors will now convert > into a > so you either have to turn the wysiwyg off completely or set it to not start on load or put that in a GCB the doesn't use wysiwyg and use the {tag} in your content...