With Default Filter installed and working well for all page types, I notice that CCK fields aren't inheriting the default filter for the page.
Any ideas?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | default_filter_cck.patch | 1.11 KB | grendzy |
With Default Filter installed and working well for all page types, I notice that CCK fields aren't inheriting the default filter for the page.
Any ideas?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | default_filter_cck.patch | 1.11 KB | grendzy |
Comments
Comment #1
tormu commentedYep, noticed this too.. We're moving from 4.7 to 5 or 6 and I've been waiting for a way to set the default input type per user group, since we don't want the visitors to use BBCode on comments but editors should have that as default.
Long story short - tried the module and while it works great for the body field, we definitely needed it to work with CCK fields as well.
I checked how the module works and wrote a few lines more to my existing custom module, so the code below only works for hard coded fields and doesn't have any fancy menus, but it might give someone help in implementing this feature if they need it really bad, too.
Comment #2
beauregard commentedI have the same problem.
Andre
Comment #3
trevorleenc commentedglad I just found this post...as I've already spent a little over an hour trying to figure out why in the heck this was not working...
hopefully a fix will come soon
Comment #4
buddaDitto. This problem is a little annoying.
Comment #5
grendzy commentedHere's a patch against the D6 branch.