22 Feb 2008

Telligent 发布了 CMS 系统

Telligent  Community Server 的出产厂商
发布了 他们的新CMS产品 GraffitiCMS
关于价格:http://get.graffiticms.com/
Licensing:http://graffiticms.com/learn-more/licensing/

Get Graffiti Today!

16 Oct 2005

买了edong的空间没有db_securityadmin权限

买了edong的http://www.edong.com/v8/webhosting/K1000.php这个k1000空间
没有db_securityadmin权限装不了CommunityServer和DotNetNuke

The account you use to run CS under must have the following minimum database roles to function corrected:

db_securityadmin
db_ddladmin
db_datareader
db_datawriter

Use the following from Query Analyzer to ensure that your account has sufficent permissions. If you are in a host environment and can not change your database roles you will need to requrest these roles from your ISP

sp_addrolemember ’db_securityadmin’, ’

<your login name>
sp_addrolemember ’db_ddladmin’, ’
<your login name>
sp_addrolemember ’db_datareader’, ’
<your login name>
sp_addrolemember ’db_datawriter’, ’
<your login name>


郁闷。
看来要自己租服务器了。
另注:本随笔不接受枪手评论,谢谢!

04 Oct 2005

C Community Server 群发Email MassEmailingAdmin.aspx页面内插入表情和代码时,404错误

Email群发的时候:MassEmailingAdmin.aspx页面内插入表情和代码时,404错误

发现是Js文件内路径的问题
FTB-FreeTextBox.js内


 this.iPopup.document.location.href = "../emoticons.aspx";


改成


 this.iPopup.document.location.href = "/emoticons.aspx";


FTB-Pro.js内


 var codeWin = window.open("../insertcode.aspx","codeWin","width=530,height=420,status=0,toolbars=0");


改成


 var codeWin = window.open("/insertcode.aspx","codeWin","width=530,height=420,status=0,toolbars=0");

02 Oct 2005

Community Server的新功能--快速回复

进入
http://communityserver.org/forums/498047/ShowPost.aspx

双击鼠标,看效果

但是Firefox/1.0下无效...