What I'm trying to do seems like it should be fairly simple, but I'm guessing it's not.

Take a look at this page http://www.usermessagenews.com/ (That's a view)

Would it be possible for me to have a drop-down below each client to choose a new mood for them, and then next to the dropdown a little "update" button (probably just a ^ character to save space)

The page would refresh, and the node would be updated. I've never seen anything in Drupal that can do this, but I really think there should be.

Comments

voidberg’s picture

Did you look at this: http://drupal.org/node/85526 ?
--
Alexandru Badiu
Web: http://www.voidberg.org
YM: voidberg / Skype: alex.badiu

AndrewJarvis’s picture

Hmmmm, interesting - but I see two problems:

1) I''m not upading a category (taxonomy) I'm updating a CCK field,

and 2) I want to be able make these updates from the view itself

In fact, when it comes down to it, this is the main thing I want to do: insert a piece of code onto a page (or a view or anything) that will update a value on another node.