
I did that editing this file:
/modules/newbb/include/forumform.inc.php
and changing this line (n.149):
$cols = 60;
Changing that value to 45 did the job.
<textarea name='message' id='message' rows='25' cols='60' tabindex='2'></textarea>
JAVesey wrote:
However, you might find the dimensions of you text area box set in the .css file of your site's theme.
<textarea name='message' id='message' rows='25' cols='60' tabindex='2'></textarea>
JAVesey wrote:
Quote:arrakis wrote:
newtopic.php template
Eh?![]()
Your template files for this module will be .html files in the /template and /template/blocks folders of the module.
However, you might find the dimensions of you text area box set in the .css file of your site's theme.
How a about a url so we can look at your site and offer an more informed view?
MadFish wrote:
Try modifying news_block_new.html instead.
I know it says that each block has its own template, but the top/new story blocks both actually use the same template. That's why your edits don't show up. Tricky eh?