﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-八叶草(徐怀移)-随笔分类-vtigercrm</title><link>http://www.cppblog.com/byc/category/19326.html</link><description>学习资料记录</description><language>zh-cn</language><lastBuildDate>Sun, 17 Jun 2012 06:57:15 GMT</lastBuildDate><pubDate>Sun, 17 Jun 2012 06:57:15 GMT</pubDate><ttl>60</ttl><item><title>vtigercrm5.4 导入数据中文乱码</title><link>http://www.cppblog.com/byc/archive/2012/06/15/178942.html</link><dc:creator>八叶草</dc:creator><author>八叶草</author><pubDate>Fri, 15 Jun 2012 08:02:00 GMT</pubDate><guid>http://www.cppblog.com/byc/archive/2012/06/15/178942.html</guid><wfw:comment>http://www.cppblog.com/byc/comments/178942.html</wfw:comment><comments>http://www.cppblog.com/byc/archive/2012/06/15/178942.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/byc/comments/commentRss/178942.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/byc/services/trackbacks/178942.html</trackback:ping><description><![CDATA[modules/import/resources/Utils.php<br />static $supportedFileEncoding = array('GBK'=&gt;'GBK','UTF-8'=&gt;'UTF-8', 'ISO-8859-1'=&gt;'ISO-8859-1');<br /><br />
<p>在Smarty/templates/ImportStep1.tpl中的第99行插入&lt;option value=&#8221;GBK&#8221;&gt;GBK&lt;/option&gt;</p>
<p>&nbsp;</p>
<p>&lt;select name="format" class="small"&gt;</p>
<p>&lt;!-- value must be a known format for mb_convert_encoding() --&gt;</p>
<p>&lt;option value="GBK"&gt;GBK&lt;/option&gt; // &lt;&lt;插入一行</p>
<p>&lt;option value="ISO-8859-1"&gt;ISO-8859-1&lt;/option&gt;</p>
<p>&lt;option value="UTF-8"&gt;UTF-8&lt;/option&gt;</p>
<p>&lt;/select&gt;</p><img src ="http://www.cppblog.com/byc/aggbug/178942.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/byc/" target="_blank">八叶草</a> 2012-06-15 16:02 <a href="http://www.cppblog.com/byc/archive/2012/06/15/178942.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>vtigercrm 5.4 中文语言包</title><link>http://www.cppblog.com/byc/archive/2012/06/06/177751.html</link><dc:creator>八叶草</dc:creator><author>八叶草</author><pubDate>Wed, 06 Jun 2012 01:52:00 GMT</pubDate><guid>http://www.cppblog.com/byc/archive/2012/06/06/177751.html</guid><wfw:comment>http://www.cppblog.com/byc/comments/177751.html</wfw:comment><comments>http://www.cppblog.com/byc/archive/2012/06/06/177751.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/byc/comments/commentRss/177751.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/byc/services/trackbacks/177751.html</trackback:ping><description><![CDATA[<div>在其他语言包基础上整理出来的。<br /><a href="/Files/byc/Vtiger_zh_cn.zip">Vtiger_zh_cn.zip</a><br /><br />详细请看<br /><a href="http://blog.kofechem.com/archives/category/others/vtiger-crm-others">http://blog.kofechem.com/archives/category/others/vtiger-crm-others</a><br /><a href="http://www.sunhopeit.net/?s=vtigercrm">http://www.sunhopeit.net/?s=vtigercrm</a></div><img src ="http://www.cppblog.com/byc/aggbug/177751.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/byc/" target="_blank">八叶草</a> 2012-06-06 09:52 <a href="http://www.cppblog.com/byc/archive/2012/06/06/177751.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>vtigercrm 客户 操作栏 增加 创建销售单 菜单</title><link>http://www.cppblog.com/byc/archive/2012/05/19/175382.html</link><dc:creator>八叶草</dc:creator><author>八叶草</author><pubDate>Sat, 19 May 2012 08:17:00 GMT</pubDate><guid>http://www.cppblog.com/byc/archive/2012/05/19/175382.html</guid><wfw:comment>http://www.cppblog.com/byc/comments/175382.html</wfw:comment><comments>http://www.cppblog.com/byc/archive/2012/05/19/175382.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/byc/comments/commentRss/175382.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/byc/services/trackbacks/175382.html</trackback:ping><description><![CDATA[/vtigercrm/modules/Accounts/DetailView.php&nbsp; 92行添加<br />if(isPermitted("SalesOrder","EditView",$_REQUEST['record']) == 'yes')<br />&nbsp;$smarty-&gt;assign("CONVERTSALESORDER","permitted");<br /><br />/vtigercrm/Smarty/templates/DetailView.tpl 460行<br />{if $MODULE eq 'Leads' || $MODULE eq 'Contacts' || $MODULE eq 'Accounts'} 下面添加<br />&nbsp;<br />{if $CONVERTSALESORDER eq 'permitted'}<br />&nbsp;&lt;tr&gt;<br />&lt;td align="left" style="padding-left:10px;"&gt;<br />&lt;a href="index.php?return_module={$MODULE}&amp;return_action=DetailView&amp;return_id={$ID}&amp;module=SalesOrder&amp;action=EditView&amp;account_id={$ID}" class="webMnu"&gt;&lt;img src="<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#123;&#39;&#97;&#99;&#116;&#105;&#111;&#110;&#71;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#83;&#97;&#108;&#101;&#115;&#79;&#114;&#100;&#101;&#114;&#46;&#103;&#105;&#102;&#39;&#124;&#64;&#118;&#116;&#105;&#103;&#101;&#114;&#95;&#105;&#109;&#97;&#103;&#101;&#117;&#114;&#108;&#58;&#36;&#84;&#72;&#69;&#77;&#69;">{'actionGenerateSalesOrder.gif'|@vtiger_imageurl:$THEME</a>}" hspace="2" align="absmiddle" border="0"/&gt;&lt;/a&gt;<br />&nbsp;&lt;a href="index.php?return_module={$MODULE}&amp;return_action=DetailView&amp;return_id={$ID}&amp;module=SalesOrder&amp;action=EditView&amp;account_id={$ID}" class="webMnu"&gt;{$APP.LBL_CREATE_BUTTON_LABEL} {$APP.SalesOrder}&lt;/a&gt; <br />&lt;/td&gt;<br />&lt;/tr&gt;<br />{/if}&nbsp;<img src ="http://www.cppblog.com/byc/aggbug/175382.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/byc/" target="_blank">八叶草</a> 2012-05-19 16:17 <a href="http://www.cppblog.com/byc/archive/2012/05/19/175382.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>vtigercrm 补丁</title><link>http://www.cppblog.com/byc/archive/2012/05/15/175028.html</link><dc:creator>八叶草</dc:creator><author>八叶草</author><pubDate>Tue, 15 May 2012 14:48:00 GMT</pubDate><guid>http://www.cppblog.com/byc/archive/2012/05/15/175028.html</guid><wfw:comment>http://www.cppblog.com/byc/comments/175028.html</wfw:comment><comments>http://www.cppblog.com/byc/archive/2012/05/15/175028.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/byc/comments/commentRss/175028.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/byc/services/trackbacks/175028.html</trackback:ping><description><![CDATA[<h2><a href="http://hi.baidu.com/hxlapex/blog/item/9d0a84b20eda5147082302d1.html">http://hi.baidu.com/hxlapex/blog/item/9d0a84b20eda5147082302d1.html</a></h2>
<h2>
<table style="width: 100%; table-layout: fixed">
<tbody>
<tr>
<td>
<div id="blog_text" class="cnt">
<p>vtiger的ajax實時聊天功能默認不支持中文的修改方法：</p>
<p>修改 modules/Home/chat.php</p>
<p>350行</p>
<p>將 $msg = htmlentities($msg);</p>
<p>修改為：<span style="color: rgb(51,102,255)">$msg = htmlentities($msg,ENT_QUOTES, &#8216;UTF-8&#8242;);</span></p>
<p>保存即可</p></div></td></tr></tbody></table><br /><br /><br /></h2>
<h2>vtigercrm5.4.0首页及统计图鼠标悬停中文显示乱码问题主要是因为编码的问题</h2>
<p>主要修改三个文件：</p>
<ul class="icon_list11 icon_list_color_blue"><li>/modules/Dashboard/vertical_bargraph.php</li><li>/modules/Dashboard/pie_graph.php</li><li>/modules/Dashboard/horizontal_bargraph.php</li></ul>
<p>其中搜索：$alts[]=htmlentities($name).&#8221;=%d&#8221;;<br />修改为：$alts[]=htmlentities($name,ENT_QUOTES,'UTF-8').&#8221;=$datay[$i]&#8221;;即可。</p>
<p>&nbsp;</p><a href="http://www.sunhopeit.net/blog-category/hot-technology/vtigercrm-charts-hover.html">http://www.sunhopeit.net/blog-category/hot-technology/vtigercrm-charts-hover.html</a> <img src ="http://www.cppblog.com/byc/aggbug/175028.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/byc/" target="_blank">八叶草</a> 2012-05-15 22:48 <a href="http://www.cppblog.com/byc/archive/2012/05/15/175028.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>