I had a couple of issues with the excellent Stardust theme I use on this site after upgrading to BlogEngine.Net 2.0. The following are the changes I made to make the theme compatible.
- Post.IsCommentEnabled has been changed to Post.HasCommentEnabled. This appears in themes/stardust/PostView.ascx.
- Login.aspx has been moved into the Account folder. Modify the reference to this in themes/stardust/site.master in the code MenuClass("account/login.aspx")
- Similarly to #2, modify the reference to login.aspx in themes/stardust/site.master.cs in the two references to aLogin.HRef
All these three references need to be changed from login.aspx to account/login.aspx.
Tags: BlogEngine.Net