I am new to DNN and so far I love it... I am trying to create a skin that I can call passing the QS of "?SkinSrc=%5BL%5D%2fskins%2fContentOnly%2fContentOnly" and just show what's in the content pane.... Why you may ask? We are working on a flash site that I want to use dynamic content from DNN to populate it and then use the DNN site as a mobile link to the site....
Here's what I tried but it's bringing in all the other panes too... Any ideas? I'm also up for other ways of doing it... This will be simple content just text an a paragraph or less for each....
thanks for your help in advance!
Whitt
ContentOnly.ascx
<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<div class="contentpane" id="ContentPane" runat="server" align="center"></div>