Closed (fixed)
Project:
Wysiwyg
Version:
6.x-2.0
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2010 at 09:49 UTC
Updated:
28 Jan 2010 at 06:00 UTC
I installed drupal and also TinyMCE for creating content.. Later I installed Openwysiwyg too...But the result is same
But content is displaying as plain text only...No formatings are displayed..ignored.
I tried both full HTML and filtered HTML..the issue is same.
How can I make formatted content to display ?
My goal is to display outuput with formats..with different fonts..colors..and size.. Also with images
Thanks in advance
Comments
Comment #1
twodDoes the code look ok if you disable the editor after just typing "TEST" and making it blue or something like that? Is the formatting still there when you enable the editor again?
Is the formatting still there if you edit the node again after saving it?
If so, you probably need to disable or configure an input filter. The "HTML filtering" option will for example not allow style attributes to be used for security reasons, but that should not have been a problem using the "Full HTML" input format.
Do the editors seem to work as they should? No errors or strange behavior?
Comment #2
bhatmahesht commentedEditors are working fine..
I am using full HTML as filter..
This is the sample output ..Instead of formatting..it displayed the text with formatting tags .
[b]BOld [/b][i]Italic[/i] [u]Underline [/u]Strike [size= large][color=#ff0000]RED [/color][/size]
But when editing in TinyMCE editor..it was shown with formatting...like Bold italic and underline
I want the output to be same as it was displayed while editing in tinyMCE editor.
So how it can be solved?
Comment #3
twodAh, just disable the BBCode plugin. It tells TinyMCE to change its output from HTML to BBCode. Since you are not using a BBCode filter (like the one provided by BBCode module) it is not converted to HTML when viewed.
See the FAQ entry regarding BBCode tags in output: Q: When looking at the source code of the final page, I see tags like [img]...[/img] or [color=#123456]...[/color] instead of the expected HTML.
Comment #4
bhatmahesht commentedThanks a lot
I just disabled the BBCode plugin and it is working now.
Output is smilar to what I have been trying to