안녕하세요,
당신이 (테스트)에 대한 해결책을 가지고 있습니다. 그것을 시험하고 당신을 위해 확인되었는지 확인하십시오 :
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 여기서 확인