Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bex 444 posts 555 karma points
    Mar 19, 2012 @ 12:37
    Bex
    0

    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"
        });

     

    /umbraco_client/tinymce3/plugins/aspnetbrowser/imgmanager.aspx

    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

     

  • Bex 444 posts 555 karma points
    Mar 19, 2012 @ 12:58
  • 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.

Please Sign in or register to post replies