小不点的博客

导航

随笔分类 -  CommunityServer

CommunityServer1.1 CCS1.02
查找CommunityServer论坛新帖提交页面的包含文件
摘要: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文件。里面这行代码指定了皮... 阅读全文

posted @ 2005-08-29 19:04 小不点2018 阅读(562) 评论(0) 推荐(0)

CommunityServer的登录页面
摘要: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 ... 阅读全文

posted @ 2005-08-22 09:57 小不点2018 阅读(732) 评论(2) 推荐(0)

修改CommunityServer的头尾
摘要:修改CommunityServer的尾部信息,如下图片所示。代码文件位置CommunityServerControls/Utility/Footer.cs下面列出了代码,原理很简单。Footer.cs类从WebControl类继承,private bool IsLicensed()方法返回是否经过Licensed。protected override void Render(HtmlTextWri... 阅读全文

posted @ 2005-08-20 17:41 小不点2018 阅读(725) 评论(0) 推荐(0)

CommunityServer的Configuration类设计
摘要:... 阅读全文

posted @ 2005-08-11 23:20 小不点2018 阅读(408) 评论(0) 推荐(0)