Front end TinyMCE custom plugin keeps redirecting to home page (login page)
Hello
I am hoping someone has an idea of whats going on here as I think it's something to do with membership and redirecting. I am using nForum and I needed to add a custom plugin to the tinymce text editor to upload images.
I got my plugin working in a stand alone project so I added it to the umbraco_client/tinymce3/plugins folder then referenced it on my init
Front end TinyMCE custom plugin keeps redirecting to home page (login page)
Hello
I am hoping someone has an idea of whats going on here as I think it's something to do with membership and redirecting.
I am using nForum and I needed to add a custom plugin to the tinymce text editor to upload images.
I got my plugin working in a stand alone project so I added it to the umbraco_client/tinymce3/plugins folder then referenced it on my init
tinyMCE.init({// General options
mode: "exact",
elements: "txtPost",
theme: "advanced",
plugins: "aspnetbrowser",
// Theme options
theme_advanced_buttons1: "bold,italic,underline,strikethrough,|,formatselect,aspnetbrowser,|,bullist,numlist,|,link,unlink,image,", theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location: "top",
theme_advanced_toolbar_align: "center",
theme_advanced_resizing: true,
remove_linebreaks: false,
relative_urls: false,
content_css: "/css/nforumeditor.css"
});
but every time my TinyMCE tries to open it the browser redirects to the home page (my default login page) (leaving the url as the image manager)
I have some pages protected in the front end but logging in makes no difference.
Has anyone gota clue what'd going on here?
Or got a tinymce editor with a custom plugin working on the front end?
Thanks
Bex
posted wrong forum.. reworded and put here:
http://our.umbraco.org/projects/website-utilities/nforum/general/29933-Any-ideas-how-to-register-a-custom-tinyMCE-plugin-that-will-work-with-nforum
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.