摘要:Telligent Community Server 的出产厂商
发布了 他们的新CMS产品 GraffitiCMS
阅读全文
摘要:在 web site project 内 可以很方便的使用 Profile/ProfileCommon 来 访问我们在web.config 的profile节内定义的properties , 并且有很爽的 intellisense
然后 在Web App Project内使用的时候 编译都通不过的,因为 Profile 是 web site project 模型 在页面 执行时候创建的,web site project 内 当然无法使用了
阅读全文
摘要:你可能会发现在Communtiy Server的论坛帖子列表页面比如http://communityserver.org/forums/129/ShowForum.aspx看下面分页处的连接使用的地址是类似ShowForum.aspx?PageIndex=2这样的地址没有做到SearchFriend
阅读全文
摘要:ExpanderPanel.cs 增加TextHref属性修改了Text属性的Get方法 if(ResourceName != null) { if(TextHref == null) { return CommunityServer.Components.ResourceManager.GetString(ResourceName); } else { return String.For...
阅读全文
摘要:Email群发的时候:MassEmailingAdmin.aspx页面内插入表情和代码时,404错误 发现是Js文件内路径的问题FTB-FreeTextBox.js内 this.iPopup.document.location.href = "../emoticons.aspx"; 改成 this.iPopup.document.location.href = "/emoticons.a...
阅读全文
摘要:进入http://communityserver.org/forums/498047/ShowPost.aspx双击鼠标,看效果但是Firefox/1.0下无效...
阅读全文