您好,
我有一个适合您的解决方案(测试)。请测试并确认它是确定为您:
1。 admincp - >插件及产品 - >插件管理器
2.查找在钩vbet插件 online_bit_complete (名称:添加默认语言信息纳入世卫组织的在线部分)
3。找到这个插件:
PHP Code:
$userinfo['musername'] .= '<img style="margin-left: 10px; text-decoration: none" class="vbet-flag vbet-'.$userinfo['vbet_def_lang'].'" width="16" height="11" src="http://www.vbenterprisetranslator.com/forum/images/vbet/flags/clear.gif" alt="'.$vbet_lang_name.'" title="'.$vbet_lang_name.'" border="0"/>';
4。 ,取而代之的是:
PHP Code:
if($userinfo['buddy']){
$userinfo['musername'] .= ' +<img style="margin-left: 10px; text-decoration: none" class="vbet-flag vbet-'.$userinfo['vbet_def_lang'].'" width="16" height="11" src="http://www.vbenterprisetranslator.com/forum/images/vbet/flags/clear.gif" alt="'.$vbet_lang_name.'" title="'.$vbet_lang_name.'" border="0"/>';
$userinfo['buddy'] = false;
}
else
{
$userinfo['musername'] .= '<img style="margin-left: 10px; text-decoration: none" class="vbet-flag vbet-'.$userinfo['vbet_def_lang'].'" width="16" height="11" src="http://www.vbenterprisetranslator.com/forum/images/vbet/flags/clear.gif" alt="'.$vbet_lang_name.'" title="'.$vbet_lang_name.'" border="0"/>';
}
5。保存插件
6。测试
7确认这里