Closed (fixed)
Project:
Advanced Forum
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2008 at 06:49 UTC
Updated:
10 Mar 2008 at 05:13 UTC
Suggest trimming 'last topic title' string length before displaying:
function short_title($str, $limit)
{
return strlen($str) > $limit ? substr($str, 0, $limit - 3) . '...' : $str;
}
Comments
Comment #1
michelleI took care of this when I redid the last topics bit with some new code from LasseP.
Michelle
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.