Closed (fixed)
Project:
Drupal core
Version:
7.0
Component:
blog.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2007 at 09:00 UTC
Updated:
27 Aug 2011 at 14:59 UTC
Jump to comment: Most recent
Hi and thank you for this module,
The settings work for all the CT. However, for the blog entry content type, it seems to not work. I always have the choice between different input formats although I restrict them to full HTML in the admin/settings/filterbynode ...
Thank you for your help
R
Comments
Comment #1
Anonymous (not verified) commentedI too am having this problem, but from reading the other issues raised it looks as if it works ok for some. Did you manage to fix this?
Comment #2
Crell commentedI believe this is caused by the blog module not using the same form structure as user-defined nodes. There's no way for me to hard-code every node-making module's form structure, so I just support those that mirror the core default. That's easy to do, though, by just pulling the default node form, so refiling this over to core's blog module to fix in Drupal 6, hopefully.
Comment #3
Crell commentedChanging title to be more useful...
Comment #4
Anonymous (not verified) commentedOK, but do you know any other way I can achieve what I need - a different default and only import format for blogs?
I'm using TinyMCE and I need the import format to be different for that than the system standard so the user notifications are sent out with line breaks but the TinyMCE doesn't use line breaks. At the moment, the only way I could see to do that was to use this module, but it didn't work for blogs, hence my commenting on this issue...
Comment #5
Crell commentedTinyMCE doesn't play nice with the HTML filter, and a few others. That's a well-known limitation of WYSIWYG editors, and not related to this module in particular.
The issue with different form structures, however, is an issue that should be corrected if possible.
Comment #6
dpearcefl commentedIs this still a problem in current D6?
Comment #7
dpearcefl commentedComment #8
deekayen commentedThis was fixed in D7 if I read this correctly.