I have a client who has asked me to re-skin their blog to match their web site. I took a look at the video and it seems that I should be able to take a straight XHTML page, re-name it with the .aspx extension and then replace static content with dynamic content.
To test this out, I created a new theme using the "default2" as a base.
I replaced the "postlist.aspx" with my own "postlist.aspx" file.
I have 2 problems right now.
1. Links do no appear to work. For example the logo image will not link no matter what path I enter and I had to embed the css into the header of the file to get it to work.
2. Dynamic content causes and "OOPS" error. Doesn't seem to matter what kind of data I try to copy from other theme files to put into the file, any dynamic content causes the page to fail.
Any help would be appreciated.
Thanks
<%@ Page EnableViewState="false" Language="C#" AutoEventWireup="true" Inherits="CommunityServer.Controls.CSThemePage" %>
CS Documentation - now available in downloadable PDF form
My CS Site
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com