FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Multiple Page Parts with Filter causes Javascript errors

Feed 6 posts, 5 voices

Avatar
23 posts

Just noticed that if you have more than one filter in a page only one will work, any ideas how to get filters to work across all page parts?

 
Avatar
1493 posts

Puzzling, Eoghan — I just set “body” to Textile and “extended” to Markdown on this page and all is well.

What precisely is your scenario?

 
Avatar
23 posts

I’m using the FCKEditor plugin, so it might just be because of that, I’ll look into it a bit more and see what I find. Just wanna see if anyone else had a similar problem first.

 
Avatar
26 posts

I’ve run into this and have a fix.

Try replacing the file below in your plugin with the code in the link:

/fckeditor/fckeditor.js
http://pastie.org/395490

 
Avatar
23 posts

Thanks cearls, that works perfectly.

 
Avatar
7 posts

Thnx cearls!!

 
Avatar
35 posts

Can others confirm, as It seems to me, that this fixes an issue with fckeditor not working on multiple page parts on the same page editor form?

If this has fixed the issue, I wonder if we should send it along to the maintainer of the fckeditor plugin or even fckeditor folks themselves.

thanks cearls for the fixes