Nomb
03-15-2004, 10:00 PM
This is a small hack but helpful for your mods ...
In /modcp/moderate.php find this line for the size of moderated ?thread? textareas:
print_textarea_row($vbphrase['message'], "threadpagetext[$thread[threadid]]", $thread['pagetext'], 7, 55);
and this line for the size of moderated ?post? textareas:
print_textarea_row($vbphrase['message'], "postpagetext[$post[postid]]", $post['pagetext'], 4, 40);
The last two values passed to each of these functions are the textarea's rows and columns respectively. Change them to what you'd like, and save the file.
In /modcp/moderate.php find this line for the size of moderated ?thread? textareas:
print_textarea_row($vbphrase['message'], "threadpagetext[$thread[threadid]]", $thread['pagetext'], 7, 55);
and this line for the size of moderated ?post? textareas:
print_textarea_row($vbphrase['message'], "postpagetext[$post[postid]]", $post['pagetext'], 4, 40);
The last two values passed to each of these functions are the textarea's rows and columns respectively. Change them to what you'd like, and save the file.