空气中的尘埃
分类:
2011-01-18 13:10:17
1、vtigercrm5.3汉化问题
客户信息删除提示错误
en_us.lang.js 拷一份zh_cn.lang.js
2、我的统计图 乱码
拷字体文件wts_the_.ttf到
F:\Program Files\vtigercrm5\apache\htdocs\vtigerCRM\Image\Canvas\Fonts
添加F:\Program Files\vtigercrm5\apache\htdocs\vtigerCRM\Image\Canvas\Fonts\fontmap.txt
Simsun,wts_the_.ttf
修改F:\Program Files\vtigercrm5\apache\htdocs\vtigerCRM\include\utils\GraphUtils.php
DEFINE("FF_FONT1",'Vert');
改为
DEFINE("FF_FONT1",'Simsun');
3、聊天窗口无法打开提示无
css_window
修改 apache\htdocs\vtigerCRM\modules\Contacts\vtchat.php
改为
4、附件下载不全
附件文件下载不全
vitiger 文件下载时下载文件提示损坏. 可以通过修改
htdocs\vtigerCRM\modules\uploads\downloadfile.php 文件来解决
header("Content-type: $fileType");
header("Content-length: $filesize");
改为
header("Content-type:application/octet-stream");
header("Accept-Length: $filesize");
webmail 乱码
还在整理
chinaunix网友2011-03-09 13:55:42
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com