Quote:
Originally Posted by jugo
Everything goes in your forums dir.
Yes... Just let me know which function and i'll generate the code for you.
if you mean in the thread title....
change this:
Code:
'threadname' => $Thread['title'],
to this (the 20 is the number of characters to display):
Code:
substr($Thread['title'],0,20),
|
Can anyone explain how to get this to work? I need my page to truncate the thread titles, but I've tried loadsa ways and I just can't do it