0

I installed ImageField and used it to create News widget , SlideShow widget and ... When I try to change the picture and publish changes for any item containing ImageField , if the super user is logged in, all changes saves successfully.

But if any other user with any role is logged in then the changed picture name does not save in database but all other field like text and date and ... stores successfully.

Thank you in advance for your help...!

Makoto
  • 765
  • 2
  • 17
  • 45

1 Answers1

0

According to the following link , Sebastien Ros , the creator of ImageField for orchard answered my question.

https://orchard.codeplex.com/discussions/569286

"Don't use the ImageField, it has been deprectaed in favor of the MEdiaPickerField."

So I used MediaPickerField and MediaGalleryField instead.

Thanks for your attentions...

BR :) ...