adding contentpane after skin is uploaded
Last Post 04/10/2007 5:49 AM by Lee Sykes. 2 Replies.
Author Messages
bas grootjans
Nuke Newbie
Nuke Newbie
Posts:2


--
03/27/2007 10:09 AM
    Hi,

    I have this skin and it works great but now I want to add another contentpane where I can put modules into. Is this possible?
    I tried changing the source of the .ascx file and put in:

    <div id="newpane" runat="server" class="newpane">


    but it doesn't show up in the panes dropdownlist. Do I have to upload the skin again or can dotnetnuke render it again or is this even possible? Is there some literature where I can read what happens if a skin is uploaded.

    regards Bas.
    bas grootjans
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    03/28/2007 9:07 AM
    I tried changing the source of the .ascx file and put in: [div id="newpane" runat="server" class="newpane"]
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    04/10/2007 5:49 AM
    Hello,

    Did you get this to work, the code looks correct.  You may also want to add to your code visible = "false" - this means that the new content pane will not be displayed if the module is not inserted into the content pane.

    If DotNetNuke sometimes does not pick up your new changes you may need to refresh the page (press control and F5).
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---