Customizing SMF > Now Available

MouseOver: topic preview!

<< < (2/22) > >>

CarLBanks:
I did this and nothing shows up.

dg:

--- Quote from: [Unknown] on October 15, 2004, 03:55:32 PM ---Bloody.... grr... find, MessageIndex.php:


--- Code: --- $row['firstBody'] = substr($row['firstBody'], 128) . '...';
$row['lastBody'] = strip_tags(strtr(doUBBC($row['lastBody'], $row['lastSmileys']), array('<br />' => '&#10;')));
if (strlen($row['lastBody']) > 128)
$row['lastBody'] = substr($row['lastBody'], 128) . '...';
--- End code ---

Replace:


--- Code: --- $row['firstBody'] = substr($row['firstBody'], 0, 128) . '...';
$row['lastBody'] = strip_tags(strtr(doUBBC($row['lastBody'], $row['lastSmileys']), array('<br />' => '&#10;')));
if (strlen($row['lastBody']) > 128)
$row['lastBody'] = substr($row['lastBody'], 0, 128) . '...';
--- End code ---

Will be resolved in the next release.

-[Unknown]

--- End quote ---

I'm using RC1 and I couldn't find that code in MessageIndex.php???

[Unknown]:
It's not in RC1.  I never said this would work properly/well in RC1.

-[Unknown]

dg:

--- Quote from: [Unknown] on October 18, 2004, 12:28:32 AM ---It's not in RC1.  I never said this would work properly/well in RC1.

-[Unknown]

--- End quote ---

Gotcha...just confused from the first post ;D

[Unknown]:
Well, no, the mod will work... just not that part of it exactly :P.

-[Unknown]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version