2011-06-26, 12:17 AM
2011-06-26, 12:26 AM
Open /inc/functions_forumlist.php
Find the following,
And replace 25 (both of them) with your desired amount of characters.
Find the following,
if(my_strlen($lastpost_subject) > 25)
{
$lastpost_subject = my_substr($lastpost_subject, 0, 25)."...";
}
And replace 25 (both of them) with your desired amount of characters.