Quote:
Originally Posted by M-Tuning
Ok, cool.
Any ideas why the editor is wider than normal?
It looks ugly with my skin.
|
Hm, maybe you can fix this by having a look at privateautoresponder.php. Please search for
PHP Code:
$textareacols = fetch_textarea_width();
and replace it with
PHP Code:
$stylevar['messagewidth'] = $stylevar['messagewidth_usercp'];
Afterwards check if the width fits again.