BoothHtmlEditor.Setting["security:FilesGalleryPath"] no longer working

Last post 02-20-2009, 10:35 AM by trnelson. 0 replies.
Sort Posts: Previous Next
  •  02-20-2009, 10:35 AM 49044

    BoothHtmlEditor.Setting["security:FilesGalleryPath"] no longer working

    This was working in 6.2, now it's not working in 6.3.  I'm using that code in my codebehind file.  The Insert Image button is now defaulting to /uploads and I can't seem to change it.  I'm on shared hosting and do not have access to server config files.
     
    HELP!
     
    ALSO, when I paste code into this editor (the Support Forums editor) it deletes every instance of the letter R.  Look:
     
    HtmlEdito.Setting["secuity:ImageGalleyPath"] = "~/files/" + Session["usepath"];HtmlEdito.Setting["secuity:MediaGalleyPath"] = "~/files/" + Session["usepath"];HtmlEdito.Setting["secuity:FlashGalleyPath"] = "~/files/" + Session["usepath"];HtmlEdito.Setting["secuity:FilesGalleyPath"] = "~/files/" + Session["usepath"]; 
     
    Version 6.3, and errors this significant?
View as RSS news feed in XML