Open barlows template.php and add (without <?php ?> tags):
/**
* Change the size of the comment textarea.
*/
function phptemplate_comment_form($form) {
// Replace 50 with the desired number.
$form['comment_filter']['comment']['#rows'] = 50;
return drupal_render($form);
}
Comments
Open barlows template.php
Open barlows template.php and add (without <?php ?> tags):
--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.
Thank you.
Thank you. I works wonderfully.