Great little module, exactly what I needed except for 1 thing:
I'd also like to select the default input format per node type.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | filterbynodetype.module.patch | 6.02 KB | Nathan Goulding |
| #4 | filterbynodetype_defaultfilterANDadminaccess.patch | 3.08 KB | derhasi |
Comments
Comment #1
buddaThe project name suggests that this is what it does?
Comment #2
catorghans commentedWell,
It was almost a year ago since I posted this. So maybe things have changed in the module. But this is what I found out a year ago:
You can choose which filters can be used per Node Type, but not choose the one default filter of that Node Type. (Some users are not allowed to choose between the different filters so I want to define which one they will use).
Comment #3
Crell commentedPer-role defaults combined with this module would be very very messy. I really don't want to get into that. :-)
Comment #4
derhasi commentedI created some patch for selecting a default formatter for each node type. It's necessary for creating nodes without a form (e.g. node_save() in feedapi_node.module).
Besides I added permissions for ignoring formatter restrictions.
Patch is made on current dev.
Comment #5
derhasi commentedComment #6
Crell commentedNew features only accepted against D6 version. Please reroll. I'm still not sure if I want to deal with something this messy. :-) I'd rather effort was put into making the core filter system suck less. There's a team working on that now that I'm sure could use more help.
Comment #7
Nathan Goulding commentedHere's an easy patch against 6 branch that won't show options to the user that aren't available (solves permissions problem).
Comment #8
doitDave commentedAs this module is not necessary for D7 and later, I as the follow up maintainer also deny adding totally new features. However it should be really simple to find (or, if necessary, create) a separate module which allows defining default filter formats per node type. Actually that is a feature I would also appreciate for D6 - just to mention it.