PDA

View Full Version : Increase the height of quick reply editor


chefy
07-25-2012, 09:59 PM
The quick reply editor located at showthread.php is being called using $messagearea so I don't know where to find the code which defines the height of the quick reply box.

Refer to attached screenshot.

evenmonkeys
07-26-2012, 04:16 AM
You have a couple of different options.

If you want to edit php files, it's in your forum/includes folder labeled "functions_editor.php" and you can search for "$editor_height" to find it. You'll have three options. Change the height respective to what you're using.

If you want to edit a template, you can open your "showthread_quickreply" template and search for "{$editor_height}" to find it. There are two options here again pending how it's being used. You'll want to replace them with the desired height.

chefy
07-26-2012, 02:20 PM
I prefer not to edit php files.

I went ahead and modified the showthread_quickreply template according to my needs regarding the editor height however the editor height is still the same... nothing changed. Try it yourself and you'll see.

Any other way?