嗨!
不翻译元名称 ="说明"
4.1.4 vbulletin
vBET 翻译 4.7.2
示例页
多媒体指南车维修和保养的标致 206 (1998 年至今)。
多媒体名录的技术规格,修理汽车福特融合。
摩托车 MV-750-手册
和许多其他
嗨!
不翻译元名称 ="说明"
4.1.4 vbulletin
vBET 翻译 4.7.2
示例页
多媒体指南车维修和保养的标致 206 (1998 年至今)。
多媒体名录的技术规格,修理汽车福特融合。
摩托车 MV-750-手册
和许多其他
嗨!
我看到皆元的某些内容,例如: 论坛手册车-AutoRepMan.COM.
部分翻译是由达到自己的极限,但它不是一个错误引起的。请参阅更多: http://www.vbenterprisetranslator.co...html#post10869.
请给我下午访问详细信息管理员 CP 和 FTP。我会查看究竟发生![]()
快速解决此问题:
- 打开文件 includes/vbenterprisetranslator_functions.php
- 查找代码:
PHP Code:preg_match_all('|<meta[^>]+name=\"([^\"]*)\"[^>]+content=\"(.*?)\" />|i',$head, $meta, PREG_PATTERN_ORDER);
- 替换代码:
PHP Code:preg_match_all('|<meta[^>]+name=\"([^\"]*)\"[^>]+content=\"(.*?)\" />|ims',$head, $meta, PREG_PATTERN_ORDER);
此问题将在下一版本中修复。
我很高兴我能帮助你。
如果长时间处于元文本翻译vbet仅一部分是由于性能。
太长元是毫无意义的因为他们必须要根据定义,简短描述。
以前vbet追加其余部分不翻译的元数据。 我们将修复它,我们将无法将追加其他的没有翻译元。
快速解决此问题:
- 打开文件 includes/vbenterprisetranslator_functions.php
- 查找代码:
PHP Code:$keywords = $meta[2][$i];
- 将此代码放在它以后:
PHP Code:$keywords_not_cut = $keywords;
- 查找代码:
PHP Code:$description = $meta[2][$i];
- 将此代码放在它以后:
PHP Code:$description_not_cut = $description;
- 找到代码:
PHP Code:$output = vbet_replaceFirst('<meta name="keywords" content="'.$keywords, '<meta name="keywords" content="'
- 替换代码:
PHP Code:$output = vbet_replaceFirst('<meta name="keywords" content="'.$keywords_not_cut, '<meta name="keywords" content="'
- 找到代码:
PHP Code:$output = vbet_replaceFirst('<meta name="description" content="'.$description, '<meta name="description" content="'
- 替换代码:
PHP Code:$output = vbet_replaceFirst('<meta name="description" content="'.$description_not_cut, '<meta name="description" content="'
此问题将在下一版本中修复。