Great little module, exactly what I needed except for 1 thing:
I'd also like to select the default input format per node type.

Comments

budda’s picture

The project name suggests that this is what it does?

catorghans’s picture

Well,

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).

Crell’s picture

Title: default » Default input formats

Per-role defaults combined with this module would be very very messy. I really don't want to get into that. :-)

derhasi’s picture

I 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.

derhasi’s picture

Status: Active » Needs review
Crell’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Needs review » Needs work

New 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.

Nathan Goulding’s picture

StatusFileSize
new6.02 KB

Here's an easy patch against 6 branch that won't show options to the user that aren't available (solves permissions problem).

doitDave’s picture

Status: Needs work » Closed (won't fix)

As 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.