Forums

Changing the number of rows shown in text areas (3 posts)

  1. ThinkerFeeler
    Member
    Posted 3 weeks ago #

    How can I change the number of rows in the text area of the posting forms at the top of the front page and in in QuickPress in the Dashboard? I'm using p2 1.0.5 and wordpress 2.8.5.

    I changed "Size of the post box" in Settings | Writing, to no avail.

    I also changed 'rows="3"' to 'rows="8"' in post-form.php, but that didn't do the job.

    I saw Changing size of Dashboard QuickPress Content Box (5 posts) but that post doesn't seem officla, and there SHOULD be an easy way to do this!

  2. dlopeman
    Member
    Posted 3 weeks ago #

    I did this successfully. From memory: it's either (or both) in functions.php and /inc/p2.js... definitely the p2.js

  3. t31os_
    Member
    Posted 3 weeks ago #

    Not sure what you refer to here.

    How can I change the number of rows in the text area of the posting forms at the top of the front page

    However, regarding the QuickPress content area, this works..

    add_action('admin_head','wp_extra_admin_css');
    function wp_extra_admin_css() {
    	echo '
    	<style type="text/css">
    		.textarea-wrap #content {
    			height:150px!important
    		}
    	</style>
    	';
    }

    ... adjust height to what you want.

Reply

You must log in to post.

About this Topic

Tags