I'm looking for a similar feature that has been described here: http://drupal.org/node/118702
I've successfully installed "node images" with a patch from: http://drupal.org/files/issues/node_images_8.patch. The feature provided by the patch is working.

I thought it would be better to take a look at "node media" since it's a successor of "node images". After I disabled "node images" and install & enable "node media", I realized that the feature that I wanted is not supported in "node media". So, I decided to switch back to "node images". However, the feature (provided by the patch) is not working anymore after I uninstalled "node media" and enabled "node images" back.

I tried a clean uninstall of "node media" and a clean re-install of "node images" but it didn't help. Does anybody have any clue? Did I miss any steps in uninstall/re-install the modules?

There are the uninstall/re-install steps I did:
1. disabled the modules
2. removed the directory under /sites/all/modules
3. Manually dropped all the tables related to these modules (by searching the table prefix name)
4. Removed the installation record from the "system" table (http://drupal.org/node/51220)
5. Re-install "node images"

p/s: It would be even better if the similar feature could be added into "node media".

Comments

wkteng’s picture

I think I found the solution. It's not really node media issue. I need to set access control properly to allow user (other than node owner) to upload image to the node. Anyway, it would be nice if node media has the feature where other users (other than node owner) could upload the media to the node.

develcuy’s picture

Status: Active » Closed (fixed)

thank you wkteng!

Blessings.