Hello,
the editablefields module is surely an essential module. However I am a bit unhappy about the missing support for core-taxonomy and the basic node fields. Installing Content Taxonomy and maintaining a duplicated vocabulary for the sake of editable fields does not seem appropriate and may create other problems. The same applies to the duplication of title fields etc.
As far as I see the following steps have to be taken:
1. Modifiy editablefields_field_formatter_info to include the node fileds and taxonomy
2. alter the submit function to distinguish between cck and the other fields
3. adjust the theme function
Or am I overlooking some important aspect that have prevented the implementation of these long requested functions?
Comments
Comment #1
digi24 commentedOk, I thought this would be easy, but now I realised that the whole formatter functions are taken from cck not from views. Well I thought I might get some patch started here, but now I realise that I do not know how to even provide the formatter functions for title and taxonomy.