Quote:
Originally Posted by Lynne
Yes, it works in vb4 also. I saved this blurb from another thread about it:
|
I changed that number to 512
so it is:
Quote:
if (vbstrlen($tmp) > 512 AND $this->is_wysiwyg() == false)
{
$text = htmlspecialchars_uni(vbchop($tmp, 36) . '...' . substr($tmp, -14));
}
|
But its still shortened even i tried to post new reply with long links (less than 512 chars.)