Closed (works as designed)
Project:
Wysiwyg
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2009 at 04:19 UTC
Updated:
11 Nov 2009 at 20:12 UTC
i installed new 6.2-x dev wysiwyg and some editors: ck, fck, tiny
now i want to create new page, all works fine.
source code is:
but after saving i see
i love d r u p a l
i disable all another filters, create new input types, reinstall module - nothing changes .. please help me to understand this issue
after many hours stuff wjth off/on modules & plugins i find what this error depends on BBcode plugin
| Comment | File | Size | Author |
|---|
Comments
Comment #1
twodIf you're saying that content is filtered out because you had the BBCode plugin enabled and that is a bug, it's not.
If an editor has a BBCode plugin, it usually makes the editor output things like
[IMG]</img> instead of regular <code><img>tags. BBCode is a sort of simplified version of HTML, which does not have all its tags.If you put things into the editor which it can't convert to BBCode, it will get removed before being sent to the server. Drupal itself does not know how to turn BBCode into regular code when viewing a node, so unless you have installed a BBCode input filter as well, not all of the content will be rendered. You'll just see the
[B]and[IMG]tags. There is an FAQ entry for this here: http://drupal.org/node/417166#bbcode-enabled