Buna ziua starBug,
Eu am o sugestie pentru tine. Tu ar trebui să pună masa noastră în <div class="rightcol"> </ div>
Ce trebuie să faceţi?
1. face o copie a acestui fişier: pe forum pentru root / include / vbenterprisetranslator_functions_hooks.php
2. Găsiţi în acest fişier
PHP Code:
function vbet_register_form_complete(&$customfields_profile, &$show) {
3. găsi în această funcţie:
PHP Code:
$vbet_language_options = '<table class="multifield group" cellpadding="4" cellspacing="1" border="0"><tr>';
şi înlocuiţi cu:
PHP Code:
$vbet_language_options = '<div class="rightcol"><table class="multifield group" style="width: 100%" cellpadding="4" cellspacing="1" border="0"><tr>';
4. găsi în această funcţie:
PHP Code:
$vbet_language_options .= '</tr></table>';
şi înlocuiţi cu
PHP Code:
$vbet_language_options .= '</tr></table></div>';
Editat
arata bine acum, astfel vor fi incluse în următoarea DISEMINAREA
Mulţumiri