Old DNN in ME 10???
Last Post 06/28/2013 8:50 AM by Joseph Craig. 10 Replies.
Author Messages
ollep
Nuke Master
Nuke Master
Posts:456


--
06/23/2013 6:12 PM

    Hi guys.

    Just open an old website in Microsoft Explorer, a thing that doesn't happen very often as I am a Firefox user.

    The browser is; Internet Explorer 10.0.9200.16618
    website; http://www.ollepersson.com/Home.aspx
    And; DotNetNuke Version: 05.04.02 (66)

    I noticed that the main menu doesn't display.
    After logging in I also found that I don't have editing menus on my HTML text modules.

    Is this an error that can be fixed?
    Or is it time to upgrade the DNN version on my old websites?


    Cheers


    Olle...
    ollep
    Nuke Master
    Nuke Master
    Posts:456


    --
    06/23/2013 6:15 PM

    I have also Firefox issue on the same website;

    website; http://www.ollepersson.com/Home.aspx
    And; DotNetNuke Version: 05.04.02 (66)

    I can open the insert image window, but cannot move on to the actual image gallery.

    Any ideas? Please.

    Olle....
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    06/23/2013 7:33 PM
    The IE 10 issue can be "fixed" by running IE10 in "Compatibility" mode. There is a button next to the address bar for that. A better solution is to add a meta tag to your site's pages. See here for a short discussion: http://www.dnncreative.com/Forum/ta...fault.aspx

    Not sure about your other issue. Which editor are you using?

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    ollep
    Nuke Master
    Nuke Master
    Posts:456


    --
    06/23/2013 11:58 PM

    Hmmm ?
    Did I stuff up something?
    Can you find any error?




    <style type="text/css" id="StylePlaceholder" runat="server"></style> <br /> <asp:placeholder id="CSS" runat="server" /> <br /> <asp:placeholder id="SCRIPTS" runat="server" /> <br /> <br /> <meta http-equiv="X-UA-Compatible" content="IE=10"/> <br /> <br /> It didn't make any different Joe? <br /> <br /> Cheers <br /> <br /> <br /> Olle... <br />
    ollep
    Nuke Master
    Nuke Master
    Posts:456


    --
    06/23/2013 11:59 PM

    I did here Joe.

    Obviously can't post Meta Tags here?

    Will try a different way..
    ollep
    Nuke Master
    Nuke Master
    Posts:456


    --
    06/24/2013 12:02 AM

    Hmmm ?
    Did I stuff up something?
    Can you find any error?

    Xmeta name="REVISIT-AFTER" content="1 DAYS" /X
    Xmeta name="RATING" content="GENERAL" /X
    Xmeta http-equiv="PAGE-ENTER" content="RevealTrans(Duration=0,Transition=1)" /X

    Xmeta http-equiv="X-UA-Compatible" content="IE=10"/X

    Xstyle type="text/css" id="StylePlaceholder" runat="server"X Xasp:placeholder id="CSS" runat="server" /X


    Cheers

    Olle...
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    06/24/2013 5:15 AM
    You want: content="IE-9"

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    ollep
    Nuke Master
    Nuke Master
    Posts:456


    --
    06/25/2013 3:03 AM
    That did the trick Joe. Thanks.

    You sure know your business...

    Cheers...

    Olle...
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    06/25/2013 8:45 AM
    Cheers!

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Dan Rothschild
    Nuke Ace
    Nuke Ace
    Posts:47


    --
    06/28/2013 8:23 AM
    Hi Joe,
    So if we go the editing the default.aspx page in the root of our dnn install directory route, we just need to add one meta tag:
    Xmeta http-equiv="X-UA-Compatible" content="IE=9"/X
    ?

    And remember that when we upgrade it gets wiped out.

    -Dan
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    06/28/2013 8:50 AM
    Yes.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---