hello,
Tôi có một giải pháp cho bạn (thử nghiệm). xin vui lòng kiểm tra và xác nhận rằng đó là OK cho bạn:
1. admincp-> Plugins & Sản phẩm-> Manager Plugin
2. tìm vBET plugin ở hook online_bit_complete (Tên: Địa chỉ mặc định ngôn ngữ thông tin vào phần trực tuyến của)
3. trong plugin này tìm thấy:
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. và thay thế bằng:
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. tiết kiệm các plugin
6. kiểm tra nó
7 Xác nhận ở đây