How To Make the SMF Post Edit Area Taller

Published Date Author: , Posted November 3rd, 2009 at 10:55:31am

Edit the Themes/default/GenericControls.template.php file.
Insert the following after line 9, adjusting for desired height:
$editor_context['height'] = '400px';
For example:
[code firstline=”9″]
$editor_context = &$context[‘controls’][‘richedit’][$editor_id];
$editor_context[‘height’] = ‘400px’;
[/code]

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.