Hi there.

I am having trouble trying to create the possibility to modify cck fields within a content profile record with views bulk operations. In general, content profile works fine on my website, and views bulk operations works also fine in modifying all kinds of data fields in content types and user fields. However, when i try to modify a cck field within a content profile record through an action in Views Bulk operations, it will not execute the modification.

I am having the feeling it has to do with the choice of base table of the view (either node table or user table) which limits the possible bulk operations to that table. This works fine when I modify content type cck fields in a node base table or when I modify user fields in a user base table, but when i try to modify a cck field of the content profile (namely a profile value from a selectbox in the content type), it won't execute.

Am i not seeing something, or is the content profile record of a user considered by views bulk operations as neither belonging to the node table and to the user table? As sort of falling in between them, being a little bit of both.. What is the answer to the question what base table I should choose when creating a view to be able to modify these fields?

I am not sure if it is a bug or missing functionality, or an interpretation issue belonging to views bulk operations instead of content profile, but I am hoping anyone can help

thanks for any help!

greetz,
Max

Comments

rodney.farach’s picture

I have the same problem!!!