News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Possible to expand the input window in "report to moderators"?

Started by bspiner, August 15, 2007, 10:53:21 AM

Previous topic - Next topic

bspiner

Is it possible to expand the size of the input window that follows "Enter comment" when entering a report to moderator?  I'm aware that it will accept a lot of input and the user can scroll up and down to see what they've typed, yet would like to find a way to display more comment space.
Thanks.

codenaught

In Themes/default/SendTopic.php you can edit it to make it into a textarea that is bigger.

Find:

<input type="text" name="comment" size="50" />

Change to something like this:

<textarea name="comment" rows="6" cols="50"></textarea>

Feel free to adapt the numbers for rows and cols to your needs.

However you may want to move the Enter Comment: code when you do this.

', $txt['rtm2'], ':
Dev Consultant
Former SMF Doc Coordinator

Advertisement: