Adam,
Is there a simple change that I can make to get this to do what I want? I have been messing aroudnn with this for a while now and I am not sure what to do next with this. I am also getthing an error in the following method of InsertTemplate.frame.aspx:
protected override void InitOfType()
{
fs.VirtualRoot=CuteEditor.EditorUtility.ProcessWebPath(Context,null,secset.TemplateGalleryPath).TrimEnd('/')+"/";
}
TemplateGalleryPath is ending up with a value like "/http://mywebsite.com/a/1234/" and throws an error "not a valid virtual path".
Thanks in advance.