By masterminder on
Hi,
I tested node images on my web and only admin can post images to nodes. I set the authorization to add new images to own nodes and edit images in own nodes but still only admin can add images. Does anybody know where is the problem?
Or is there another module like node images. I don't need have images as nodes. I need to have in node button add image and want to set in which content types use this module. Thanks and sorry for my english
Comments
Check your user permission
Check your user permission for the users
Hi, Generally we use CCK,
Hi,
Generally we use CCK, filefield, imageapi, imagecache, imagefield, views, workspace together to make node consisting of images and other data.
you have to give permission to the user to edit their node(which contains the images). and there should also be some link by which the user can visit his/her node. because after saving a new node, the user cant see his/her work. use workspace for this..
thanks
I gave permission to the user
I gave permission to the user and there is images tab on the top but under the node admin have another button edit images and i dont know how to show this tab to all users with permission.
Drupal Gives all the
Drupal Gives all the Permission to the Admin Users by Default.
IF u want to Give the permission to edit the images for the users try to give the permission to edit the node type
Cheers
Prasath