Quote:
Loo - i refuse to embark on all this phpinclude stuff
|
Well then, if you dont mind ill post the code

. Anyone looking to use the $textareacols add this on a new line in phpinclude:
PHP Code:
if (strpos($_SERVER['PHP_SELF'], 'showthread.php') != false)
{
$textareacols = gettextareawidth();
}
Find in the showthread template:
Change to:
Code:
cols="$textareacols"