I recently moved my umbraco dev environment to a different server and I'm running in to some strange behavior with the TinyMCE toolbar. From a remote desktop session on the same server running umbraco I can edit content which contains a property of type RichTextBox and the TinyMCE toolbar works as advertised, no issues. However, if I run umbraco from the other side of the router (i.e. on a machine not in the same domain) the TinyMCE toolbar is not present when editing content containg a property of type RichTextBox. I'm assuming this is a permissions issue, but I'm not sure which permissions to change where. Not a big deal as I can work around it, but I'd like to figure this out. Any assistance is appreciated.
Cool script, thanks. Unfortunately it didn't solve the problem, but will be useful in the future. One thing I didn't mention before that just struck me. This site is running on a port different than 80. Is it possible that running a non-port 80 site would cause an issue with TinyMCE? Everything else seems to be working correctly.
Update on this. So I got host header resolution working with MS ARR which means I'm no longer using an alternative port to get to my server. Sure enough, without the port specific address my TinyMCE toolbar shows up again! At some point I'll do some digging and see why this is.
TinyMCE toolbar
I recently moved my umbraco dev environment to a different server and I'm running in to some strange behavior with the TinyMCE toolbar. From a remote desktop session on the same server running umbraco I can edit content which contains a property of type RichTextBox and the TinyMCE toolbar works as advertised, no issues. However, if I run umbraco from the other side of the router (i.e. on a machine not in the same domain) the TinyMCE toolbar is not present when editing content containg a property of type RichTextBox. I'm assuming this is a permissions issue, but I'm not sure which permissions to change where. Not a big deal as I can work around it, but I'd like to figure this out. Any assistance is appreciated.
umbraco version: 4.01
asp.net 3.5
Windows server 2003 and IIS 6
It sounds like a permissions problem yeah, try out Chris Houston's umbPermissions script.
Cool script, thanks. Unfortunately it didn't solve the problem, but will be useful in the future. One thing I didn't mention before that just struck me. This site is running on a port different than 80. Is it possible that running a non-port 80 site would cause an issue with TinyMCE? Everything else seems to be working correctly.
Update on this. So I got host header resolution working with MS ARR which means I'm no longer using an alternative port to get to my server. Sure enough, without the port specific address my TinyMCE toolbar shows up again! At some point I'll do some digging and see why this is.
is working on a reply...