Czołem,
no, z tym jest problem, bo ekipa vBulletina dała nam możliwość łatwej zmiany jedynie szerokości tego pola:
Styles & Templates -> Style Manager -> StyleVars (zmienne stylu) -> Message Area Width (pixels)
Żeby natomiast zmienić wysokość tego pola trzeba się bardziej przyłożyć - można to zrobić edytując plik z funkcjami:
/includes/functions_editor.php
Znajdź:
Kod php:
// set the height of the editor based on the editor_height cookie if it exists
$editor_height = $vbulletin->input->clean_gpc('c', 'editor_height', TYPE_UINT);
$editor_height = ($editor_height > 100) ? $editor_height : 250;
i wartość $editor_height : 250 zmień na własną.