Work with non cck fields
Juanzo - May 1, 2009 - 21:05
| Project: | editablefields |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
This was previously done for the 5.x version. Is it possible to make the 6.x version work with non cck fields? I've been trying to use this great module for Ubercart 2.0 (Drupal 6.x) with no success.

#1
I would like this too. I mean I guess one could hide the title field, have an automatic node title created for it and then create a cck field for the title.
#2
Any news for this? It would be greatly appreciated!
#3
Ditto, but not just for the title or other module fields,
I'd like to make a view that allows one-click publish/unpublish. Right now the only way I can see pulling that off is making a cck field to "replace" the publish function, and put a check for that anywhere else it might be displayed - essentially duplicating the built-in function. It's to allow a user to "approve" a post related to a piece of content without giving them admin permissions across the board. Everything else is setup, using panels' variants to display regular view or the view with ability to "approve".
#4
tyromind - not sure if I understand you correctly but maybe Views Bulk Operations might already help you with what you're trying to do?