Quick Nav:  Online Store   |   Login | Register

How do I skin pages not based on desktopdefault.aspx?

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
Rob Wilson
<20 Posts
Posts:5


11/03/2003 7:11 AM  
I used portalstore and other dnn modules that have there own pages not constructed as modules... such as the checkout on the portal store ... What steps do I need to take to change the source of such pages to get them to work?
Fred Cate
<20 Posts
Posts:5


11/06/2003 7:44 PM  
Hi, I'm having the same problem here. Let me know if you found a solution. I will really apreciate it.
John Mitchell
<500Posts
Posts:355


11/06/2003 9:09 PM  
The key is to make them use the Banner and Footer for your skin, or better yet to convert them to .ascx pages so that they truly "plug-in" to the DotNetNuke portal. In the top of the page you will probably find a reference to the core PortalBanner:
<%@ Register TagPrefix="portal" TagName="Banner" Src="~/controls/DesktopPortalBanner.ascx" %>
If you change that line to refer to your skin's DesktopPortalBanner.ascx then you will get the page to point at your new skin. Problem with this is that the skins won't be able to be changed dynamically. If all references to the PortalBanner and PortalFooter are removed and the page is made into a user control, then it can work independently of the skins and the framework. I have converted the Portal Store available at Snowcovered to work as user controls, and I sent that conversion to the author, so you might want to check there first.
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >Bugs and other Issues > How do I skin pages not based on desktopdefault.aspx?



ActiveForums 3.7
Powered by: Snapsis Software