Quote:
Originally posted by fastforward
The default length of the title is 45. This is controlled by the variable $lastactivethread_length.
If you want it longer, add a line to your config_inc.php that reads
$lastactivethread_length=64;
or whatever. If you need it longer than 128, you will also need to increase the table column width.
|
thanks gonna try this out locally first