Hi,
I am using Dot Net Nuke 4.9.x.
The Text/HTML editor included with Dot Net Nuke doesn't satisfy the
client's needs to upload new images and files and create links from
them, so I rolled my own, using the Telerik Rad Editor control.
This new control is great. I used it because it has built in image and
document file managers that can upload new files. These managers appear
as popup modal windows.
The problem I'm experiencing with the control I built is a permissions
one: when I log in as admin, use the editor to edit the text/html and
save it, everything works great.
But when in edit mode, if I also click on one of the Rad Editor's
buttons to popup the image or document manager, then save the article,
it logs me out of the site, and doesn't save the changes.
In other words, everything works fine, unless the modal popups are shown, then the site kicks me out.
The page is set to allow administrators to view and edit the page, and to allow all users to view the page.
Has anyone experienced this same problem or anything similar?
Is there some setting I can adjust in DNN or the Rad Editor to exempt these pop ups from authentication?
Thanks in advance,
Jason