摘要:http://localhost/ccs1.03/forums/AddPost.aspx?ForumID=8 1 2 3 4 5 6 7 8 9 10 11 1213锁定提交页面容器,在项目中搜索CreateEditPost ,查到CommunityServer.Discussions.Controls.CreateEditPost.cs文件。里面这行代码指定了皮...
阅读全文
摘要:CommunityServer的登录页面http://localhost/ccs1.03/login.aspx?ReturnUrl=/Default.aspxCommunityServerWeb.Themes.default.Skins.Skin-Login.ascx 1 2 3 4 5 6 7 8 9 10 11 1213 ...
阅读全文
摘要:修改CommunityServer的尾部信息,如下图片所示。代码文件位置CommunityServerControls/Utility/Footer.cs下面列出了代码,原理很简单。Footer.cs类从WebControl类继承,private bool IsLicensed()方法返回是否经过Licensed。protected override void Render(HtmlTextWri...
阅读全文