Hi,
I have set up the authenticated user to use different input format. I combined this module with WYSIWYG and WYSIWYG filter.
When the authenticated user want to post new node, it is loading the correct input format, which can be seen from the WYSIWYG editor loaded. But when this user want to edit existing node or post comment, the editor loaded is the one used by site default input format.
Any idea about this situation?
Thanks a lot for your help!
Comments
Comment #1
schturdark commentedOk, I think now a bit about the situation now... This is because before I installed this module, I saved the node with the default input format. So the existing nodes are loading the default input format WYSIWYG editor too..
Comment #2
dragonwize commentedYou are correct. That is by design. Existing content will use the format it was saved with. The only exception to that is if that format is not available to use, in which case it will use the fall back tree listed in the readme.
If the content type does not need the format you originally save the node in, you can use that to your advantage by not allowing that format on that content type. This will force existing content to look for the default since the format it was saved in is no longer available.
Comment #3
schturdark commentedI see. Good idea. I'll implement those steps. Thanks dragonwize!