Hallo,
Ek het 'n oplossing vir jou (getoets). toets en bevestig dat dit OK is vir jou:
1. Gaan na admincp-> proppe & Produkte> Inprop Bestuurder
2. vBET plugin in haak vind online_bit_complete (Naam: Voeg standaard taal info in Wie se aanlyn-afdeling)
3. in hierdie plugin:
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. en vervang met:
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. Slaan plugin
6. toets
7 hier Confirm