vtigercrm 補丁
http://hi.baidu.com/hxlapex/blog/item/9d0a84b20eda5147082302d1.html
vtiger的ajax實時聊天功能默認不支持中文的修改方法: 修改 modules/Home/chat.php 350行 將 $msg = htmlentities($msg); 修改為:$msg = htmlentities($msg,ENT_QUOTES, ‘UTF-8′); 保存即可 |
vtigercrm5.4.0首頁及統計圖鼠標懸停中文顯示亂碼問題主要是因為編碼的問題
主要修改三個文件:
- /modules/Dashboard/vertical_bargraph.php
- /modules/Dashboard/pie_graph.php
- /modules/Dashboard/horizontal_bargraph.php
其中搜索:$alts[]=htmlentities($name).”=%d”;
修改為:$alts[]=htmlentities($name,ENT_QUOTES,'UTF-8').”=$datay[$i]”;即可。
http://www.sunhopeit.net/blog-category/hot-technology/vtigercrm-charts-hover.html
posted on 2012-05-15 22:48 八葉草 閱讀(435) 評論(0) 編輯 收藏 引用 所屬分類: vtigercrm