jyotsna,
In the Cute Editor for DNN provider, we define the above logic: Only admin can have access to all images. Fot the other roles, they can only access the images belong to their own role.
If you want to change this logic, please open CEHtmlEditorProvider.vb and modify the following code:
If role = "Admin" Then
tempfolder = ""
ElseIf role = "Registered" Then
tempfolder = "Member"
ElseIf role <> String.Empty Then
tempfolder = role
End If
to:
tempfolder = ""
Then recompile your provider project.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx